pyAMReX: No CCache (#43570)
This interferes with Spack compiler wrappers.
This commit is contained in:
parent
c5a3e36ad0
commit
f22d009c6d
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ def setup_build_environment(self, env):
|
|||
|
||||
# disable superbuilds: use external dependencies
|
||||
env.set("AMREX_INTERNAL", "OFF")
|
||||
env.set("PYAMREX_CCACHE", "ON")
|
||||
env.set("PYAMREX_CCACHE", "OFF")
|
||||
env.set("PYAMREX_IPO", "ON")
|
||||
env.set("PYBIND11_INTERNAL", "OFF")
|
||||
|
||||
|
|
Loading…
Reference in a new issue