Merge branch 'develop' into features/cflags

This commit is contained in:
Todd Gamblin
2016-05-05 10:49:15 -07:00
78 changed files with 1592 additions and 471 deletions

2
lib/spack/env/cc vendored
View File

@@ -166,7 +166,7 @@ fi
# It doesn't work with -rpath.
# This variable controls whether they are added.
add_rpaths=true
if [[ mode == ld && $OSTYPE == darwin* ]]; then
if [[ $mode == ld && "$SPACK_SHORT_SPEC" =~ "darwin" ]]; then
for arg in "$@"; do
if [[ $arg == -r ]]; then
add_rpaths=false