summaryrefslogtreecommitdiffstats
path: root/fortran/acsite.m4
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r4049] Bill Wendling2001-06-211-1/+1
| | | | | | | | | | Purpose: Bug Fix Description: This puts the changes Elena made into the correct configure file. (It should go into the acsite.m4 instead of the configure file). This is only put in the 1.4 branch right now to save messing up the 1.5 branch for now :-).
* [svn-r3298] Purpose:Bill Wendling2001-01-181-1/+1
| | | | | | | | | | | Bug Fix Description: Small bug fix to the acsite.m4 stuff. We should check if the Fortran 9X compiler was found instead of the CC compiler. Solution: Changed CC to F9X macro. Platforms tested: Linux
* [svn-r3144] Purpose:Bill Wendling2000-12-141-4/+14
| | | | | | | | | | | Install Fix Description: Fortran modules need to be installed. Solution: I check for the extension modules are created with and use that during the install... Platforms tested: Linux
* [svn-r3052] Purpose:Bill Wendling2000-12-011-1/+1
| | | | | | | | | | | | | Attempted Bug Fix Description: Some machines (Cray T3E, need you ask?) use the ``-p'' flag for enabling double precision. This breaks our Fortran interface. Solution: Put this test last. However, the T3E apparently doesn't need modules, so we may have to resort to a better "fix" than this in the future. Platforms tested: T3E
* [svn-r2576] Purpose:Bill Wendling2000-09-191-0/+377
Adding the Fortran interface to the HDF5 library Description: Fortran is now a subdirectory of the HDF5 library tree. Platforms tested: Solaris and IRIX (O2K)