diff options
author | Adam J. Stewart <ajstewart426@gmail.com> | 2019-07-29 17:05:02 -0500 |
---|---|---|
committer | Peter Scheibel <scheibel1@llnl.gov> | 2019-07-29 15:05:02 -0700 |
commit | 9af155f0f689e0ede85fe2f3fe468c2eb64027f2 (patch) | |
tree | e5411c8a43acda91fe5a18c121c69a442420aaec /README.md | |
parent | e7d9a6f426b17774fd6f716384577d83d2263fd0 (diff) | |
download | spack-9af155f0f689e0ede85fe2f3fe468c2eb64027f2.tar.gz spack-9af155f0f689e0ede85fe2f3fe468c2eb64027f2.tar.bz2 spack-9af155f0f689e0ede85fe2f3fe468c2eb64027f2.tar.xz spack-9af155f0f689e0ede85fe2f3fe468c2eb64027f2.zip |
Fix some Mac constraint checks (#12138)
* Fix Mac platform check for dependency in py-ipython package: 'when'
constraints in Spack directives must be Specs (either a Spec
object or a Spec in string format)
* Fix Mac version check in py-numpy: platform.mac_ver() returns a
3-part string as its first tuple item so the check as written would
never pass; use Spack Version object to simplify check.
* Fix Mac version check in qt package (the check was incorrectly
comparing ints and strings) and use Spack version object to
simplify check.
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions