Skip to content

Commit 13eedcf

Browse files
committed
Pre-release 0.6 chores
1 parent 5acca64 commit 13eedcf

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
@@ -48,7 +48,7 @@ EOF
4848
}
4949

5050
GCC_VERSION=${GCC_VERSION:=14}
51-
GASNET_VERSION="stable"
51+
GASNET_VERSION="2025.8.0"
5252
VERBOSE=""
5353
GASNET_CONDUIT="${GASNET_CONDUIT:-smp}"
5454

@@ -433,7 +433,7 @@ CAFFEINE_FPM_CFLAGS=$GASNET_CFLAGS $GASNET_CPPFLAGS
433433
Name: caffeine
434434
Description: Coarray Fortran parallel runtime library
435435
URL: https://gitlab.lbl.gov/berkeleylab/caffeine
436-
Version: 0.5.3
436+
Version: 0.6.0
437437
EOF
438438

439439
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.5.3"
2+
version = "0.6.0"
33
license = "BSD-3-Clause-LBNL"
44
author = ["Damian Rouson", "Brad Richardson", "Katherine Rasmussen", "Dan Bonachea"]
55
maintainer = "[email protected]"

0 commit comments

Comments
 (0)