From 610f8089744728ad1f85d1039ae8cbc17642f413 Mon Sep 17 00:00:00 2001 From: Sergey Fedorov Date: Mon, 9 Sep 2024 23:26:55 +0800 Subject: [PATCH] spral: update to 2024.05.08 --- math/spral/Portfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/math/spral/Portfile b/math/spral/Portfile index 50d24987f8f9..227bbf9a2874 100644 --- a/math/spral/Portfile +++ b/math/spral/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup compilers 1.0 PortGroup github 1.0 -github.setup ralna spral 2024.01.18 v +github.setup ralna spral 2024.05.08 v revision 0 categories math science license BSD @@ -13,9 +13,9 @@ description Sparse Parallel Robust Algorithms Library long_description An open-source (BSD) library for sparse linear algebra and associated algorithms. \ It is primarily developed by the Numerical Analysis group at STFC Rutherford Appleton Laboratory. homepage https://www.numerical.rl.ac.uk/spral -checksums rmd160 4c82828607655bc1ec68c49ba8fc1b29149b741f \ - sha256 b0dfc71bfad94b5182931b9b913e0adaf1db241b62578839add9749c918fa000 \ - size 675952 +checksums rmd160 5f1586be411f2a6027c97aaecc3a4c079ff17d74 \ + sha256 0795c10c1c4dab1cf8c2de4024296d75d9d83b7525e82c77584c16060e29e4f5 \ + size 7912673 github.tarball_from archive use_autoreconf yes @@ -32,7 +32,7 @@ post-patch { } depends_build-append \ - port:pkgconfig + path:bin/pkg-config:pkgconfig depends_lib-append port:hwloc \ path:lib/pkgconfig/icu-uc.pc:icu \ port:libiconv \