mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
Modfy expression to match mpicc build with Intel as intel compiler, not
gcc.
This commit is contained in:
parent
0a581b0ac0
commit
811988f82c
@ -32,7 +32,7 @@ if test X = "X$cxx_flags_set"; then
|
||||
# containing 'icc version'. The cc_version for icc is correctly determined
|
||||
# and flags added in the intel-flags script.
|
||||
cxx_version="`$CXX $CXXFLAGS $H5_CXXFLAGS -v 2>&1 | grep -v 'PathScale' |\
|
||||
grep -v 'icc version' |\
|
||||
grep -v '^icc.*version' |\
|
||||
grep 'gcc version' | sed 's/.*gcc version \([-a-z0-9\.]*\).*/\1/'`"
|
||||
cxx_vendor=`echo $cxx_version |sed 's/\([a-z]*\).*/\1/'`
|
||||
cxx_version=`echo $cxx_version |sed 's/[-a-z]//g'`
|
||||
|
@ -47,7 +47,7 @@ if test "X-" = "X-$cc_flags_set"; then
|
||||
# containing 'icc version'. The cc_version for icc is correctly determined
|
||||
# and flags added in the intel-flags script.
|
||||
cc_version="`$CC $CFLAGS $H5_CFLAGS -v 2>&1 | grep -v 'PathScale' |\
|
||||
grep -v 'icc version' |\
|
||||
grep -v '^icc.*version' |\
|
||||
grep 'gcc version' | sed 's/.*gcc version \([-a-z0-9\.]*\).*/\1/'`"
|
||||
cc_vendor=`echo $cc_version |sed 's/\([a-z]*\).*/\1/'`
|
||||
cc_version=`echo $cc_version |sed 's/[-a-z]//g'`
|
||||
|
Loading…
x
Reference in New Issue
Block a user