summaryrefslogtreecommitdiffstats
path: root/fortran/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r5282] Purpose:Bill Wendling2002-04-291-1/+16
| | | | | | | | | Update Description: Updated the h5vers script to also modify the configure.in files and regenerate the configure file. Platforms tested: Linux
* [svn-r5250] Purpose:Bill Wendling2002-04-241-10/+41
| | | | | | | | | | | Update Description: Added the check for MPI_{Comm,Info}_{f2c,c2f} functions to the Fortran wrappers. There was a bogus H5config.h.in file in the fortran/src directory. Replaced it with H5config_fortran.h.in instead. Platforms tested: HP-UX
* [svn-r5234] Purpose:Bill Wendling2002-04-231-16/+43
| | | | | | | | | | Update Description: Updated the way some of the macros were being used in the configure file. Some of the behavior is deprecated. Mostly has to do with the AC_OUTPUT and AC_INIT macros... Platforms tested: Linux
* [svn-r5117] Purpose:Bill Wendling2002-03-291-17/+11
| | | | | | | | | | | | Bug Fix Description: Back ported fix for the Fortran MPI parallel test to the 1.4 branch. Solution: Needed to change the order of the link line in the acsite.m4 file so that libraries came after the *.o file to catch some of the unresolved references being generated. Platforms tested: Modi4
* [svn-r5093] Bill Wendling2002-03-271-315/+343
| | | | | | | | | | | | | Purpose: Bug Fix Description: We were testing of the MPI C compiler could build an MPI program. We should be testing if the MPI F90 compiler could build an MPI program. Solution: Changed so that we check if the MPI F90 compiler can build an MPI program instead... Platforms tested: AIX and LInux
* [svn-r4295] Bill Wendling2001-08-011-0/+13
| | | | | | | | | | | Purpose: Back-port of Bug Fix Description: Back port from the 1.5 branch of the .depend/Dependencies files generation bug. (When the $srcdir et.al. macros began with a ".", they were lopping off the first character of a header file's path). Platforms tested: Linux
* [svn-r4156] Bill Wendling2001-07-091-0/+7
| | | | | | | | | | | Purpose: Fix Description: I didn't put the zlib fix into the 1.4 branch. Solution: Put the fix into the configure to clear the cache so that configure always checks for zlib in the fortran/ directory so that it'll be put in the LFlags macro.
* [svn-r3931] Purpose:Bill Wendling2001-05-151-3/+3
| | | | | | | | | Fix Description: Fixed to use the top-level bin/ directory instead of having the files copied here... Platforms tested: Linux
* [svn-r3692] Purpose:Bill Wendling2001-03-221-4/+19
| | | | | | | | | | | Bug Fix Description: testpar/Makefile was being generated even if parallel wasn't specified. Solution: Conditionally create this file only if parallel is specified. Platforms tested: Linux
* [svn-r3028] Purpose:Bill Wendling2000-11-291-1/+1
| | | | | | | | | | | | | | Bug Fix Description: T3E and J90 were complaining about not being able to make for ADD_PARALLEL_FILES. Solution: Somehow the make on these machines must have been weirded out by the funky pattern matching/replacement that's being done and couldn't handle a null macro. I now assign "no" to the macro explicitly Platforms tested: T3E
* [svn-r2921] Purpose:Bill Wendling2000-11-151-1/+1
| | | | | | | | | | | Buglet fix Description: Was removing the confdefs.h header which was needed during Makefile generation. Solution: Stopped doing that. Platforms tested: Linux
* [svn-r2919] Purpose:Bill Wendling2000-11-151-1/+1
| | | | | | | | | | | | Buglet fix... Description: When configuring, configure would complain about there not being a confdefs.h file. Solution: Added a src/H5config.h file which configure can generate. This can be used for configure stuff later, but is empty now. Platforms tested: Linux
* [svn-r2915] Purpose:Bill Wendling2000-11-151-0/+17
| | | | | | | | Feature Add Description: Added the --enable-static-exec flag to the fortran stuff. Platforms tested: Linux
* [svn-r2905] Purpose:Bill Wendling2000-11-141-6/+10
| | | | | | | Bug Description: Applied the DYNAMIC_DIRS patch to this configure file. It was applied to the hdf5 stuff but didn't make it down here.
* [svn-r2782] Purpose:Bill Wendling2000-10-311-1/+8
| | | | | | | | | Feature Description: This will run the parallel test files for Fortran when --enable-parallel is specified Platforms tested: Modi4
* [svn-r2704] Purpose:Bill Wendling2000-10-191-1/+1
| | | | | | | | | | | | | | | | Bug Fix Description: Sed was complaining about "filename expected" when trying to generate the .in files. The problem stemmed from the script sed was generating in the conftest.s1 file. It needed the DEPEND filename which wasn't being set. Solution: Fixed so that we check if DEPEND is zero before trying to set if (if not using a GNU make program) instead of testing if DEPEND has a value in it...I copied this incorrectly from the main library's configure.in file...my bad. Platforms tested: T3E
* [svn-r2669] Purpose:Bill Wendling2000-10-111-0/+4
| | | | | | | | | | | Bug Fix Description: I was relying on the PARALLEL macro to be "yes" or "no" all the time. This isn't the case. Solution: Created the ADD_PARALLEL_FILES macro to do just this. Platforms tested: Modi4
* [svn-r2660] Purpose:Bill Wendling2000-10-111-3/+5
| | | | | | | | | | | | Bug Fix Description: The "fix" for search paths was wrong. It would try to recompute the SEARCH macro at the end. Solution: Stopped it from doing that if the $SEARCH macro has a value. One question, will fortran always be built from the top directory? Platforms tested: Modi4
* [svn-r2659] Purpose:Bill Wendling2000-10-101-45/+47
| | | | | | | | | | | | Bug Fix Description: When running configure on subdirectories (like fortran/), looking up how make implements SEARCHes failed. Solution: Exporting the SEARCH macro so that subdirectories don't have to look for it. Platforms tested: Modi4.
* [svn-r2576] Purpose:Bill Wendling2000-09-191-0/+586
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)