-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Spack tries to install Python 2.7 #921
Copy link
Copy link
Closed
Labels
Description
I receive this warning when installing LLVM on OS X:
==> Warning: There is no checksum on file to fetch [email protected] safely.
Fetch anyway? [y/N] ^CTraceback (most recent call last):
Spack is trying to install Python 2.7 (not 2.7.x). When I answer "yes", the download succeeds, but the build ultimately fails for unrelated reasons. Spack should not be installing this version; it should install 2.7.11 instead.
I assume this might be because LLVM requires depends_on('[email protected]:2.8'), and Spack resolves this to Python 2.7 instead of Python 2.7.11?
Reactions are currently unavailable