ginkgo: update to 1.11.0

This commit is contained in:
Herby Gillot
2026-07-09 12:48:18 -04:00
parent 1806cf28de
commit 749a1d18f9
+6 -6
View File
@@ -5,7 +5,7 @@ PortGroup cmake 1.1
PortGroup github 1.0
PortGroup mpi 1.0
github.setup ginkgo-project ginkgo 1.9.0 v
github.setup ginkgo-project ginkgo 1.11.0 v
revision 0
categories math parallel
license BSD
@@ -13,9 +13,9 @@ maintainers nomaintainer
description Numerical linear algebra software package
long_description A numerical linear algebra library targeting many-core architectures.
homepage https://ginkgo-project.github.io
checksums rmd160 2916de4090486b0497f750572eb4f493b54fb407 \
sha256 18271e99f81a89cf27102f9d4e84653ae7a0cc745fcda9a7ed486c455553780b \
size 13180706
checksums rmd160 cd3819c9d2de86ca614e968f7bd4599b40b30977 \
sha256 8052c3d5994e1c996ebabe50a169deb565965da4f1c6c02e814ff0c7146c0378 \
size 13330337
github.tarball_from archive
cmake.build_type Release
@@ -31,7 +31,7 @@ if {${os.platform} eq "darwin" && ${os.arch} eq "powerpc"} {
depends_lib-append port:metis
compiler.cxx_standard 2014
compiler.cxx_standard 2017
configure.args-append \
-DBUILD_SHARED_LIBS=ON \
@@ -41,7 +41,7 @@ configure.args-append \
-DGINKGO_BUILD_TESTS=OFF \
-DGINKGO_BUILD_BENCHMARKS=OFF \
-DGINKGO_BUILD_CUDA=OFF \
-DGINKGO_BUILD_DPCPP=OFF \
-DGINKGO_BUILD_SYCL=OFF \
-DGINKGO_BUILD_HIP=OFF \
-DGINKGO_BUILD_DOC=OFF \
-DGINKGO_BUILD_EXAMPLES=OFF \