File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Preamble ####################################################################
2
2
#
3
3
cmake_minimum_required (VERSION 3.24.0)
4
- project (pyAMReX VERSION 25.02 )
4
+ project (pyAMReX VERSION 25.03 )
5
5
6
6
include (${pyAMReX_SOURCE_DIR} /cmake/pyAMReXFunctions.cmake)
7
7
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ macro(find_amrex)
67
67
message (STATUS "Searching for pre-installed AMReX ..." )
68
68
# https://amrex-codes.github.io/amrex/docs_html/BuildingAMReX.html#importing-amrex-into-your-cmake-project
69
69
# not strictly required yet to compile pyAMReX: EB
70
- find_package (AMReX 25.02 CONFIG REQUIRED COMPONENTS PARTICLES PIC)
70
+ find_package (AMReX 25.03 CONFIG REQUIRED COMPONENTS PARTICLES PIC)
71
71
message (STATUS "AMReX: Found version '${AMReX_VERSION} '" )
72
72
73
73
if (AMReX_GPU_BACKEND STREQUAL CUDA)
@@ -86,7 +86,7 @@ option(pyAMReX_amrex_internal "Download & build AMReX" ON)
86
86
set (pyAMReX_amrex_repo "https://github.com/AMReX-Codes/amrex.git"
87
87
CACHE STRING
88
88
"Repository URI to pull and build AMReX from if(pyAMReX_amrex_internal)" )
89
- set (pyAMReX_amrex_branch "25.02 "
89
+ set (pyAMReX_amrex_branch "25.03 "
90
90
CACHE STRING
91
91
"Repository branch for pyAMReX_amrex_repo if(pyAMReX_amrex_internal)" )
92
92
Original file line number Diff line number Diff line change 77
77
# built documents.
78
78
#
79
79
# The short X.Y version.
80
- version = "25.02 "
80
+ version = "25.03 "
81
81
# The full version, including alpha/beta/rc tags.
82
- release = "25.02 "
82
+ release = "25.03 "
83
83
84
84
# The language for content autogenerated by Sphinx. Refer to documentation
85
85
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ def build_extension(self, ext):
217
217
setup (
218
218
name = "amrex" ,
219
219
# note PEP-440 syntax: x.y.zaN but x.y.z.devN
220
- version = "25.02 " ,
220
+ version = "25.03 " ,
221
221
packages = ["amrex" ],
222
222
# Python sources:
223
223
package_dir = {"" : "src" },
You can’t perform that action at this time.
0 commit comments