We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3361874 commit 23e3074Copy full SHA for 23e3074
cmake/dependencies/pyAMReX.cmake
@@ -71,10 +71,10 @@ set(ImpactX_pyamrex_src ""
71
72
# Git fetcher
73
option(ImpactX_pyamrex_internal "Download & build pyAMReX" ON)
74
-set(ImpactX_pyamrex_repo "https://github.com/AMReX-Codes/pyamrex.git"
+set(ImpactX_pyamrex_repo "https://github.com/ax3l/pyamrex.git"
75
CACHE STRING
76
"Repository URI to pull and build pyamrex from if(ImpactX_pyamrex_internal)")
77
-set(ImpactX_pyamrex_branch "25.11"
+set(ImpactX_pyamrex_branch "topic-pc-impactx-spin"
78
79
"Repository branch for ImpactX_pyamrex_repo if(ImpactX_pyamrex_internal)")
80
0 commit comments