pyAMReX: No CCache (#43570)

This interferes with Spack compiler wrappers.
This commit is contained in:
Axel Huebl 2024-04-10 17:02:37 +02:00 committed by GitHub
parent c5a3e36ad0
commit f22d009c6d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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")