Skip to content

Commit 2a1f769

Browse files
authored
Merge pull request #167 from BerkeleyLab/post-release-chores
Post v0.4 release chores
2 parents 9dbdd5b + f7e6248 commit 2a1f769

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ EOF
3939
}
4040

4141
GCC_VERSION=${GCC_VERSION:=14}
42-
GASNET_VERSION="2024.5.0"
42+
GASNET_VERSION="stable"
4343

4444
list_prerequisites()
4545
{
@@ -393,7 +393,7 @@ CAFFEINE_FPM_CFLAGS=$GASNET_CFLAGS $GASNET_CPPFLAGS
393393
Name: caffeine
394394
Description: Coarray Fortran parallel runtime library
395395
URL: https://gitlab.lbl.gov/berkeleylab/caffeine
396-
Version: 0.4.0
396+
Version: 0.4.1
397397
EOF
398398

399399
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.4.0"
2+
version = "0.4.1"
33
license = "BSD"
44
author = ["Damian Rouson", "Brad Richardson", "Katherine Rasmussen", "Dan Bonachea"]
55
maintainer = "rouson@lbl.gov"

0 commit comments

Comments
 (0)