diff --git a/install.sh b/install.sh index f601594f..9a65f9d2 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 @@ -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"