Skip to content

Commit a02c7dd

Browse files
authored
Merge pull request #304 from bonachea/post-release
Post release chores
2 parents 04a4e51 + f86da50 commit a02c7dd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Report bugs to fortran@lbl.gov or at https://go.lbl.gov/caffeine
4545
EOF
4646
}
4747

48-
GASNET_VERSION="2025.8.0"
48+
GASNET_VERSION="stable"
4949
VERBOSE=""
5050
GASNET_CONDUIT="${GASNET_CONDUIT:-smp}"
5151
YES=false
@@ -494,7 +494,7 @@ CAFFEINE_FPM_CFLAGS=$GASNET_CFLAGS $GASNET_CPPFLAGS $APPEND_CFLAGS
494494
Name: caffeine
495495
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.
496496
URL: https://go.lbl.gov/caffeine
497-
Version: 0.7.2
497+
Version: 0.7.3
498498
EOF
499499

500500
exit_if_pkg_config_pc_file_missing "caffeine"

manifest/fpm.toml.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "caffeine"
2-
version = "0.7.2"
2+
version = "0.7.3"
33
license = "BSD-3-Clause-LBNL"
44
author = ["Damian Rouson", "Brad Richardson", "Katherine Rasmussen", "Dan Bonachea"]
55
maintainer = "fortran@lbl.gov"

0 commit comments

Comments
 (0)