Accepting request 182962 from home:badshah400:branches:science
Update to version 6.0.0; lots of packaging cleanups OBS-URL: https://build.opensuse.org/request/show/182962 OBS-URL: https://build.opensuse.org/package/show/science/vtk?expand=0&rev=42
This commit is contained in:
parent
0074f53c52
commit
bc561deb4c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f1a240c1f5f0d84e27b57e962f8e4a78b166b25bf4003ae16def9874947ebdbb
|
|
||||||
size 24804193
|
|
3
vtk-6.0.0.tar.gz
Normal file
3
vtk-6.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:426df543cffeacf21154dddcd2a6efbd91a586570a07a0db4c426d3e0acd10e4
|
||||||
|
size 24170173
|
@ -1,7 +1,7 @@
|
|||||||
Index: VTK5.10.1/Utilities/vtknetcdf/libdispatch/error.c
|
Index: VTK6.0.0/ThirdParty/netcdf/vtknetcdf/libdispatch/error.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- VTK5.10.1.orig/Utilities/vtknetcdf/libdispatch/error.c
|
--- VTK6.0.0.orig/ThirdParty/netcdf/vtknetcdf/libdispatch/error.c
|
||||||
+++ VTK5.10.1/Utilities/vtknetcdf/libdispatch/error.c
|
+++ VTK6.0.0/ThirdParty/netcdf/vtknetcdf/libdispatch/error.c
|
||||||
@@ -9,7 +9,7 @@
|
@@ -9,7 +9,7 @@
|
||||||
#include "ncdispatch.h"
|
#include "ncdispatch.h"
|
||||||
|
|
||||||
|
16
vtk-install-missing-modules.patch
Normal file
16
vtk-install-missing-modules.patch
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
diff -up VTK6.0.0/CMake/vtkModuleTop.cmake.install VTK6.0.0/CMake/vtkModuleTop.cmake
|
||||||
|
--- VTK6.0.0/CMake/vtkModuleTop.cmake.install 2013-06-12 13:47:10.000000000 -0600
|
||||||
|
+++ VTK6.0.0/CMake/vtkModuleTop.cmake 2013-06-28 16:12:02.837198769 -0600
|
||||||
|
@@ -330,9 +330,11 @@ if (NOT VTK_INSTALL_NO_DEVELOPMENT)
|
||||||
|
CMake/pythonmodules.h.in
|
||||||
|
CMake/UseVTK.cmake
|
||||||
|
CMake/FindTCL.cmake
|
||||||
|
+ CMake/TopologicalSort.cmake
|
||||||
|
CMake/vtkTclTkMacros.cmake
|
||||||
|
CMake/vtk-forward.c.in
|
||||||
|
CMake/vtkForwardingExecutable.cmake
|
||||||
|
+ CMake/vtkGroups.cmake
|
||||||
|
CMake/vtkJavaWrapping.cmake
|
||||||
|
CMake/vtkModuleAPI.cmake
|
||||||
|
CMake/vtkModuleHeaders.cmake.in
|
||||||
|
|
@ -1,13 +0,0 @@
|
|||||||
Index: VTK/Wrapping/Python/CMakeLists.txt
|
|
||||||
===================================================================
|
|
||||||
--- VTK.orig/Wrapping/Python/CMakeLists.txt
|
|
||||||
+++ VTK/Wrapping/Python/CMakeLists.txt
|
|
||||||
@@ -558,7 +558,7 @@ IF(PYTHON_EXECUTABLE)
|
|
||||||
|
|
||||||
# Create default python setup arguments if they are not set.
|
|
||||||
IF(NOT DEFINED VTK_PYTHON_SETUP_ARGS)
|
|
||||||
- SET(VTK_PYTHON_SETUP_ARGS "--prefix=\"${DOLLAR}{CMAKE_INSTALL_PREFIX}\""
|
|
||||||
+ SET(VTK_PYTHON_SETUP_ARGS "--prefix=\"${DOLLAR}{CMAKE_INSTALL_PREFIX}\" --root=\"${DOLLAR}ENV{DESTDIR}\""
|
|
||||||
CACHE STRING "Arguments passed to \"python setup.py install ...\" during installation.")
|
|
||||||
MARK_AS_ADVANCED(VTK_PYTHON_SETUP_ARGS)
|
|
||||||
ENDIF(NOT DEFINED VTK_PYTHON_SETUP_ARGS)
|
|
@ -1,12 +0,0 @@
|
|||||||
Index: VTK5.10.1/Utilities/vtknetcdf/CMakeLists.txt
|
|
||||||
===================================================================
|
|
||||||
--- VTK5.10.1.orig/Utilities/vtknetcdf/CMakeLists.txt
|
|
||||||
+++ VTK5.10.1/Utilities/vtknetcdf/CMakeLists.txt
|
|
||||||
@@ -348,6 +348,7 @@ TARGET_LINK_LIBRARIES(vtkNetCDF_cxx vtkN
|
|
||||||
# Apply user-defined properties to the library target.
|
|
||||||
IF(VTK_LIBRARY_PROPERTIES)
|
|
||||||
SET_TARGET_PROPERTIES(vtkNetCDF PROPERTIES ${VTK_LIBRARY_PROPERTIES})
|
|
||||||
+ SET_TARGET_PROPERTIES(vtkNetCDF_cxx PROPERTIES ${VTK_LIBRARY_PROPERTIES})
|
|
||||||
ENDIF(VTK_LIBRARY_PROPERTIES)
|
|
||||||
|
|
||||||
#-----------------------------------------------------------------------------
|
|
@ -1,19 +0,0 @@
|
|||||||
Index: VTK/IO/vtkSQLDatabaseSchema.h
|
|
||||||
===================================================================
|
|
||||||
--- VTK.orig/IO/vtkSQLDatabaseSchema.h
|
|
||||||
+++ VTK/IO/vtkSQLDatabaseSchema.h
|
|
||||||
@@ -40,6 +40,14 @@ PURPOSE. See the above copyright notice
|
|
||||||
#ifndef __vtkSQLDatabaseSchema_h
|
|
||||||
#define __vtkSQLDatabaseSchema_h
|
|
||||||
|
|
||||||
+#ifdef TIME
|
|
||||||
+#undef TIME
|
|
||||||
+#endif
|
|
||||||
+
|
|
||||||
+#ifdef DATE
|
|
||||||
+#undef DATE
|
|
||||||
+#endif
|
|
||||||
+
|
|
||||||
#include "vtkObject.h"
|
|
||||||
|
|
||||||
#include <cstdarg> // Because one method has a variable list of arguments
|
|
@ -1,9 +1,22 @@
|
|||||||
Index: VTK/CMakeLists.txt
|
Index: VTK6.0.0/CMake/vtkModuleMacros.cmake
|
||||||
===================================================================
|
===================================================================
|
||||||
--- VTK.orig/CMakeLists.txt
|
--- VTK6.0.0.orig/CMake/vtkModuleMacros.cmake
|
||||||
+++ VTK/CMakeLists.txt
|
+++ VTK6.0.0/CMake/vtkModuleMacros.cmake
|
||||||
@@ -132,6 +132,11 @@ IF(CMAKE_CONFIGURATION_TYPES)
|
@@ -613,7 +613,7 @@ macro(vtk_module_third_party _pkg)
|
||||||
ENDIF(CMAKE_CONFIGURATION_TYPES)
|
message(FATAL_ERROR "Cannot specify both LIBRARIES and NO_LIBRARIES")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
- option(VTK_USE_SYSTEM_${_upper} "Use system-installed ${_pkg}" OFF)
|
||||||
|
+ option(VTK_USE_SYSTEM_${_upper} "Use system-installed ${_pkg}" ${VTK_USE_SYSTEM_LIBRARIES})
|
||||||
|
mark_as_advanced(VTK_USE_SYSTEM_${_upper})
|
||||||
|
|
||||||
|
if(VTK_USE_SYSTEM_${_upper})
|
||||||
|
Index: VTK6.0.0/CMakeLists.txt
|
||||||
|
===================================================================
|
||||||
|
--- VTK6.0.0.orig/CMakeLists.txt
|
||||||
|
+++ VTK6.0.0/CMakeLists.txt
|
||||||
|
@@ -107,6 +107,11 @@ set(VTK_INSTALL_INCLUDE_DIR_CM24 ${VTK_I
|
||||||
|
set(VTK_INSTALL_DOXYGEN_DIR_CM24 ${VTK_INSTALL_DATA_DIR}/doxygen)
|
||||||
|
|
||||||
#-----------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------
|
||||||
+# Do we try to use system libraries by default?
|
+# Do we try to use system libraries by default?
|
||||||
@ -11,32 +24,6 @@ Index: VTK/CMakeLists.txt
|
|||||||
+MARK_AS_ADVANCED(VTK_USE_SYSTEM_LIBRARIES)
|
+MARK_AS_ADVANCED(VTK_USE_SYSTEM_LIBRARIES)
|
||||||
+
|
+
|
||||||
+#-----------------------------------------------------------------------------
|
+#-----------------------------------------------------------------------------
|
||||||
# Load some macros.
|
# The third party macros are still used in one or two third party builds.
|
||||||
INCLUDE(vtkDependentOption)
|
include(vtkThirdParty)
|
||||||
INCLUDE(vtkThirdParty)
|
|
||||||
Index: VTK/CMake/vtkThirdParty.cmake
|
|
||||||
===================================================================
|
|
||||||
--- VTK.orig/CMake/vtkThirdParty.cmake
|
|
||||||
+++ VTK/CMake/vtkThirdParty.cmake
|
|
||||||
@@ -1,6 +1,6 @@
|
|
||||||
#-----------------------------------------------------------------------------
|
|
||||||
MACRO(VTK_THIRD_PARTY_OPTION upper lower)
|
|
||||||
- OPTION(VTK_USE_SYSTEM_${upper} "Use the system's ${lower} library." OFF)
|
|
||||||
+ OPTION(VTK_USE_SYSTEM_${upper} "Use the system's ${lower} library." ${VTK_USE_SYSTEM_LIBRARIES})
|
|
||||||
MARK_AS_ADVANCED(VTK_USE_SYSTEM_${upper})
|
|
||||||
IF(VTK_USE_SYSTEM_${upper})
|
|
||||||
IF(EXISTS ${CMAKE_ROOT}/Modules/Find${upper}.cmake)
|
|
||||||
Index: VTK/Rendering/CMakeLists.txt
|
|
||||||
===================================================================
|
|
||||||
--- VTK.orig/Rendering/CMakeLists.txt
|
|
||||||
+++ VTK/Rendering/CMakeLists.txt
|
|
||||||
@@ -217,7 +217,8 @@ ENDIF (NOT VTK_LEGACY_REMOVE)
|
|
||||||
|
|
||||||
IF(VTK_USE_GL2PS)
|
|
||||||
SET(Kit_SRCS ${Kit_SRCS} vtkGL2PSExporter.cxx)
|
|
||||||
-
|
|
||||||
+ OPTION(VTK_USE_SYSTEM_GL2PS "Use the system's gl2ps library." ${VTK_USE_SYSTEM_LIBRARIES})
|
|
||||||
+ MARK_AS_ADVANCED(VTK_USE_SYSTEM_GL2PS)
|
|
||||||
IF(VTK_USE_SYSTEM_GL2PS)
|
|
||||||
ELSE(VTK_USE_SYSTEM_GL2PS)
|
|
||||||
SET(Kit_GL2PS_SRCS ${VTK_SOURCE_DIR}/Utilities/vtkgl2ps/gl2ps.c)
|
|
||||||
|
24
vtk.changes
24
vtk.changes
@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 28 13:41:09 UTC 2013 - badshah400@gmail.com
|
||||||
|
|
||||||
|
- Update to version 6.0.0:
|
||||||
|
+ Lengthy list of changes, see
|
||||||
|
http://www.kitware.com/blog/home/post/515 for a summary
|
||||||
|
- Also build R language bindings, introduces dependency on R-base
|
||||||
|
- Drop patches for already being incorporated upstream:
|
||||||
|
+ vtk-pythondestdir.patch
|
||||||
|
+ vtk-sqldatabaseschema.patch
|
||||||
|
+ vtk-soversion2.patch
|
||||||
|
- Rebase patches for updated version:
|
||||||
|
+ vtk-fix-file-contains-date-time.patch
|
||||||
|
+ vtk-system.patch
|
||||||
|
- Add vtk-install-missing-modules.patch to install cmake modules
|
||||||
|
missed by the upstream packaging, will be required esp. when
|
||||||
|
we will be able to use the system installed vtk to build
|
||||||
|
paraview in the future; patch taken from Fedora
|
||||||
|
- Remove unused cmake variables during configuration
|
||||||
|
- Install all examples (several more added in current version)
|
||||||
|
- Install vtk.conf file in /etc/ld.so.conf.d to enable vtk find
|
||||||
|
its libraries
|
||||||
|
- Testing binaries are no longer installed separately.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 26 14:04:41 UTC 2012 - badshah400@gmail.com
|
Fri Oct 26 14:04:41 UTC 2012 - badshah400@gmail.com
|
||||||
|
|
||||||
|
248
vtk.spec
248
vtk.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package vtk
|
# spec file for package vtk
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,9 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: vtk
|
Name: vtk
|
||||||
Version: 5.10.1
|
Version: 6.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define series 5.10
|
%define series 6.0
|
||||||
# This is a variant BSD license, a cross between BSD and ZLIB.
|
# This is a variant BSD license, a cross between BSD and ZLIB.
|
||||||
# For all intents, it has the same rights and restrictions as BSD.
|
# For all intents, it has the same rights and restrictions as BSD.
|
||||||
# http://fedoraproject.org/wiki/Licensing/BSD#VTKBSDVariant
|
# http://fedoraproject.org/wiki/Licensing/BSD#VTKBSDVariant
|
||||||
@ -28,16 +28,12 @@ License: BSD-3-Clause
|
|||||||
Group: Productivity/Scientific/Other
|
Group: Productivity/Scientific/Other
|
||||||
Url: http://vtk.org/
|
Url: http://vtk.org/
|
||||||
Source: http://www.vtk.org/files/release/%{series}/%{name}-%{version}.tar.gz
|
Source: http://www.vtk.org/files/release/%{series}/%{name}-%{version}.tar.gz
|
||||||
# PATCH-FIX-UPSTREAM vtk-pythondestdir.patch badshah400@gmail.com -- Correct installation destination for python libraries
|
|
||||||
Patch0: vtk-pythondestdir.patch
|
|
||||||
# PATCH-FIX-UPSTREAM vtk-system.patch badshah400@gmail.com -- Use system libraries, http://public.kitware.com/Bug/view.php?id=11823
|
# PATCH-FIX-UPSTREAM vtk-system.patch badshah400@gmail.com -- Use system libraries, http://public.kitware.com/Bug/view.php?id=11823
|
||||||
Patch1: vtk-system.patch
|
Patch0: vtk-system.patch
|
||||||
# patch to fix the soname for libVTKnetcdf_cxx
|
|
||||||
Patch2: vtk-soversion2.patch
|
|
||||||
# PATCH-FIX-UPSTREAM vtk-sqldatabaseschema.patch badshah400@gmail.com -- Fix problems with vtkSQLDatabaseSchema.h
|
|
||||||
Patch3: vtk-sqldatabaseschema.patch
|
|
||||||
# PATCH-FIX-UPSTREAM vtk-fix-file-contains-date-time.patch badshah400@gmail.com -- Fix file containing DATE and TIME
|
# PATCH-FIX-UPSTREAM vtk-fix-file-contains-date-time.patch badshah400@gmail.com -- Fix file containing DATE and TIME
|
||||||
Patch4: vtk-fix-file-contains-date-time.patch
|
Patch1: vtk-fix-file-contains-date-time.patch
|
||||||
|
# PATCH-FIX-UPSTREAM vtk-install-missing-modules.patch badshah400@gmail.com -- Install some cmake modules missed in upstream packaging (will be required if in future we can get paraview to use system installed vtk)
|
||||||
|
Patch2: vtk-install-missing-modules.patch
|
||||||
%if 0%{?suse_version} > 1210
|
%if 0%{?suse_version} > 1210
|
||||||
BuildRequires: Mesa-libGL-devel
|
BuildRequires: Mesa-libGL-devel
|
||||||
%else
|
%else
|
||||||
@ -66,6 +62,7 @@ BuildRequires: libXt-devel
|
|||||||
%else
|
%else
|
||||||
BuildRequires: xorg-x11-devel
|
BuildRequires: xorg-x11-devel
|
||||||
%endif
|
%endif
|
||||||
|
BuildRequires: R-base-devel
|
||||||
BuildRequires: libexpat-devel
|
BuildRequires: libexpat-devel
|
||||||
BuildRequires: libiodbc-devel
|
BuildRequires: libiodbc-devel
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
@ -113,6 +110,7 @@ Requires: Mesa-devel
|
|||||||
Requires: gl2ps-devel
|
Requires: gl2ps-devel
|
||||||
Requires: hdf5-devel
|
Requires: hdf5-devel
|
||||||
%endif
|
%endif
|
||||||
|
Requires: R-base-devel
|
||||||
Requires: libexpat-devel
|
Requires: libexpat-devel
|
||||||
Requires: libjpeg-devel
|
Requires: libjpeg-devel
|
||||||
Requires: libmysqlclient-devel
|
Requires: libmysqlclient-devel
|
||||||
@ -252,16 +250,6 @@ This package provides a few testing programs for VTK.
|
|||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
%if 0%{?suse_version} == 1140
|
|
||||||
%patch3 -p1
|
|
||||||
%endif
|
|
||||||
%patch4 -p1
|
|
||||||
|
|
||||||
# Remove build time references so build-compare can do its work
|
|
||||||
#FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e %%Y')
|
|
||||||
#FAKE_BUILDTIME=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%H:%%M')
|
|
||||||
#sed -i "s/__DATE__/\"$FAKE_BUILDDATE\"/" Utilities/vtknetcdf/libvers.c
|
|
||||||
#sed -i "s/__TIME__/\"$FAKE_BUILDTIME\"/" Utilities/vtknetcdf/libvers.c
|
|
||||||
|
|
||||||
# Replace relative path ../../../VTKData with %%{_datadir}/%%{name}data-%%{version}
|
# Replace relative path ../../../VTKData with %%{_datadir}/%%{name}data-%%{version}
|
||||||
# otherwise it will break on symlinks.
|
# otherwise it will break on symlinks.
|
||||||
@ -278,28 +266,25 @@ cmake .. \
|
|||||||
-DBUILD_EXAMPLES:BOOL=ON \
|
-DBUILD_EXAMPLES:BOOL=ON \
|
||||||
-DBUILD_SHARED_LIBS:BOOL=ON \
|
-DBUILD_SHARED_LIBS:BOOL=ON \
|
||||||
-DBUILD_TESTING:BOOL=ON \
|
-DBUILD_TESTING:BOOL=ON \
|
||||||
|
-DVTK_CUSTOM_LIBRARY_SUFFIX="" \
|
||||||
-DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
|
-DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
|
||||||
-DSIP_INCLUDE_DIR:Path=%{py_incdir} \
|
-DSIP_INCLUDE_DIR:Path=%{py_incdir} \
|
||||||
-DVTK_INSTALL_LIB_DIR:PATH=/%{_lib}/%{name}\
|
-DVTK_INSTALL_ARCHIVE_DIR:PATH=%{_lib}/%{name} \
|
||||||
|
-DVTK_INSTALL_LIBRARY_DIR:PATH=%{_lib}/%{name}\
|
||||||
|
-DVTK_INSTALL_PACKAGE_DIR:PATH=%{_lib}/cmake/%{name} \
|
||||||
|
-DVTK_INSTALL_TCL_DIR:PATH=share/tcl/%{name} \
|
||||||
-DVTK_INSTALL_QT_DIR:STRING=/%{qtdir}/plugins/designer \
|
-DVTK_INSTALL_QT_DIR:STRING=/%{qtdir}/plugins/designer \
|
||||||
-DVTK_USE_BOOST:BOOL=ON \
|
|
||||||
-DVTK_USE_GL2PS:BOOL=ON \
|
|
||||||
-DVTK_USE_GUISUPPORT:BOOL=ON \
|
|
||||||
-DVTK_USE_MYSQL:BOOL=ON \
|
|
||||||
-DVTK_USE_OGGTHEORA_ENCODER:BOOL=ON \
|
-DVTK_USE_OGGTHEORA_ENCODER:BOOL=ON \
|
||||||
-DVTK_USE_ODBC:BOOL=ON \
|
|
||||||
-DVTK_USE_PARALLEL:BOOL=ON \
|
|
||||||
-DVTK_USE_PARALLEL_BGL:BOOL=ON \
|
|
||||||
-DVTK_USE_QT:BOOL=ON \
|
|
||||||
-DVTK_USE_QVTK_QTOPENGL:BOOL=ON \
|
|
||||||
-DVTK_USE_RENDERING:BOOL=ON \
|
-DVTK_USE_RENDERING:BOOL=ON \
|
||||||
-DVTK_USE_TEXT_ANALYSIS:BOOL=ON \
|
|
||||||
-DVTK_USE_SYSTEM_LIBRARIES:BOOL=ON \
|
-DVTK_USE_SYSTEM_LIBRARIES:BOOL=ON \
|
||||||
-DVTK_USE_SYSTEM_LIBPROJ4:BOOL=OFF \
|
-DVTK_USE_SYSTEM_LIBPROJ4:BOOL=OFF \
|
||||||
%if 0%{?suse_version} <= 1210
|
%if 0%{?suse_version} <= 1230
|
||||||
-DVTK_USE_SYSTEM_GL2PS:BOOL=OFF \
|
-DVTK_USE_SYSTEM_GL2PS:BOOL=OFF \
|
||||||
|
%endif
|
||||||
|
%if 0%{?suse_version} <= 1210
|
||||||
-DVTK_USE_SYSTEM_HDF5:BOOL=OFF \
|
-DVTK_USE_SYSTEM_HDF5:BOOL=OFF \
|
||||||
%endif
|
%endif
|
||||||
|
-DVTK_PYTHON_SETUP_ARGS="--prefix=%{_prefix} --root=%{buildroot}" \
|
||||||
-DVTK_WRAP_PYTHON:BOOL=ON \
|
-DVTK_WRAP_PYTHON:BOOL=ON \
|
||||||
%if 0%{?suse_version} >= 1130
|
%if 0%{?suse_version} >= 1130
|
||||||
-DVTK_WRAP_JAVA:BOOL=ON \
|
-DVTK_WRAP_JAVA:BOOL=ON \
|
||||||
@ -308,11 +293,16 @@ cmake .. \
|
|||||||
-DVTK_WRAP_JAVA:BOOL=OFF \
|
-DVTK_WRAP_JAVA:BOOL=OFF \
|
||||||
-DVTK_WRAP_PYTHON_SIP:BOOL=OFF \
|
-DVTK_WRAP_PYTHON_SIP:BOOL=OFF \
|
||||||
%endif
|
%endif
|
||||||
|
-DVTK_WRAP_TCL:BOOL=ON \
|
||||||
|
-DVTK_Group_Imaging:BOOL=ON \
|
||||||
|
-DVTK_Group_Qt:BOOL=ON \
|
||||||
|
-DVTK_Group_Rendering:BOOL=ON \
|
||||||
|
-DVTK_Group_StandAlone:BOOL=ON \
|
||||||
|
-DVTK_Group_Tk:BOOL=ON \
|
||||||
|
-DVTK_Group_Views:BOOL=ON \
|
||||||
|
-DModule_vtkFiltersStatisticsGnuR:BOOL=ON \
|
||||||
-DVTK_WRAP_TCL:BOOL=ON
|
-DVTK_WRAP_TCL:BOOL=ON
|
||||||
|
|
||||||
# Package fails to compile with the following option (Note: postgresql-devel and libpqxx-devel are needed as dependencies)
|
|
||||||
# -DVTK_USE_POSTGRES:BOOL=ON \
|
|
||||||
|
|
||||||
make %{?_smp_mflags} VERBOSE=1
|
make %{?_smp_mflags} VERBOSE=1
|
||||||
|
|
||||||
# Remove executable bits from sources (some of which are generated)
|
# Remove executable bits from sources (some of which are generated)
|
||||||
@ -323,110 +313,81 @@ popd
|
|||||||
pushd build
|
pushd build
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
# link the directories to %%{_libdir}. Moving them breaks the cmake macros.
|
# Install conf file to enable vtk to find its libraries
|
||||||
echo `ls %{buildroot}%{_libdir}/%{name}/*.so*`
|
mkdir -p %{buildroot}/%{_sysconfdir}/ld.so.conf.d
|
||||||
echo `ls %{buildroot}%{_libdir}/%{name}/*.so* | sed -e's,^%{buildroot}%{_libdir}/,,'`
|
echo %{_libdir}/%{name} > %{buildroot}/%{_sysconfdir}/ld.so.conf.d/%{name}.conf
|
||||||
ls %{buildroot}%{_libdir}/%{name}/*.so* | sed -e's,^%{buildroot}%{_libdir}/,,' | xargs ln -st %{buildroot}%{_libdir}
|
|
||||||
|
# http://vtk.org/Bug/view.php?id=14125
|
||||||
|
chrpath -d %{buildroot}%{python_sitelib}/%{name}/*.so
|
||||||
|
|
||||||
# Gather list of non-binding libraries
|
# Gather list of non-binding libraries
|
||||||
ls %{buildroot}%{_libdir}/lib*.so.* \
|
ls %{buildroot}%{_libdir}/%{name}/lib*.so.* | grep -Ev '(Java|QVTK|Qt|Python|TCL)' | sed -e's,^%{buildroot},,' > libs.list
|
||||||
%{buildroot}%{_libdir}/%{name}/lib*.so.* | grep -Ev '(Java|QVTK|Qt|Python|TCL)' | sed -e's,^%{buildroot},,' > libs.list
|
|
||||||
|
|
||||||
# Gather list of devel libraries
|
|
||||||
ls %{buildroot}%{_libdir}/*.so \
|
|
||||||
%{buildroot}%{_libdir}/%{name}/*.so | sed -e's,^%{buildroot},,' > devel.list
|
|
||||||
|
|
||||||
# List of executable utilities
|
|
||||||
cat > utils.list << EOF
|
|
||||||
%{name}EncodeString
|
|
||||||
%{name}WrapHierarchy
|
|
||||||
lproj
|
|
||||||
EOF
|
|
||||||
|
|
||||||
# List of executable examples
|
# List of executable examples
|
||||||
cat > examples.list << EOF
|
cat > examples.list << EOF
|
||||||
|
Generate2DAMRDataSetWithPulse
|
||||||
|
Generate3DAMRDataSetWithPulse
|
||||||
HierarchicalBoxPipeline
|
HierarchicalBoxPipeline
|
||||||
|
LabeledMesh
|
||||||
MultiBlock
|
MultiBlock
|
||||||
Arrays
|
Arrays
|
||||||
Cube
|
Cube
|
||||||
RGrid
|
RGrid
|
||||||
SGrid
|
SGrid
|
||||||
|
ImageDataLIC2DDemo
|
||||||
|
StructuredGridLIC2DDemo
|
||||||
|
ImageProcessingExamplesCxxTests
|
||||||
|
ImageSlicing
|
||||||
|
DumpXMLFile
|
||||||
|
IOExamplesCxxTests
|
||||||
|
ParticleReader
|
||||||
|
GenerateCubesFromLabels
|
||||||
|
GenerateModelsFromLabels
|
||||||
Medical1
|
Medical1
|
||||||
Medical2
|
Medical2
|
||||||
Medical3
|
Medical3
|
||||||
|
Medical4
|
||||||
|
MedicalExamplesCxxTests
|
||||||
|
Delaunay3D
|
||||||
|
Delaunay3DAlpha
|
||||||
|
ModellingExamplesCxxTests
|
||||||
finance
|
finance
|
||||||
AmbientSpheres
|
AmbientSpheres
|
||||||
Cylinder
|
Cylinder
|
||||||
DiffuseSpheres
|
DiffuseSpheres
|
||||||
|
MaterialObjects
|
||||||
SpecularSpheres
|
SpecularSpheres
|
||||||
|
SurfaceLICDemo
|
||||||
Cone
|
Cone
|
||||||
Cone2
|
Cone2
|
||||||
Cone3
|
Cone3
|
||||||
Cone4
|
Cone4
|
||||||
Cone5
|
Cone5
|
||||||
Cone6
|
Cone6
|
||||||
|
BandedContours
|
||||||
|
FilledContours
|
||||||
|
TubesWithVaryingRadiusAndColors
|
||||||
|
VisualizationAlgorithmsExamplesCxxTests
|
||||||
|
FixedPointVolumeRayCastMapperCT
|
||||||
|
GPURenderDemo
|
||||||
|
BalloonWidget
|
||||||
|
Slider
|
||||||
|
Slider2D
|
||||||
|
WidgetsExamplesCxxTests
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# List of executable test binaries
|
# Install examples
|
||||||
cat > testing.list << EOF
|
for file in `cat examples.list`; do
|
||||||
CommonCxxTests
|
|
||||||
TestCxxFeatures
|
|
||||||
TestInstantiator
|
|
||||||
FilteringCxxTests
|
|
||||||
GraphicsCxxTests
|
|
||||||
GenericFilteringCxxTests
|
|
||||||
ImagingCxxTests
|
|
||||||
IOCxxTests
|
|
||||||
RenderingCxxTests
|
|
||||||
VTKBenchMark
|
|
||||||
VolumeRenderingCxxTests
|
|
||||||
WidgetsCxxTests
|
|
||||||
SocketClient
|
|
||||||
SocketServer
|
|
||||||
EOF
|
|
||||||
|
|
||||||
# List of devel utilities and files
|
|
||||||
cat > utils.list << EOF
|
|
||||||
%{name}EncodeString
|
|
||||||
%{name}WrapHierarchy
|
|
||||||
lproj
|
|
||||||
EOF
|
|
||||||
|
|
||||||
# Install utils/examples/testing, too
|
|
||||||
for filelist in utils.list examples.list testing.list; do
|
|
||||||
for file in `cat $filelist`; do
|
|
||||||
install -p bin/$file %{buildroot}%{_bindir}
|
install -p bin/$file %{buildroot}%{_bindir}
|
||||||
done
|
done
|
||||||
perl -pi -e's,^,%{_bindir}/,' $filelist
|
perl -pi -e's,^,%{_bindir}/,' examples.list
|
||||||
done
|
|
||||||
|
|
||||||
# Remove any remnants of rpaths
|
# vtkpython does not get installed by script, install manually
|
||||||
|
cp -p bin/vtkpython %{buildroot}%{_bindir}/
|
||||||
|
|
||||||
|
# Remove rpaths from installed binaries
|
||||||
chrpath -d %{buildroot}%{_bindir}/*
|
chrpath -d %{buildroot}%{_bindir}/*
|
||||||
|
|
||||||
# Main package contains utils and core libs
|
|
||||||
cat libs.list utils.list > main.list
|
|
||||||
|
|
||||||
popd
|
|
||||||
|
|
||||||
# Make shared libs and scripts executable
|
|
||||||
chmod a+x %{buildroot}%{_libdir}/%{name}/doxygen/*.pl
|
|
||||||
chmod a+x %{buildroot}%{_libdir}/%{name}/testing/*.{py,tcl}
|
|
||||||
|
|
||||||
# Remove exec bit from non-scripts and %%doc
|
|
||||||
for file in `find %{buildroot} -type f -perm 0755 | xargs -r file | grep ASCII | awk -F: '{print $1}'`; do
|
|
||||||
head -1 $file | grep '^#!' > /dev/null && continue
|
|
||||||
chmod 0644 $file
|
|
||||||
done
|
|
||||||
find Utilities/Upgrading -type f | xargs chmod -x
|
|
||||||
|
|
||||||
# Verdict places the docs in the false folder
|
|
||||||
rm -rf %{buildroot}%{_libdir}/%{name}/doc
|
|
||||||
|
|
||||||
# Move tcl script to %%{_datadir}/tcl/%%{name}/
|
|
||||||
mkdir -p %{buildroot}%{_datadir}/tcl/%{name}/
|
|
||||||
mv %{buildroot}%{_libdir}/%{name}/tcl/ %{buildroot}%{_datadir}/tcl/%{name}/
|
|
||||||
mv %{buildroot}%{_libdir}/%{name}/*.tcl %{buildroot}%{_datadir}/tcl/%{name}/
|
|
||||||
|
|
||||||
%fdupes -s %{buildroot}
|
%fdupes -s %{buildroot}
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
@ -451,28 +412,33 @@ mv %{buildroot}%{_libdir}/%{name}/*.tcl %{buildroot}%{_datadir}/tcl/%{name}/
|
|||||||
%post tcl -p /sbin/ldconfig
|
%post tcl -p /sbin/ldconfig
|
||||||
%postun tcl -p /sbin/ldconfig
|
%postun tcl -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -f build/main.list
|
%files -f build/libs.list
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc Copyright.txt README.html %{name}Logo.jpg %{name}Banner.gif Wrapping/*/README*
|
%config %{_sysconfdir}/ld.so.conf.d/%{name}.conf
|
||||||
|
%doc Copyright.txt
|
||||||
%dir %{_libdir}/%{name}/
|
%dir %{_libdir}/%{name}/
|
||||||
|
|
||||||
%files devel -f build/devel.list
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc Utilities/Upgrading
|
%{_bindir}/%{name}EncodeString
|
||||||
%{_libdir}/%{name}/*.cmake
|
%{_bindir}/%{name}HashSource
|
||||||
%{_libdir}/%{name}/doxygen/
|
%{_bindir}/%{name}ParseOGLExt
|
||||||
%{_libdir}/%{name}/CMake/
|
%{_bindir}/%{name}ProcessShader
|
||||||
%{_libdir}/%{name}/hints/
|
%{_bindir}/%{name}WrapHierarchy
|
||||||
|
%{_datadir}/doc/%{name}-%{series}/
|
||||||
|
%{_libdir}/%{name}/*.so
|
||||||
|
%{_libdir}/cmake/%{name}/
|
||||||
|
%{_libdir}/%{name}/libvtkWrappingTools.a
|
||||||
%{_includedir}/%{name}-%{series}/
|
%{_includedir}/%{name}-%{series}/
|
||||||
|
%{_datadir}/tcl/vtk/vtktcl.c
|
||||||
|
|
||||||
%if 0%{?suse_version} >= 1130
|
%if 0%{?suse_version} >= 1130
|
||||||
%files java
|
%files java
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_bindir}/%{name}ParseJava
|
%{_bindir}/%{name}ParseJava
|
||||||
%{_bindir}/%{name}WrapJava
|
%{_bindir}/%{name}WrapJava
|
||||||
%{_libdir}/*Java.so.*
|
%{_libdir}/%{name}/%{name}.jar
|
||||||
%{_libdir}/%{name}/*Java.so.*
|
%{_libdir}/%{name}/*Java.so.*
|
||||||
%{_libdir}/%{name}/java/
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files -n python-%{name}
|
%files -n python-%{name}
|
||||||
@ -480,32 +446,10 @@ mv %{buildroot}%{_libdir}/%{name}/*.tcl %{buildroot}%{_datadir}/tcl/%{name}/
|
|||||||
%{_bindir}/%{name}python
|
%{_bindir}/%{name}python
|
||||||
%{_bindir}/%{name}WrapPython
|
%{_bindir}/%{name}WrapPython
|
||||||
%{_bindir}/%{name}WrapPythonInit
|
%{_bindir}/%{name}WrapPythonInit
|
||||||
%{_libdir}/libvtkPythonCore.so.*
|
%{_libdir}/%{name}/*Python*.so.*
|
||||||
%{_libdir}/libvtkRenderingPythonTkWidgets.so.*
|
%{python_sitelib}/VTK-%{series}-py%{py_ver}.egg-info
|
||||||
%{_libdir}/*PythonD.so.*
|
|
||||||
%{_libdir}/%{name}/libvtkPythonCore.so.*
|
|
||||||
%{_libdir}/%{name}/libvtkRenderingPythonTkWidgets.so.*
|
|
||||||
%{_libdir}/%{name}/*PythonD.so.*
|
|
||||||
%{python_sitelib}/VTK-%{version}-py%{py_ver}.egg-info
|
|
||||||
%{python_sitelib}/%{name}/
|
%{python_sitelib}/%{name}/
|
||||||
%if 0%{?suse_version} >= 1130
|
%exclude %{_libdir}/%{name}/*QtPython27D.so.*
|
||||||
%exclude %{python_sitelib}/%{name}/QVTKPython.so
|
|
||||||
%exclude %{python_sitelib}/%{name}/*PythonSIP.so
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%if 0%{?suse_version} >= 1130
|
|
||||||
%files -n python-%{name}-qt
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{python_sitelib}/%{name}/QVTKPython.so
|
|
||||||
%{python_sitelib}/%{name}/*PythonSIP.so
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%files qt
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_libdir}/libQVTK.so.*
|
|
||||||
%{_libdir}/%{name}/libQVTK.so.*
|
|
||||||
%dir %{_prefix}/%{qtdir}/plugins/designer
|
|
||||||
%{_prefix}/%{qtdir}/plugins/designer/libQVTKWidgetPlugin.so
|
|
||||||
|
|
||||||
%files tcl
|
%files tcl
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -513,14 +457,22 @@ mv %{buildroot}%{_libdir}/%{name}/*.tcl %{buildroot}%{_datadir}/tcl/%{name}/
|
|||||||
%{_bindir}/%{name}WrapTcl
|
%{_bindir}/%{name}WrapTcl
|
||||||
%{_bindir}/%{name}WrapTclInit
|
%{_bindir}/%{name}WrapTclInit
|
||||||
%{_datadir}/tcl/%{name}/
|
%{_datadir}/tcl/%{name}/
|
||||||
%{_libdir}/lib%{name}*TCL.so.*
|
|
||||||
%{_libdir}/%{name}/lib%{name}*TCL.so.*
|
%{_libdir}/%{name}/lib%{name}*TCL.so.*
|
||||||
|
%exclude %{_libdir}/%{name}/*QtTCL.so.*
|
||||||
|
%exclude %{_datadir}/tcl/vtk/vtktcl.c
|
||||||
|
|
||||||
|
%files qt
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%{_libdir}/%{name}/lib*Qt*.so.*
|
||||||
|
%dir %{_prefix}/%{qtdir}/plugins/designer
|
||||||
|
%{_prefix}/%{qtdir}/plugins/designer/libQVTKWidgetPlugin.so
|
||||||
|
%exclude %{_libdir}/%{name}/*Python27D.so.*
|
||||||
|
|
||||||
|
%files -n python-%{name}-qt
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%{_libdir}/%{name}/*QtPython27D.so.*
|
||||||
|
|
||||||
%files examples -f build/examples.list
|
%files examples -f build/examples.list
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
|
||||||
%files testing -f build/testing.list
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_libdir}/%{name}/testing/
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user