diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-10-09 02:39:27 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-10-09 02:39:27 (GMT) |
commit | 1a443c2e4b2d4abb224e84d592a47d8d75c5d2b8 (patch) | |
tree | 19f0aaf43f47c13a43405429145d9027b6fd5e14 /MANIFEST | |
parent | 8e44c1116e3a517ad8765fd8d27b33f516d6b3e2 (diff) | |
download | hdf5-1a443c2e4b2d4abb224e84d592a47d8d75c5d2b8.zip hdf5-1a443c2e4b2d4abb224e84d592a47d8d75c5d2b8.tar.gz hdf5-1a443c2e4b2d4abb224e84d592a47d8d75c5d2b8.tar.bz2 |
[svn-r9386] Purpose:
Refactor and update fortran configuration
Description:
Changed configure.in to include the production, debugging and profiling
flags for FORTRAN in the command line.
Added '-flags' files for PGI and Intel C compilers
Added '-fflags' files for PGI and Intel FORTRAN compilers
Updated 'gnu-flags' file for GNU C compiler to not modify compiler flags
when gcc is not being used.
Make detection of the correct FORTRAN compiler a bit smarter for Linux
platforms. (And carried over some of the minor changes to other affected
machines)
Platforms tested:
Linux 2.4 (tungsten) w/PGI and Intel C & FORTRAN compilers.
Changes not tested by h5committest
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -58,6 +58,7 @@ ./config/hpux9.03 ./config/i386-pc-cygwin32 ./config/ia64-linux-gnu +./config/intel-flags ./config/intel-osf1 ./config/irix5.x ./config/irix6.x @@ -65,6 +66,7 @@ ./config/linux-gnuaout ./config/linux-gnulibc1 ./config/linux-gnulibc2 +./config/pgi-flags ./config/powerpc-apple ./config/powerpc-ibm-aix4.x ./config/powerpc-ibm-aix5.x @@ -777,6 +779,8 @@ ./fortran/config/hpux9.03 ./fortran/config/i386-pc-cygwin32 ./fortran/config/ia64-linux-gnu +./fortran/config/intel-fflags +./fortran/config/intel-flags ./fortran/config/intel-osf1 ./fortran/config/irix5.x ./fortran/config/irix6.x @@ -784,6 +788,8 @@ ./fortran/config/linux-gnuaout ./fortran/config/linux-gnulibc1 ./fortran/config/linux-gnulibc2 +./fortran/config/pgi-fflags +./fortran/config/pgi-flags ./fortran/config/powerpc-apple ./fortran/config/powerpc-ibm-aix4.x ./fortran/config/powerpc-ibm-aix5.x |