diff options
author | Massimiliano Culpo <massimiliano.culpo@googlemail.com> | 2015-10-22 15:53:44 +0200 |
---|---|---|
committer | Massimiliano Culpo <massimiliano.culpo@googlemail.com> | 2015-10-22 15:53:44 +0200 |
commit | f475ec4ce644e2fdd018fc8585fe307b37808f26 (patch) | |
tree | 990fd61cb76f9b9b74a14293796deb4fb3c9e9ae /bin | |
parent | 17de9a37f1d064e18ff61145196b1cb77ae8b64b (diff) | |
parent | 1f662465c26f6a6b3d055516c0dd6df9eb55fa64 (diff) | |
download | spack-f475ec4ce644e2fdd018fc8585fe307b37808f26.tar.gz spack-f475ec4ce644e2fdd018fc8585fe307b37808f26.tar.bz2 spack-f475ec4ce644e2fdd018fc8585fe307b37808f26.tar.xz spack-f475ec4ce644e2fdd018fc8585fe307b37808f26.zip |
Merge branch 'develop' of https://github.com/scalability-llnl/spack into issues/gcc
Conflicts:
var/spack/packages/gcc/package.py
GCC : removed dependency on libelf. Removed isl variant
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/spack | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -118,7 +118,7 @@ def main(): # If the user asked for it, don't check ssl certs. if args.insecure: - tty.warn("You asked for --insecure, which does not check SSL certificates or checksums.") + tty.warn("You asked for --insecure, which does not check SSL certificates.") spack.curl.add_default_arg('-k') # Try to load the particular command asked for and run it |