Try the following:
- Clone latest Spack develop.
- Use the following
packages.yaml:
packages:
python:
version: [3.5]
spack spec python yields:
[email protected]%[email protected]~tk~ucs4 arch=linux-centos7-x86_64
This is wrong. preferred=True should have the same precedence as one version simply having the highest number. It is possible to get v3.5 with spack spec python@3:
[email protected]%[email protected]~tk~ucs4 arch=linux-centos7-x86_64
For now, I'm removing preferred=True from python/package.py.