Closed davide-q closed 1 year ago
Hi @davide-q, thanks for raising this issue. The Spack recipe recently changed to be compatible with the minor build system updates in v0.11.2 (see https://github.com/spack/spack/pull/38910). Could you try updating Spack and installing v0.11.2
or develop
?
Hi @sebastiangrimberg thanks for getting back to me so quickly, greatly appreciated!
So I could not move to another version of Spack for other reasons, but backporting your PR to Spack v0.20.1 was straightforward and worked like a charm!
Thanks!
Great to hear!
Description
Palace v0.11.0 fails to compile with spack with both gcc@8.5.0 and gcc@13.1.0 as well as Intel's OneAPI
To reproduce
spack install palace%gcc@13.1.0
first generates the specs
and then fails with
Alternatively
spack install palace%gcc@8.5.0
first generates the specs
and then fails with
Alternatively
Using
palace%oneapi
concretizes topalace@0.11.0%oneapi@2023.2.0
, but attempts to usepetsc@3.19.1%gcc@8.5.0
as can be seen below:and it fails with
Alternatively
Finally forcing it to do
palace%oneapi ^petsc%oneapi
concretizes asfails with issues unrelated to palace
This is on RHEL8.8 but I guess the compiler and its version matters more.
Can you please suggest a compiler (and its version) that works? TIA :-)