You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
vtk: Use external viskores
This commit is contained in:
committed by
Renee Otten
parent
02b273dabb
commit
1146b25266
@@ -28,7 +28,7 @@ compiler.blacklist-append {clang < 1100}
|
||||
|
||||
github.setup Kitware vtk 9.6.1 v
|
||||
github.tarball_from archive
|
||||
revision 0
|
||||
revision 1
|
||||
categories graphics devel
|
||||
license BSD
|
||||
|
||||
@@ -54,14 +54,16 @@ depends_lib-append path:share/pkgconfig/eigen3.pc:eigen3 \
|
||||
port:hdf5 \
|
||||
port:libxml2 \
|
||||
port:${proj_version} \
|
||||
port:tiff
|
||||
port:tiff \
|
||||
port:viskores
|
||||
|
||||
configure.args-append \
|
||||
-DVTK_MODULE_USE_EXTERNAL_VTK_eigen:BOOL=ON \
|
||||
-DVTK_MODULE_USE_EXTERNAL_VTK_hdf5:BOOL=ON \
|
||||
-DVTK_MODULE_USE_EXTERNAL_VTK_libproj:BOOL=ON \
|
||||
-DVTK_MODULE_USE_EXTERNAL_VTK_libxml2:BOOL=ON \
|
||||
-DVTK_MODULE_USE_EXTERNAL_VTK_tiff:BOOL=ON
|
||||
-DVTK_MODULE_USE_EXTERNAL_VTK_tiff:BOOL=ON \
|
||||
-DVTK_MODULE_USE_EXTERNAL_VTK_vtkviskores:BOOL=ON
|
||||
|
||||
mpi.enforce_variant hdf5
|
||||
|
||||
|
||||
Reference in New Issue
Block a user