summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
...
* [svn-r7945] Purpose:Quincey Koziol2003-12-131-9/+9
| | | | Bump snapshot version number after giving a snapshot w/bugfix to a user.
* [svn-r7919] Snapshot version 1.6 release 1 (post4)HDF Admin2003-12-081-9/+9
|
* [svn-r7903] Change --prefix default to `pwd`/hdf5, a directory in the buildAlbert Cheng2003-12-021-4/+7
| | | | | | | | | | | | 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: Eirene plus eyeballing of changes. Misc. update:
* [svn-r7902] Snapshot version 1.6 release 1 (post3)HDF Admin2003-12-011-9/+9
|
* [svn-r7876] Purpose:Quincey Koziol2003-11-241-0/+192
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Omnibus floating-point bug fix changes Description: There are a number of problems in the floating-point conversion code that were exposed by Ray's recent int<->float checkin: - The 'my_isnan' code in test/dtypes.c was broken and would always return true. The meant that the actual values in the float<->float conversion tests were _never_ checked, hiding the other bugs included in this checkin. - A recent change I made to the type conversion code used "FLT_MIN" instead of "-FLT_MAX" for the most negative 'float' value for the double->float conversion, which meant that any the negative number that was converted from a double to a float would have been mapped to zero, essentially. - A change that Robb appeared to have made ~2.5 years ago to the "generic" float->float conversion routine appears to be incorrect and I've backed it out. - Floating-point conversions on SGI's which converted denormalized values would be mapped to zero instead of being propertly preserved in the new type. This was addressed by an SGI-specific system call to prevent the behavior. Solution: Described above, generally. Platforms tested: FreeBSD 4.9 (sleipnir) h5committest Misc. update: release_docs/RELEASE update forthcoming...
* [svn-r7874] Snapshot version 1.6 release 1 (post2)HDF Admin2003-11-241-9/+9
|
* [svn-r7855] Snapshot version 1.6 release 1 (post1)HDF Admin2003-11-171-9/+9
|
* [svn-r7830] Purpose:Quincey Koziol2003-11-081-61/+0
| | | | | | | | | | | | | | | | | Bug fix & code cleanup Description: Allowing the library to call malloc with a size of 0 bytes causes problems for some users, so we check for allocations of 0 bytes and disallow them now. Cleaned up some code which could call malloc with 0 size. Changed some code calling HDmalloc directly to call H5MM_malloc(), which allows us to check for 0 sized allocations. Platforms tested: FreeBSD 4.9 (sleipnir) too minor to require h5committest
* [svn-r7808] Snapshot version 1.6 release 1 (post0)HDF Admin2003-11-031-9/+9
|
* [svn-r7773] Purpose:Bill Wendling2003-10-281-6/+30
| | | | | | | | | | | | | | Update Description: Added check for correctly working basename and xargs programs. Mike McKay was having problems with broken xargs. The basename check was just a good idea. Platforms tested: Linux & Arabica (trivial change already done in mainline branch). Misc. update:
* [svn-r7695] Purpose:Bill Wendling2003-10-221-1/+3
| | | | | | | | | | | | Update Description: Made stream-vfd driver on by default. Platforms tested: Linux (small configuration change) Misc. update:
* [svn-r7661] Purpose: Maintenance after 1.6.1 releaseElena Pourmal2003-10-171-9/+9
| | | | | | | | | | | Description: Changes version to 1.6.1-post0 and updated RELEASE.txt and HISTORY.txt filese fro the new version. Solution: N/A Platforms tested: N/A Misc. update:
* [svn-r7659] Purpose: MaintenanceElena Pourmal2003-10-171-9/+9
| | | | | | | | | | | | Description: I run bin/release to create an hdf5-1.6.1 release tar ball. Now I am checking in modified files before tagging the release. Solution: N/A Platforms tested: N/A Misc. update:
* [svn-r7633] Purpose: MaintenanceElena Pourmal2003-10-151-9/+9
| | | | | | | | | | Description: Bumped the version number to 1.6.1-pre2 after creating a tar ball for the third round of testing Platforms tested: bin/h5vers -s 1.6.1-pre2 on eirene Misc. update:
* [svn-r7631] Purpose:Albert Cheng2003-10-141-9/+9
| | | | | | | | | Changed version to 1.6.1-pre1 to prepare for release. Platforms tested: "h5committested" Misc. update:
* [svn-r7625] Purpose: MaintenanceElena Pourmal2003-10-141-9/+9
| | | | | | | | | | | Description: Bumped up the version number after creating a tar ball for the second round of testing Solution: N/A Platforms tested: done with bin/h5vers on eirene Misc. update:
* [svn-r7619] Purpose:Bill Wendling2003-10-131-4/+16
| | | | | | | | | | | | Add check Description: Added check that the tr program actually works. Platforms tested: Sol (small fix) Misc. update:
* [svn-r7563] Purpose: MaintenanceElena Pourmal2003-10-071-9/+9
| | | | | | | | | | Description: Increased version number to 1.6.0-post11 after creating a tar ball for testing Platforms tested: eirene Misc. update:
* [svn-r7531] Elena Pourmal2003-10-011-9/+9
| | | | | | | | | | Purpose: Maintenance Description: Changed version to 1.6.0-post10 after creating a release tar ball for a Fortran user. Misc. update:
* [svn-r7503] Snapshot version 1.6 release 0 (post8)HDF Admin2003-09-221-9/+9
|
* [svn-r7486] Purpose:Quincey Koziol2003-09-171-9/+9
| | | | | | | Bump version # after creating bugfix snapshot Platforms tested: None necessary.
* [svn-r7481] Purpose:Quincey Koziol2003-09-161-0/+23
| | | | | | | | | | | | | | | | | 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-r7470] Purpose:Quincey Koziol2003-09-121-9/+9
| | | | | | | Increment version info after making snapshot for bug #1017 fix. Platforms tested: No testing necessary.
* [svn-r7459] Purpose:Quincey Koziol2003-09-101-9/+9
| | | | | | | Increment version info after making snapshot for bug #1021 fix. Platforms tested: No testing necessary.
* [svn-r7447] Snapshot version 1.6 release 0 (post4)HDF Admin2003-09-081-9/+9
|
* [svn-r7443] Purpose:Quincey Koziol2003-09-041-9/+9
| | | | Snapshot repo for bug fix testing
* [svn-r7437] Snapshot version 1.6 release 0 (post2)HDF Admin2003-09-011-9/+9
|
* [svn-r7333] Snapshot version 1.6 release 0 (post1)HDF Admin2003-08-111-9/+9
|
* [svn-r7281] Snapshot version 1.6 release 0 (post0)HDF Admin2003-08-041-9/+9
|
* [svn-r7169] Purpose: Maintenance after 1.6.0 releaseElena Pourmal2003-07-031-9/+9
| | | | | | | | | | | | | | Description: Run bin/h5vers script to change version to 1.6.0-post0 after creating release tar ball and tagging the release. Modified HISTORY.txt and RELEASE.txt for 1.6.0-post0 1.6 branch is open for checking in source code. Solution: Platforms tested: Misc. update:
* [svn-r7165] Purpose: Maintenance for 1.6.0 releaseElena Pourmal2003-07-031-9/+9
| | | | | | | | | | | Description: Changed version number to be 1.6.0 with empty substring for the release Solution: Used bin/h5vers -s 1.6.0 to update all necessary files. Platforms tested: verbena Misc. update:
* [svn-r7145] Purpose:Albert Cheng2003-07-031-13/+13
| | | | | | | | | | | | | 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-9/+9
| | | | | | | | | | | 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-r7119] Purpose:Albert Cheng2003-06-281-5155/+4080
| | | | | | | | | | | | | | | | | | | | | | Bug fix. Description: There was a bug fix for AIX machine when Poe is used to launch programs, that is in parallel mode. The fix is hostname dependent. Solution: Removed the hostname dependence and let the fix apply to all AIX machines. But put in a safety net--if $HDF5_AIX_NOPATCH is set to non-null, it will not use the fix but use the original code. (Don't expect this being used.) Platforms tested: Tested in Copper both with and without $HDF5_AIX_NOPATCH set. Did not run h5committest since this really applies to AIX systems only. Misc. update:
* [svn-r7108] Purpose:Quincey Koziol2003-06-261-30/+38
| | | | | | | | | | | | | 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-4083/+5150
| | | | | | | | | | | | | 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/+201
| | | | | | | | | | | | | | | 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-38/+547
| | | | | | | | | | | | | | | | | 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-9/+9
| | | | Bump version # after another private snapshot for SAF team.
* [svn-r7061] Purpose:Quincey Koziol2003-06-181-9/+9
| | | | Bump version # after creating private snapshot.
* [svn-r7046] Purpose:Albert Cheng2003-06-181-3/+7
| | | | | | | | | | | | | | | | | | | | | bug fix Description: Parallel binary generated in copper could not run without first setting LIBPATH to some values. This is because libtool putting a very restrictive libray path into the generated library. Solution: There had been hack in before for the other IBM SP systems identified by hostname. Add copper to the list. Also, narrow down the hostname patter for Nersc Seaborg machine a little bit. Platforms tested: Copper parallel only since that is the only place it failed. Misc. update:
* [svn-r7044] Purpose:Albert Cheng2003-06-161-5060/+4014
| | | | | | | | | | | | | | | | | | | 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-4025/+5018
| | | | | | | | | | | | | 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-9/+9
| | | | Bump version number after making snapshot
* [svn-r6986] Snapshot version 1.5 release 56HDF Admin2003-06-061-9/+9
|
* [svn-r6974] Purpose:Quincey Koziol2003-06-051-5018/+4025
| | | | | | | | Bump version # Description: Bump the version # of the library after creating snapshot for SAF developers to test with.
* [svn-r6905] Elena Pourmal2003-05-201-4025/+5018
| | | | | | | | | | | | 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-9/+29
| | | | | | | | | | | | | | 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-5012/+4019
| | | | | | | | | | | | | | | | | | 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-4025/+5018
| | | | | | | | | | | | | 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: