File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11# Preamble ####################################################################
22#
33cmake_minimum_required (VERSION 3.24.0)
4- project (pyAMReX VERSION 25.02 )
4+ project (pyAMReX VERSION 25.03 )
55
66include (${pyAMReX_SOURCE_DIR} /cmake/pyAMReXFunctions.cmake)
77
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ macro(find_amrex)
6767 message (STATUS "Searching for pre-installed AMReX ..." )
6868 # https://amrex-codes.github.io/amrex/docs_html/BuildingAMReX.html#importing-amrex-into-your-cmake-project
6969 # 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)
7171 message (STATUS "AMReX: Found version '${AMReX_VERSION} '" )
7272
7373 if (AMReX_GPU_BACKEND STREQUAL CUDA)
@@ -86,7 +86,7 @@ option(pyAMReX_amrex_internal "Download & build AMReX" ON)
8686set (pyAMReX_amrex_repo "https://github.com/AMReX-Codes/amrex.git"
8787 CACHE STRING
8888 "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 "
9090 CACHE STRING
9191 "Repository branch for pyAMReX_amrex_repo if(pyAMReX_amrex_internal)" )
9292
Original file line number Diff line number Diff line change 7777# built documents.
7878#
7979# The short X.Y version.
80- version = "25.02 "
80+ version = "25.03 "
8181# The full version, including alpha/beta/rc tags.
82- release = "25.02 "
82+ release = "25.03 "
8383
8484# The language for content autogenerated by Sphinx. Refer to documentation
8585# 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):
217217setup (
218218 name = "amrex" ,
219219 # note PEP-440 syntax: x.y.zaN but x.y.z.devN
220- version = "25.02 " ,
220+ version = "25.03 " ,
221221 packages = ["amrex" ],
222222 # Python sources:
223223 package_dir = {"" : "src" },
You can’t perform that action at this time.
0 commit comments