mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
[svn-r29696] 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.
This commit is contained in:
parent
18e360b9fa
commit
e2c8d94ac1
@ -171,6 +171,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`
|
||||
;;
|
||||
@ -199,7 +200,6 @@ case $FC in
|
||||
*mpif90*)
|
||||
fc_version_info=`$FC $FCFLAGS $H5_FCFLAGS -v 2>&1 | grep 'version' |\
|
||||
sed 's/^[a-z0-9]* for //' |\
|
||||
sed 's/\"/\\\"/g' |\
|
||||
sed 's/^\([a-z]* \)/ built with \1/1'`
|
||||
fc_version_info=`echo $fc_version_info`
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user