File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Preamble ####################################################################
22#
33cmake_minimum_required (VERSION 3.20.0)
4- project (pyAMReX VERSION 23.03 )
4+ project (pyAMReX VERSION 23.04 )
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 elseif (NOT pyAMReX_amrex_internal)
6868 message (STATUS "Searching for pre-installed AMReX ..." )
6969 # https://amrex-codes.github.io/amrex/docs_html/BuildingAMReX.html#importing-amrex-into-your-cmake-project
70- find_package (AMReX 23.03 CONFIG REQUIRED COMPONENTS PARTICLES PIC)
70+ find_package (AMReX 23.04 CONFIG REQUIRED COMPONENTS PARTICLES PIC)
7171 message (STATUS "AMReX: Found version '${AMReX_VERSION} '" )
7272 endif ()
7373endmacro ()
@@ -82,7 +82,7 @@ option(pyAMReX_amrex_internal "Download & build AMReX" ON)
8282set (pyAMReX_amrex_repo "https://github.com/AMReX-Codes/amrex.git"
8383 CACHE STRING
8484 "Repository URI to pull and build AMReX from if(pyAMReX_amrex_internal)" )
85- set (pyAMReX_amrex_branch "23.03 "
85+ set (pyAMReX_amrex_branch "23.04 "
8686 CACHE STRING
8787 "Repository branch for pyAMReX_amrex_repo if(pyAMReX_amrex_internal)" )
8888
Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ def build_extension(self, ext):
221221setup (
222222 name = "amrex" ,
223223 # note PEP-440 syntax: x.y.zaN but x.y.z.devN
224- version = "23.03 " ,
224+ version = "23.04 " ,
225225 packages = ["amrex" ],
226226 # Python sources:
227227 package_dir = {"" : "src" },
You can’t perform that action at this time.
0 commit comments