Commit 0e11327 1 parent e830c1e commit 0e11327 Copy full SHA for 0e11327
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 24.10 )
4
+ project (pyAMReX VERSION 24.11 )
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 24.10 CONFIG REQUIRED COMPONENTS PARTICLES PIC)
70
+ find_package (AMReX 24.11 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 "8df11b69a1169a1b7791a7a5e723feecd121b467 "
89
+ set (pyAMReX_amrex_branch "24.11 "
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 72
72
# built documents.
73
73
#
74
74
# The short X.Y version.
75
- version = "24.10 "
75
+ version = "24.11 "
76
76
# The full version, including alpha/beta/rc tags.
77
- release = "24.10 "
77
+ release = "24.11 "
78
78
79
79
# The language for content autogenerated by Sphinx. Refer to documentation
80
80
# 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 = "24.10 " ,
220
+ version = "24.11 " ,
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