From a6e72e2a39f132d98732486bea25399837e967a9 Mon Sep 17 00:00:00 2001 From: Dan Bonachea Date: Thu, 5 Mar 2026 20:25:08 -0800 Subject: [PATCH 1/2] Revert "Pin GASNet release to 2025.8.0" This reverts commit 484ed39b182d5750308c98773a16004391ad276a. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index f601594f..95cef359 100755 --- a/install.sh +++ b/install.sh @@ -45,7 +45,7 @@ Report bugs to fortran@lbl.gov or at https://go.lbl.gov/caffeine EOF } -GASNET_VERSION="2025.8.0" +GASNET_VERSION="stable" VERBOSE="" GASNET_CONDUIT="${GASNET_CONDUIT:-smp}" YES=false From f86da5001234e855b7298c0c45df463527331870 Mon Sep 17 00:00:00 2001 From: Dan Bonachea Date: Thu, 5 Mar 2026 20:26:08 -0800 Subject: [PATCH 2/2] Bump patch number --- install.sh | 2 +- manifest/fpm.toml.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 95cef359..9a65f9d2 100755 --- a/install.sh +++ b/install.sh @@ -494,7 +494,7 @@ CAFFEINE_FPM_CFLAGS=$GASNET_CFLAGS $GASNET_CPPFLAGS $APPEND_CFLAGS Name: caffeine Description: The CoArray Fortran Framework of Efficient Interfaces to Network Environments (Caffeine) implements the Parallel Runtime Interface for Fortran (PRIF), providing runtime support for multi-image features in modern Fortran compilers. URL: https://go.lbl.gov/caffeine -Version: 0.7.2 +Version: 0.7.3 EOF exit_if_pkg_config_pc_file_missing "caffeine" diff --git a/manifest/fpm.toml.template b/manifest/fpm.toml.template index 8571f7e6..225166b1 100644 --- a/manifest/fpm.toml.template +++ b/manifest/fpm.toml.template @@ -1,5 +1,5 @@ name = "caffeine" -version = "0.7.2" +version = "0.7.3" license = "BSD-3-Clause-LBNL" author = ["Damian Rouson", "Brad Richardson", "Katherine Rasmussen", "Dan Bonachea"] maintainer = "fortran@lbl.gov"