diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2017-03-10 04:02:56 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2017-03-10 04:02:56 +0000 |
commit | 3ca4dbdd693cf11ba061be091c2a56591cf39c7b (patch) | |
tree | 0aaaeec894252d002379b8ff6b15bddc1ca56fba /math/vtk6/files | |
parent | 86e6bd934f2344b3bfb5fcbe2ee419c11f948202 (diff) |
Notes
Diffstat (limited to 'math/vtk6/files')
-rw-r--r-- | math/vtk6/files/patch-ThirdParty_hdf5_vtkhdf5_CMakeInstallation.cmake | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/math/vtk6/files/patch-ThirdParty_hdf5_vtkhdf5_CMakeInstallation.cmake b/math/vtk6/files/patch-ThirdParty_hdf5_vtkhdf5_CMakeInstallation.cmake new file mode 100644 index 000000000000..e0d79f2444b6 --- /dev/null +++ b/math/vtk6/files/patch-ThirdParty_hdf5_vtkhdf5_CMakeInstallation.cmake @@ -0,0 +1,16 @@ +So that this port doesn't clash with science/paraview: + +--- ThirdParty/hdf5/vtkhdf5/CMakeInstallation.cmake.orig 2017-01-20 17:51:20 UTC ++++ ThirdParty/hdf5/vtkhdf5/CMakeInstallation.cmake +@@ -105,11 +105,6 @@ configure_file ( + ${HDF5_RESOURCES_DIR}/libhdf5.settings.cmake.in + ${HDF5_BINARY_DIR}/libhdf5.settings @ONLY + ) +-install ( +- FILES ${HDF5_BINARY_DIR}/libhdf5.settings +- DESTINATION ${HDF5_INSTALL_CMAKE_DIR}/${HDF5_PACKAGE} +- COMPONENT libraries +-) + + #----------------------------------------------------------------------------- + # Configure the HDF518_Examples.cmake file and the examples |