File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
# Preamble ####################################################################
2
2
#
3
3
cmake_minimum_required (VERSION 3.20.0 )
4
- project (ImpactX VERSION 23.10 )
4
+ project (ImpactX VERSION 23.11 )
5
5
6
6
include (${ImpactX_SOURCE_DIR} /cmake/ImpactXFunctions.cmake )
7
7
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ macro(find_ablastr)
144
144
set (COMPONENT_DIM 3D )
145
145
set (COMPONENT_PRECISION ${ImpactX_PRECISION} P${ImpactX_PRECISION} )
146
146
147
- find_package (ABLASTR 23.10 CONFIG REQUIRED COMPONENTS ${COMPONENT_DIM} )
147
+ find_package (ABLASTR 23.11 CONFIG REQUIRED COMPONENTS ${COMPONENT_DIM} )
148
148
message (STATUS "ABLASTR: Found version '${ABLASTR_VERSION} '" )
149
149
endif ()
150
150
@@ -178,15 +178,15 @@ set(ImpactX_openpmd_src ""
178
178
set (ImpactX_ablastr_repo "https://github.com/ECP-WarpX/WarpX.git"
179
179
CACHE STRING
180
180
"Repository URI to pull and build ABLASTR from if(ImpactX_ablastr_internal)" )
181
- set (ImpactX_ablastr_branch "8af2c31353193df69f29b5bcf3205adda1ba29e8 "
181
+ set (ImpactX_ablastr_branch "23.11 "
182
182
CACHE STRING
183
183
"Repository branch for ImpactX_ablastr_repo if(ImpactX_ablastr_internal)" )
184
184
185
185
# AMReX is transitively pulled through ABLASTR
186
186
set (ImpactX_amrex_repo "https://github.com/AMReX-Codes/amrex.git"
187
187
CACHE STRING
188
188
"Repository URI to pull and build AMReX from if(ImpactX_amrex_internal)" )
189
- set (ImpactX_amrex_branch "be6c6415467d09da6109d27cfa218868abc1f9db "
189
+ set (ImpactX_amrex_branch ""
190
190
CACHE STRING
191
191
"Repository branch for ImpactX_amrex_repo if(ImpactX_amrex_internal)" )
192
192
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ function(find_pyamrex)
64
64
endif ()
65
65
elseif (NOT ImpactX_pyamrex_internal )
66
66
# TODO: MPI control
67
- find_package (pyAMReX 23.10 CONFIG REQUIRED )
67
+ find_package (pyAMReX 23.11 CONFIG REQUIRED )
68
68
message (STATUS "pyAMReX: Found version '${pyAMReX_VERSION} '" )
69
69
endif ()
70
70
endfunction ()
@@ -79,7 +79,7 @@ option(ImpactX_pyamrex_internal "Download & build pyAMReX" ON)
79
79
set (ImpactX_pyamrex_repo "https://github.com/AMReX-Codes/pyamrex.git"
80
80
CACHE STRING
81
81
"Repository URI to pull and build pyamrex from if(ImpactX_pyamrex_internal)" )
82
- set (ImpactX_pyamrex_branch "2669550404bf1b96dd432518d5d490f0e3979d33 "
82
+ set (ImpactX_pyamrex_branch "23.11 "
83
83
CACHE STRING
84
84
"Repository branch for ImpactX_pyamrex_repo if(ImpactX_pyamrex_internal)" )
85
85
Original file line number Diff line number Diff line change 73
73
# built documents.
74
74
#
75
75
# The short X.Y version.
76
- version = "23.10 "
76
+ version = "23.11 "
77
77
# The full version, including alpha/beta/rc tags.
78
- release = "23.10 "
78
+ release = "23.11 "
79
79
80
80
# The language for content autogenerated by Sphinx. Refer to documentation
81
81
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ def build_extension(self, ext):
235
235
setup (
236
236
name = "impactx" ,
237
237
# note PEP-440 syntax: x.y.zaN but x.y.z.devN
238
- version = "23.10 " ,
238
+ version = "23.11 " ,
239
239
packages = ["impactx" ],
240
240
# Python sources:
241
241
package_dir = {"" : "src/python" },
You can’t perform that action at this time.
0 commit comments