Doc: WarpX SENSEI Work-Around (#32276)

Follow-up to #31542
This commit is contained in:
Axel Huebl 2022-08-19 13:10:00 -07:00 committed by GitHub
parent 56e4203450
commit 7f314947dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -192,6 +192,8 @@ def cmake_args(self):
with when("+openpmd"):
args.append("-DWarpX_openpmd_internal=OFF")
# Work-around for SENSEI 4.0: wrong install location for CMake config
# https://github.com/SENSEI-insitu/SENSEI/issues/79
if "+sensei" in spec:
args.append(self.define("SENSEI_DIR", join_path(spec["sensei"].prefix.lib, "cmake")))