Ticket #58029: patch-vtk82.diff
File patch-vtk82.diff, 1.7 KB (added by snarkhunter (Steve Langer), 6 years ago) |
---|
-
Portfile
old new 7 7 PortGroup cxx11 1.1 8 8 9 9 name vtk 10 version 8. 1.210 version 8.2.0 11 11 revision 0 12 12 categories graphics devel 13 13 platforms darwin … … 28 28 29 29 distname VTK-${version} 30 30 31 checksums rmd160 6e9b3d00602cb1e34483f4f68cc5f7a522516102 \32 sha256 0995fb36857dd76ccfb8bb07350c214d9f9099e80b1e66b4a8909311f24ff0db \33 size 3 347930731 checksums rmd160 9c566529757081d65d439d37dadbb533f0b55162 \ 32 sha256 34c3dc775261be5e45a8049155f7228b6bd668106c72a3c435d95730d17d57bb \ 33 size 35511819 34 34 35 35 cmake.out_of_source yes 36 36 mpi.setup … … 41 41 port:hdf5 \ 42 42 port:jpeg \ 43 43 port:jsoncpp \ 44 port:libtheora \45 44 port:lz4 \ 46 45 port:netcdf-cxx \ 47 46 port:tiff \ 48 port:zlib 47 port:zlib \ 48 port:double-conversion \ 49 port:eigen3 \ 50 port:glew 49 51 50 52 configure.args-delete \ 51 53 -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON … … 61 63 -DVTK_USE_SYSTEM_LIBPROJ4:BOOL=OFF \ 62 64 -DVTK_USE_SYSTEM_GL2PS:BOOL=OFF \ 63 65 -DVTK_USE_SYSTEM_LIBHARU:BOOL=OFF \ 64 -DVTK_USE_COCOA:BOOL=ON 66 -DVTK_USE_COCOA:BOOL=ON \ 67 -DVTK_USE_SYSTEM_LIBPROJ:BOOL=OFF \ 68 -DVTK_USE_SYSTEM_PUGIXML:BOOL=OFF \ 69 -DVTK_USE_SYSTEM_OGG:BOOL=OFF \ 70 -DVTK_USE_SYSTEM_THEORA:BOOL=OFF 65 71 66 72 # As proposed at #46890 67 73 if {${os.major} <= 10} {