Skip to content

Commit

Permalink
PICSAR: 25.01
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Feb 4, 2025
1 parent 0980479 commit 7e6eb12
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Tools/Release/releasePR.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def concat_answers(answers):

# PICSAR New Version ##########################################################

PICSAR_version = "25.02"
PICSAR_version = "25.01"
answers = concat_answers(["y", PICSAR_version, PICSAR_version, "y"])

process = subprocess.Popen(
Expand Down
2 changes: 1 addition & 1 deletion Tools/Release/weeklyUpdate.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def concat_answers(answers):

# PICSAR New Version ##########################################################

PICSAR_version = "25.02"
PICSAR_version = "25.01"
answers = concat_answers(["y", PICSAR_version, PICSAR_version, "y"])

process = subprocess.Popen(
Expand Down
4 changes: 2 additions & 2 deletions cmake/dependencies/PICSAR.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function(find_picsar)
#message(STATUS "PICSAR: Using version '${PICSAR_VERSION}'")
else()
# not supported by PICSAR (yet)
#find_package(PICSAR 25.02 CONFIG REQUIRED QED)
#find_package(PICSAR 25.01 CONFIG REQUIRED QED)
#message(STATUS "PICSAR: Found version '${PICSAR_VERSION}'")
message(FATAL_ERROR "PICSAR: Cannot be used as externally installed "
"library yet. "
Expand All @@ -109,7 +109,7 @@ if(WarpX_QED)
set(WarpX_picsar_repo "https://github.com/ECP-WarpX/picsar.git"
CACHE STRING
"Repository URI to pull and build PICSAR from if(WarpX_picsar_internal)")
set(WarpX_picsar_branch "25.02"
set(WarpX_picsar_branch "25.01"
CACHE STRING
"Repository branch for WarpX_picsar_repo if(WarpX_picsar_internal)")

Expand Down

0 comments on commit 7e6eb12

Please sign in to comment.