You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a fresh linux Mint 20 on a desktop machine (before it was linux mint 19 identified as Ubuntu 18 by spack). While Mint should be fully compatible with ubuntu some package versions could be different. Looks like it has gcc9.3 and escalate environment is configured with kind of manual gcc settings so it doesn't work on this machine. This issue is actually not about linux Mint only, but probably about myriads of other Ubuntu flavours.
Steps to reproduce the issue
$ spack env activate escalate
$ spack concretize ...==> Error: SpecList specs refers to named list compilers which does not appear in its reference dict
I realized that putting all OSes into the environment does prevent it from working on systems without those compilers. Unfortunately, we do need those sections in the environments that are built for cvmfs. I'll figure out how to do that for cvmfs separately than for eic-spack here. But: to be able to use them interchangeably, environments must be a single package with the versions specified as dependencies, the way the most recent commit introduced. In cvmfs, we can only build those environments in a parallel structure for various operating systems by having it this way. Separate packages with concretization together, as before, are not possible unfortunately.
I have a fresh linux Mint 20 on a desktop machine (before it was linux mint 19 identified as Ubuntu 18 by spack). While Mint should be fully compatible with ubuntu some package versions could be different. Looks like it has gcc9.3 and escalate environment is configured with kind of manual gcc settings so it doesn't work on this machine. This issue is actually not about linux Mint only, but probably about myriads of other Ubuntu flavours.
Steps to reproduce the issue
Information on your system
The text was updated successfully, but these errors were encountered: