diff options
author | James Laird <jlaird@hdfgroup.org> | 2006-04-25 21:19:14 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2006-04-25 21:19:14 (GMT) |
commit | 5740dd95a43853e7c27bb4d514a49ce5668a0b72 (patch) | |
tree | a67fed8855fa01eed3adb25890e9a9a306d46eda /config/intel-fflags | |
parent | 44670391d7e81d5d66a6acfda513a17c6f2d6c49 (diff) | |
download | hdf5-5740dd95a43853e7c27bb4d514a49ce5668a0b72.zip hdf5-5740dd95a43853e7c27bb4d514a49ce5668a0b72.tar.gz hdf5-5740dd95a43853e7c27bb4d514a49ce5668a0b72.tar.bz2 |
[svn-r12301] Purpose:
H5_CFLAGS change
Description:
Converted a few platforms to use H5_CFLAGS to "test the waters"
Solution:
Modified a few config/* files to use H5_CFLAGS for non-essential
flags.
Platforms tested:
mir, heping
Diffstat (limited to 'config/intel-fflags')
-rw-r--r-- | config/intel-fflags | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/intel-fflags b/config/intel-fflags index c564126..82ef84c 100644 --- a/config/intel-fflags +++ b/config/intel-fflags @@ -25,7 +25,7 @@ # f9x_version: Version number: 8.0 # if test X = "X$f9x_flags_set"; then - f9x_version="`$FC $FCFLAGS -V 2>&1 |grep '^Intel'`" + f9x_version="`$FC $FCFLAGS $H5_FCFLAGS -V 2>&1 |grep '^Intel'`" if test X != "X$f9x_version"; then f9x_vendor=ifort f9x_version="`echo $f9x_version |sed 's/.*Version \([-a-z0-9\.\-]*\).*/\1/'`" |