diff --git a/install.sh b/install.sh index 6af9aba5..871bc077 100755 --- a/install.sh +++ b/install.sh @@ -39,7 +39,7 @@ EOF } GCC_VERSION=${GCC_VERSION:=14} -GASNET_VERSION="2024.5.0" +GASNET_VERSION="stable" list_prerequisites() { @@ -393,7 +393,7 @@ CAFFEINE_FPM_CFLAGS=$GASNET_CFLAGS $GASNET_CPPFLAGS Name: caffeine Description: Coarray Fortran parallel runtime library URL: https://gitlab.lbl.gov/berkeleylab/caffeine -Version: 0.4.0 +Version: 0.4.1 EOF exit_if_pkg_config_pc_file_missing "caffeine" diff --git a/manifest/fpm.toml.template b/manifest/fpm.toml.template index 660f8ca3..c7137b7e 100644 --- a/manifest/fpm.toml.template +++ b/manifest/fpm.toml.template @@ -1,5 +1,5 @@ name = "caffeine" -version = "0.4.0" +version = "0.4.1" license = "BSD" author = ["Damian Rouson", "Brad Richardson", "Katherine Rasmussen", "Dan Bonachea"] maintainer = "rouson@lbl.gov"