Skip to content

Commit

Permalink
vtk: Use MacPorts vtk-m
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave-Allured authored Jan 30, 2025
1 parent 7fe55a2 commit 471f7d6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions graphics/vtk/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ compiler.blacklist-append {clang < 900}

name vtk
version 9.4.1
revision 1
revision 2
categories graphics devel
license BSD

Expand All @@ -45,10 +45,12 @@ checksums rmd160 7165ecf0a7c79776033fb1fdb30c1380be3170e4 \

mpi.setup

depends_lib-append port:libxml2
depends_lib-append port:hdf5 \
port:vtk-m

configure.args-append \
-DVTK_MODULE_USE_EXTERNAL_VTK_libxml2:BOOL=ON
-DVTK_MODULE_USE_EXTERNAL_VTK_libxml2:BOOL=ON \
-DVTK_MODULE_USE_EXTERNAL_VTK_vtk-m:BOOL=ON

# Re restoring support for legacy macOS, see:
# https://gitlab.kitware.com/vtk/vtk/-/merge_requests/11171
Expand Down

0 comments on commit 471f7d6

Please sign in to comment.