diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2016-04-13 20:30:44 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2016-04-13 20:30:44 (GMT) |
commit | 802ed1f1a46fd7bf22332d6e0f19ba94c93eb82b (patch) | |
tree | ea7da0aa65b452b6c890c46c11adfb7d12382d16 | |
parent | 69fca8ead7c4e15b9f75393902f4e028367c3bce (diff) | |
download | hdf5-802ed1f1a46fd7bf22332d6e0f19ba94c93eb82b.zip hdf5-802ed1f1a46fd7bf22332d6e0f19ba94c93eb82b.tar.gz hdf5-802ed1f1a46fd7bf22332d6e0f19ba94c93eb82b.tar.bz2 |
[svn-r29692] Applied fix for HDFFV-9439 to mpicc config as well as mpif90 in config/linux-gnulibc1.
Tested with h5committest.new on kituo, ostrich, osx1010dev and platypus.
-rw-r--r-- | config/linux-gnulibc1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/linux-gnulibc1 b/config/linux-gnulibc1 index c9811e6..d1f89af 100644 --- a/config/linux-gnulibc1 +++ b/config/linux-gnulibc1 @@ -149,6 +149,7 @@ case $CC in *mpicc*) cc_version_info=`$CC $CCFLAGS $H5_CCFLAGS -v 2>&1 | grep 'version' |\ sed 's/^[a-z0-9]* for //' |\ + sed 's/\"/\\\"/g' |\ sed 's/^\([a-z]* \)/ built with \1/1'` cc_version_info=`echo $cc_version_info` ;; |