Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vtk-m: Update to 2.2.0 #26789

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions graphics/vtk-m/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ PortSystem 1.0
PortGroup cmake 1.1
PortGroup gitlab 1.0

gitlab.setup vtk vtk-m 1.7.1 v
gitlab.setup vtk vtk-m 2.2.0 v
gitlab.instance https://gitlab.kitware.com
revision 1
revision 0

categories graphics science devel
license BSD
Expand All @@ -22,9 +22,9 @@ long_description ${description}. VTK-m supports the fine-grained concurrency

homepage https://m.vtk.org/

checksums rmd160 2ccb4a5a4ab4aa55bcf20d1cc15627d6cdf5a5aa \
sha256 eb513dd9893d086fb76f9283dd87ef4e1b1ac417723803f2f2374958ec6ef32b \
size 10121883
checksums rmd160 e6da77d869b04eeba9d97f4f8070bf915f36a3ed \
sha256 6e19fc0c59335df75aeb4844523686b9eacd11dce9c9ec0c29a3aa5a918da65b \
size 75262882

compiler.cxx_standard 2014
compiler.thread_local_storage yes
Expand Down