Revert #2292: use frontend compiler for build deps (#2549)
The primary goal of #2292 was to use the frontend compiler to make build dependencies like cmake on HPC platforms. It turns out that while this works in some cases, it did not handle cases where a package was a link dependency of the root and of a build dependency (and could produce incorrect concretizations which would not build).
Showing
- lib/spack/spack/architecture.py 0 additions, 5 deletionslib/spack/spack/architecture.py
- lib/spack/spack/concretize.py 21 additions, 35 deletionslib/spack/spack/concretize.py
- lib/spack/spack/spec.py 3 additions, 20 deletionslib/spack/spack/spec.py
- lib/spack/spack/test/concretize.py 0 additions, 30 deletionslib/spack/spack/test/concretize.py
Loading
Please register or sign in to comment