diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2003-03-19 16:05:26 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2003-03-19 16:05:26 (GMT) |
commit | 621f8c50b61617833bfe9e71b347e8b892696478 (patch) | |
tree | c0c56e57bcec57455cd867baf0b3b4986f1e3c7a | |
parent | b86b6f6a352dde7904a422368a9e772d344d4d7e (diff) | |
download | hdf5-621f8c50b61617833bfe9e71b347e8b892696478.zip hdf5-621f8c50b61617833bfe9e71b347e8b892696478.tar.gz hdf5-621f8c50b61617833bfe9e71b347e8b892696478.tar.bz2 |
[svn-r6490]
Purpose: Catching up with C library
Description: Fortran Library would not configure correctly with PGI compilers
because configure couldn't find any appropriate filesin the config
directories.
Solution: Added new files for PGI compilers support on Linux 2.4
Platforms tested: arabica(C and F90), burrwhite (pgcc and pgf90), modi4 (F90 and parallel)
Misc. update:
-rw-r--r-- | config/linux-gnuaout | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/linux-gnuaout b/config/linux-gnuaout new file mode 100644 index 0000000..d139966 --- /dev/null +++ b/config/linux-gnuaout @@ -0,0 +1,4 @@ +# -*- shell-script -*- +# This is the same as linux-gnulibc1 + +. $srcdir/config/linux-gnulibc1 |