summaryrefslogtreecommitdiffstats
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r7502] Snapshot version 1.7 release 4HDF Admin2003-09-211-1/+1
|
* [svn-r7496] Purpose:Pedro Vicente Nunes2003-09-191-0/+1
| | | | | | | | | | | | included the new tool h5repack in the configure files Platforms tested: linux (small change) Misc. update:
* [svn-r7480] Purpose:Quincey Koziol2003-09-161-2/+20
| | | | | | | | | | | | | | | | | Bug fix Description: The MPI_File_set_size() routine on ASCI Red is not able to extend files so that they are larger than 2GB. Solution: Add an extra macro which controls whether MPI_File_set_size() can handle >2GB offsets or if our "older" way of reading a byte, then writing a byte at the appropriate offset should be used. Platforms tested: FreeBSD 4.9 (sleipnir) h5committest
* [svn-r7472] Snapshot version 1.7 release 3HDF Admin2003-09-141-1/+1
|
* [svn-r7436] Snapshot version 1.7 release 2HDF Admin2003-08-311-1/+1
|
* [svn-r7433] Purpose:Quincey Koziol2003-08-311-1/+1
| | | | Corrected typo in help string
* [svn-r7397] Snapshot version 1.7 release 1HDF Admin2003-08-241-1/+1
|
* [svn-r7366] Purpose:Bill Wendling2003-08-151-13/+13
| | | | | | | | | | | | | | | | Readd Description: Readded the FPHDF5 enabling flags. Platforms tested: AIX (Copper: Fortran & C++) Linux (Verbena: Fortran & C++) IRIX (Modi4: Parallel & Fortran) (Sol is down) Misc. update:
* [svn-r7290] Purpose:Quincey Koziol2003-08-081-13/+12
| | | | | | | | | | | | | | Code cleanup/minor bug fixes Description: Corrected a few typos and changed the order that the printf() format strings are tested for 'long long's to move 'll' ahead of 'q', since 'll' is the form for the ANSI C99 standard. Platforms tested: h5committested Misc. update:
* [svn-r7282] Purpose:Bill Wendling2003-08-041-0/+1
| | | | | | | | | | | | | | | | | Bug Fix Description: On "user02", the Fortran compiler is "efc". We weren't testing for this compiler (and I don't know how it was succeeding before...). Solution: Added efc to the list of Fortran compilers we check for. Platforms tested: Couldn't test as I don't have access to user02. But this doesn't affect other platforms. Misc. update:
* [svn-r7277] Purpose:Bill Wendling2003-07-301-0/+6
| | | | | | | | | | | | | | | | | | Bug Fix Description: C++ on Irix 6.5 needs some special libraries (libCio or some such thing). These were defined using the DEFAULT_LIBS macro. However, they weren't being placed into the Makefiles since it wasn't AC_SUBST'ed in configure.in and wasn't declared in commence.in. Solution: Added to configure.in and also added and commence.in Platforms tested: Modi4 (C++, small change and only Irix specific) Misc. update:
* [svn-r7269] Purpose:Bill Wendling2003-07-281-203/+466
| | | | | | | | | | | | | | | | | | | | | | | | | | Update Description: Revamped the configuration system. The configurations for the Fortran and C++ libraries are no longer separate from the "main" configuration system. This involved removing the "configure*" and "aclocal.m4" files from the fortran/ and c++/ subdirectories. Also merging settings in the config/ subdirectories into the main config/ subdirectory. Fortran header files had to be modified a little for Linux. It was checking if it was a Linux machine by some #defines, however with the -std=c99 switch, these defines weren't there. I added a check for some other ones which should be there whether the -std=c99 switch is used or not. Platforms tested: Verbena (Fortran & C++) Sol (Fortran & C++) Copper (Fortran & C++) Modi4 (Parallel, Fortran, & C++) Misc. update:
* [svn-r7266] Snapshot version 1.7 release 0HDF Admin2003-07-271-1/+1
|
* [svn-r7190] Purpose:Albert Cheng2003-07-091-0/+5
| | | | | | | | | | | | | | | | | | | | | | | Feature change. Description: --prefix default was /usr/local. This is not approprirate for development version since it is not likely that one would want to install a development version in the /usr/local area. Solution: Change --prefix default to `pwd`/hdf5, a directory in the build directory. This eliminates the problem that the builder may not have permission to install in the default install directory. It also allows multiple builds in the same host or multiple srcdir using the same source. Platforms tested: h5committested. Also tested in eirene by trying various configure combination to verify the new effect. Misc. update:
* [svn-r7180] Purpose:Quincey Koziol2003-07-071-11/+11
| | | | | | | | | | | Version update Description: Change from 1.4 compatibility to 1.6 compatibility. Platforms tested: FreeBSD 4.8 (sleipnir) h5committest
* [svn-r7166] Purpose:Quincey Koziol2003-07-031-5/+5
| | | | | | | | | | Update configuration Description: Now that we've split the tree (Yea!), change the main trunk back to debug on and production off. Also, change the version # to 1.7.0
* [svn-r7145] Purpose:Albert Cheng2003-07-031-5/+5
| | | | | | | | | | | | | update for release Description: Set the version information to 1.6.0-pre1 to get ready for v1.6 release. Platforms tested: h5committested. Misc. update:
* [svn-r7131] Purpose: Maintenance for the fifth round of testingElena Pourmal2003-07-011-1/+1
| | | | | | | | | | | Description: Bumped version number for 1.5.63 after creating a tar ball for the next round of testing Solution: Platforms tested: Misc. update:
* [svn-r7108] Purpose:Quincey Koziol2003-06-261-22/+30
| | | | | | | | | | | | | Code cleanup Description: Make the default for the function stack work like the default for the API tracing: when debug is enabled, the function stack defaults to on and when debug is disabled, the function stack defaults to off. Platforms tested: FreeBSD 4.8 (sleipnir) h5committest
* [svn-r7099] Elena Pourmal2003-06-241-1/+1
| | | | | | | | | | | | | Purpose: Maintenance Description: Bumped the version number to 1.5.62 after creating a tar ball for the fourth round of testing. Solution: run bin/h5vers -s scipt on arabica Platforms tested: N/A Misc. update:
* [svn-r7093] Purpose:Bill Wendling2003-06-241-0/+4
| | | | | | | | | | | | | | | MPE Fix Description: The MPE stuff needed the lmpe library. Solution: Added it. Platforms tested: Copper (Small fix) Misc. update:
* [svn-r7090] Purpose:Bill Wendling2003-06-241-37/+70
| | | | | | | | | | | | | | | | | Update Description: Changed the --enable-mpe flag to --with-mpe so that we could specify the directory information for where the MPE stuff is kept. (with the =DIR option that we have for --with-* flags) Solution: 7% Platforms tested: Copper (where MPE is...small change no requiring h5committest). Misc. update:
* [svn-r7074] Purpose:Quincey Koziol2003-06-201-1/+1
| | | | Bump version # after another private snapshot for SAF team.
* [svn-r7061] Purpose:Quincey Koziol2003-06-181-1/+1
| | | | Bump version # after creating private snapshot.
* [svn-r7044] Purpose:Albert Cheng2003-06-161-41/+43
| | | | | | | | | | | | | | | | | | | Bug fix. Description: the MPI_Get_count test does not work correctly (the macro name MPI_GET_COUNT_WORKS is not even used in source code.) For some reason, this test sometimes hangs in AIX. Solution: Blocked out the test for now and removed the code later when things are verified to be correct. Platforms tested: h5committested. ALso tested in Copper (32/64bit parallel, 32 bit serial). Misc. update:
* [svn-r7023] Elena Pourmal2003-06-111-1/+1
| | | | | | | | | | | | | Purpose: Maintenance for the third round of testing Description: Increased the version number to 1.5.59 after creating a tar ball for testing. Solution: Platforms tested: Misc. update:
* [svn-r7020] Purpose:Quincey Koziol2003-06-101-1/+1
| | | | Bump version number after making snapshot
* [svn-r6986] Snapshot version 1.5 release 56HDF Admin2003-06-061-1/+1
|
* [svn-r6974] Purpose:Quincey Koziol2003-06-051-1/+1
| | | | | | | | Bump version # Description: Bump the version # of the library after creating snapshot for SAF developers to test with.
* [svn-r6905] Elena Pourmal2003-05-201-1/+1
| | | | | | | | | | | | Purpose: Maintenance for the second round of testing Description: Used bin/h5vers to change version number to 1.5.55 Solution: Platforms tested: arabica Misc. update:
* [svn-r6886] Purpose:Bill Wendling2003-05-171-12/+26
| | | | | | | | | | | | | | Update Description: GPFS should only be checked for if the --enable-gpfs flag is used. Otherwise, it shouldn't. Platforms tested: Linux (Configure only fix so only needed to test it to make sure the configure does the right thing and that the build won't break. I need to test it on a machine that has GPFS to make sure it works there...)
* [svn-r6879] Purpose:Bill Wendling2003-05-151-2/+2
| | | | | | | | | | | | | | | | | | Fix Description: The SZLIB stuff was being checked by default. This isn't right as not everyone will have SZLIB stuff. Solution: Made the default "no" instead of "yes" Platforms tested: Modi4 (Fortran & Parallel) Verbena (Fortran & C++) Arabica (Fortran) Misc. update:
* [svn-r6835] Elena Pourmal2003-05-081-1/+1
| | | | | | | | | | | | | Purpose: Maintenance Description: I changed release version to 1.5.54. Email about tetsing of 1.5.53 will be send after this checkins. Solution: used bin/h5vers -s to change the version number Platforms tested: Done on arabica Misc. update:
* [svn-r6797] Purpose:Bill Wendling2003-05-051-0/+9
| | | | | | | | | | | | | | | Feature Description: Added new flag to the H5pubconf.h file --- NO_SHARED_WRITING (H5_NO_SHARED_WRITING). It's only defined for CodeWarrior and should never be defined for other platforms unless the "open()" bug that CW has shows up on other platforms. Platforms tested: Verbena. Configure only, so no need for full tests. Misc. update:
* [svn-r6793] Snapshot version 1.5 release 52HDF Admin2003-05-031-1/+1
|
* [svn-r6761] Snapshot version 1.5 release 51HDF Admin2003-04-261-1/+1
|
* [svn-r6643] Snapshot version 1.5 release 50HDF Admin2003-04-121-1/+1
|
* [svn-r6636] Purpose:Bill Wendling2003-04-111-0/+3
| | | | | | | | | | | | | | | Update Description: Added printing of the compiler used in the end message. Platforms tested: Modi4 (Parallel & Fortran) Burrwhite (Fortran & C++) Baldric (Fortran), but make check didn't work because of "libucb.so" error that I can't fix...) Misc. update:
* [svn-r6619] Purpose:Bill Wendling2003-04-091-16/+18
| | | | | | | | | | | | | | | | | | | Update Description: The "--enable-parallel=TYPE" option was revamped but the help string wasn't modified. Solution: Modified it to print out just "--enable-parallel" because we no longer support the "=TYPE" option. Platforms tested: arabica (Fortran) Modi4 (Parallel & Fortran) Burrwhite (Fortran & C++) Misc. update:
* [svn-r6586] Purpose:Bill Wendling2003-04-041-9/+110
| | | | | | | | | | | | | | | Fix Description: Previous changes in the configure were overwritten. Solution: Updated configure.in with the changes that were lost. Platforms tested: Linux & Modi4. Misc. update:
* [svn-r6583] Elena Pourmal2003-04-031-108/+10
| | | | | | | | | | | | | | | | | | | Purpose: New tool Description: Pankaj created h5import tool long time ago. I am finally checking the source code in for the 1.6 release. Known problems: h5import test will crash if srcdir option is used; will be fixed before the release. Solution: Platforms tested: vebena, arabica, modi4 were tested. h5import tests passed I also tested on arabica with srcdir option to make sure that there is a problem when srcdir is used. After that I disabled h5import tests. Daily tests will build h5import, but will not run h5import tests. Misc. update:
* [svn-r6575] Purpose:Quincey Koziol2003-04-031-20/+28
| | | | | | | | | | | | | | | | | | Code cleanup Description: Re-arranged configure output for external I/O filters to show that zlib and szlib are used for external I/O filters and display them with the output for the internal I/O filters. Solution: Platforms tested: FreeBSD 4.8 (sleipnir) Linux 2.4 (eirene) IRIX64 6.5 (modi4) Misc. update:
* [svn-r6549] Purpose:MuQun Yang2003-04-011-0/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the first check-in message related to szip support at HDF5 1.6 release Description: szip compression support is required by NASA ESDIS. The compression algorithm is a good compression algorithm for scientific data. In HDF5, we add another filter function to make szip as a default compression package as we did for gzip(or zlib). Solution: In the configure.in and configure, I handled szip exactly the same as what zlib was built into the HDF5. Currently if you don't specify in the configure command line with: ./configure --with-szlib=/..... Unless you put your szip library in your path,you will build the same HDF5 library like before. Also, I only use static szip library to test with HDF5. Platforms tested: Since there are changes of configure.in and configure,I didn't use h5committest. I tested with four platforms. 1) Linux 2.4 (eirene) 2) Solaris 2.7(arabica) 3) windows 2000(VS 6.0) 4) SGI IRIX6.5-64(modi4) For test 1)-3), only basic C tests were done For modi4 test, I tested 64-bit C,parallel and fortran. ALl tests passed, except a warning message from szip library when checksum is used in some order, which doesn't cause any real problems. Misc. update:
* [svn-r6483] Snapshot version 1.5 release 49HDF Admin2003-03-151-1/+1
|
* [svn-r6482] Purpose:Bill Wendling2003-03-141-0/+2
| | | | | | Update Description: Added newest ed_* directories in the docs...
* [svn-r6446] Snapshot version 1.5 release 48HDF Admin2003-03-011-1/+1
|
* [svn-r6407] Snapshot version 1.5 release 47HDF Admin2003-02-151-1/+1
|
* [svn-r6400] Raymond Lu2003-02-121-4/+4
| | | | | | | | | | | Purpose: Change feature Description: Switch to Fletcher32 from Adler32 checksum Platforms tested: arabica, eirene, modi4 Misc. update: MANIFEST and RELEASE.txt updated.
* [svn-r6389] Purpose:Bill Wendling2003-02-101-7/+10
| | | | | | | | | | | | Update Description: Added Flexible Parallel HDF5 support to the ending message that configure spits out. Reordered a few other of the messages so that they're in alphabetical order. Platforms tested: Linux
* [svn-r6386] Purpose:Quincey Koziol2003-02-101-0/+31
| | | | | | | | | | | | | | Bug fix Description: The "system scope" for threads isn't supported on all platforms. Solution: Add detection of this feature to the configure script and check for "H5_HAVE_SYSTEM_SCOPE_THREADS" in the appropriate places. Platforms tested: modi4 w/threadsafe