Skip to content

Commit cfb763b

Browse files
authored
Merge pull request #262 from ktras/post-release-0.6.0-chores
(release): Perform required post release 0.6.0 changes
2 parents 4890828 + aac9c81 commit cfb763b

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="2025.8.0"
51+
GASNET_VERSION="stable"
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.6.0
436+
Version: 0.6.1
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.6.0"
2+
version = "0.6.1"
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)