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 was trying to build a specific version of wsclean. The recipe has got depends_on("python@:3.10") so I would expect the 3.9.15 version to be picked up.
cdipietrantonio@nid001774:~> spack spec [email protected] +everybeam | grep python@
==> Warning: using "[email protected]" which is a deprecated version
==> Warning: using "[email protected]" which is a deprecated version
- ^[email protected]%[email protected] cflags="-O3" cppflags="-O3" cxxflags="-O3" fflags="-O3 -fallow-argument-mismatch" +bz2+crypt+ctypes+dbm~debug+libxml2+lzma~nis+optimizations+pic+pyexpat+pythoncmd+readline+shared+sqlite3~ssl~tkinter+uuid+zlib build_system=generic patches=0d98e93,7d40923,ebdca64,f2fd060 arch=linux-sles15-zen3
it chose a version that is not installed over the pre-installed [email protected].
The text was updated successfully, but these errors were encountered:
I was trying to build a specific version of wsclean. The recipe has got
depends_on("python@:3.10")
so I would expect the3.9.15
version to be picked up.Without the
--reuse
flag I get thisit chose a version that is not installed over the pre-installed
[email protected]
.The text was updated successfully, but these errors were encountered: