Skip to content

Commit 1e8e89b

Browse files
Release 26.05 (#1387)
1 parent 2f116d2 commit 1e8e89b

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Preamble ####################################################################
1010
#
1111
cmake_minimum_required(VERSION 3.24.0)
12-
project(HiPACE VERSION 26.04)
12+
project(HiPACE VERSION 26.05)
1313

1414
# helper functions
1515
include(${HiPACE_SOURCE_DIR}/cmake/HiPACEFunctions.cmake)

cmake/dependencies/AMReX.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ macro(find_amrex)
130130
else()
131131
message(STATUS "Searching for pre-installed AMReX ...")
132132
set(COMPONENT_PRECISION ${HiPACE_PRECISION} P${HiPACE_PRECISION})
133-
find_package(AMReX 26.04 CONFIG REQUIRED COMPONENTS 3D ${COMPONENT_PRECISION} PARTICLES)
133+
find_package(AMReX 26.05 CONFIG REQUIRED COMPONENTS 3D ${COMPONENT_PRECISION} PARTICLES)
134134
# note: TINYP skipped because user-configured and optional
135135

136136
# AMReX CMake helper scripts
@@ -149,7 +149,7 @@ set(HiPACE_amrex_src ""
149149
set(HiPACE_amrex_repo "https://github.com/AMReX-Codes/amrex.git"
150150
CACHE STRING
151151
"Repository URI to pull and build AMReX from if(HiPACE_amrex_internal)")
152-
set(HiPACE_amrex_branch "development"
152+
set(HiPACE_amrex_branch "26.05"
153153
CACHE STRING
154154
"Repository branch for HiPACE_amrex_repo if(HiPACE_amrex_internal)")
155155

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
project = 'HiPACE++'
2727
copyright = '2021, Severin Diederichs, Axel Huebl, Remi Lehe, Andrew Myers, Alexander Sinn, Maxence Thevenet, Weiqun Zhang'
2828
author = 'Severin Diederichs, Axel Huebl, Remi Lehe, Andrew Myers, Alexander Sinn, Maxence Thevenet, Weiqun Zhang'
29-
version = u'26.04'
30-
release = u'26.04'
29+
version = u'26.05'
30+
release = u'26.05'
3131

3232
# -- General configuration ---------------------------------------------------
3333

license.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
HiPACE++ v26.04 Copyright (c) 2021-2026, The Regents of the University of California,
1+
HiPACE++ v26.05 Copyright (c) 2021-2026, The Regents of the University of California,
22
through Lawrence Berkeley National Laboratory (subject to receipt of
33
any required approvals from the U.S. Dept. of Energy) and Deutsches
44
Elektronen-Synchrotron (DESY). All rights reserved.

0 commit comments

Comments
 (0)