summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r9857] Purpose: MaintenanceElena Pourmal2005-01-221-110/+6
| | | | | | | | | | | | | | Description: Removed PABLO from the source Solution: Platforms tested: arabica with 64-bit, copper with parallel, heping with GNU C and C++ and PGI fortran (but I disabled hl, there is some weird problem only on heping: F9XMODFLAG is not propagated to the Makefile files Misc. update:
* [svn-r9826] Purpose: Bug fixRaymond Lu2005-01-141-0/+66
| | | | | | | | | | Description: Intel compiler on Linux has some problem to convert long double to unsigned int correctly. Solution: Detect the problem in configure and define a macro to skip this test if it happens. Platforms tested: eirene and fuss. Simple change.
* [svn-r9819] Purpose: Bug fixRaymond Lu2005-01-131-9/+10
| | | | | | | | | | | | | Description: The fix of the loss problem of the last 2 bytes of mantissa on sleipnir has not been successful. It happens when converting from unsigned long long to long double. The failure has been on and off. Solution: Hard set a macro to disable unsigned long long->long double for FreeBSD until a good solution is found to solve this elusive problem. Platforms tested: sleipnir and fuss. Only sleipnir is concerned. Misc. update:
* [svn-r9809] Purpose: bug fixRaymond Lu2005-01-111-0/+54
| | | | | | | | | Description: For HP-UX11.00, compiler's casting from 'long double' to most of integers. A macro was hard set in config/hpux11.00 before. Solution: Let configure detect this case and set the macro. Platforms tested: kelgia, fuss, modi4. These systems are mainly concerned.
* [svn-r9807] Purpose: bug fixRaymond Lu2005-01-111-1/+89
| | | | | | | | | | | Description: For FreeBSD (sleipnir), when GNU compilers do conversion from unsigned long long to long double, the last 2 bytes of mantissa are lost. The impact of precision loss isn't significant. Solution: Detect this case on FreeBSD in configure, ignore it in dtypes.c test instead of return failure. Platforms tested: sleipnir, fuss, modi4. These systems are mainly concerned.
* [svn-r9801] Purpose:Quincey Koziol2005-01-101-4/+6
| | | | | | | | | | | | Bug fix Description: Belatedly chase change of hobj_ref_t in C APIs. Platforms tested: FreeBSD 4.10 (sleipnir) w/backward compatibility turned on IRIX64 6.5 (modi4) w/FORTRAN h5committest
* [svn-r9783] Purpose: Bug fixRaymond Lu2005-01-081-6/+28
| | | | | | | | | | Description: For HP-UX 11.00, the compiler generates 'floating exception' when converting 'long double' to most of integer types. Solution: Define a macro for all other systems except HP-UX 11.00. Hard set this macro to 'no' in config/hpux11.00 to skip this test for HP-UX 11.00. Platforms tested: modi4, kelgia, fuss
* [svn-r9757] Purpose:Xiaowen Wu2005-01-061-1/+11
| | | | | | | | | | Description: Solution: Platforms tested: Misc. update:
* [svn-r9755] Purpose: New featureRaymond Lu2005-01-061-6/+30
| | | | | | | | | | | | | Description: Start to support software conversion between long double and all integers. Solution: No major changes to the algorithm. Changes to configure is to exclude SGI for long double to integers test because there're too many problems in their compiler. Platforms tested: h5committest, modi4, fuss, Teragrid, arabica Misc. update: RELEASE.txt
* [svn-r9727] Purpose:Quincey Koziol2004-12-291-1251/+1249
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug Fix/Code Cleanup/Doc Cleanup/Optimization/Branch Sync :-) Description: Generally speaking, this is the "signed->unsigned" change to selections. However, in the process of merging code back, things got stickier and stickier until I ended up doing a big "sync the two branches up" operation. So... I brought back all the "infrastructure" fixes from the development branch to the release branch (which I think were actually making some improvement in performance) as well as fixed several bugs which had been fixed in one branch, but not the other. I've also tagged the repository before making this checkin with the label "before_signed_unsigned_changes". Platforms tested: FreeBSD 4.10 (sleipnir) w/parallel & fphdf5 FreeBSD 4.10 (sleipnir) w/threadsafe FreeBSD 4.10 (sleipnir) w/backward compatibility Solaris 2.7 (arabica) w/"purify options" Solaris 2.8 (sol) w/FORTRAN & C++ AIX 5.x (copper) w/parallel & FORTRAN IRIX64 6.5 (modi4) w/FORTRAN Linux 2.4 (heping) w/FORTRAN & C++ Misc. update:
* [svn-r9689] Purpose:Albert Cheng2004-12-181-1/+1
| | | | | | | Changed the wording of enable-hl option to better wording. Platforms tested: "h5committested"
* [svn-r9655] Snapshot version 1.7 release 44HDF Admin2004-12-121-9/+9
|
* [svn-r9644] Purpose:Pedro Vicente Nunes2004-12-081-3/+16
| | | | | | | | | | | | | | | | | add hl fortran Description: Solution: Platforms tested: linux (absfot and pgf90) solaris (32 and 64 bit) AIX note : HP gives a compiling error , to be fixed in the future Misc. update:
* [svn-r9617] Snapshot version 1.7 release 43HDF Admin2004-12-051-9/+9
|
* [svn-r9605] Purpose:Pedro Vicente Nunes2004-11-301-5400/+4203
| | | | | | | | | | | | | added a configure generated by autoconf 2.53 Description: Solution: Platforms tested: linux (fuss) Misc. update:
* [svn-r9558] Purpose:Pedro Vicente Nunes2004-11-221-4203/+5438
| | | | | | | | | | | | | | | | | | | | | | | | | | insert high level library into main library Description: configure.in has a new entry (--enable-hl, disable-hl) it is on by default the configure message prints info regarding if hl is enabled or not the tree is /hl /hl/src /hl/test Solution: Platforms tested: linux solaris AIX Misc. update:
* [svn-r9527] Snapshot version 1.7 release 42HDF Admin2004-11-141-9/+9
|
* [svn-r9513] Snapshot version 1.7 release 41HDF Admin2004-11-071-9/+9
|
* [svn-r9493] Purpose:Robert E. McGrath2004-11-021-8/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix SZIP filter to dynmically detect encoder. Description: Solution: See: http://hdf.ncsa.uiuc.edu/RFC/SZIP/Szip_dynamic_12_Oct.pdf Platforms tested: verbena, arabica, cobalt. Note RE testing: All automatic tests work as before. The feature is a configuration thing, so the tests are manual. Tested with the following configs: pre-release version of SZIP, with dynamic library, 1. no SZIP 2. SZIP, decoder only 3. SZIP, encoder+decoder released (static lib) SZIP 4. no SZIP 5. SZIP, decoder only 6. SZIP, encoder+decoder after build, switch szip in LD_LIBRARY_PATH at run time 7. SZIP decoder 8. SZIP encoder Misc. update: Manifest updated
* [svn-r9455] Snapshot version 1.7 release 40HDF Admin2004-10-241-9/+9
|
* [svn-r9410] Purpose:Quincey Koziol2004-10-121-0/+4
| | | | | | | | | | | | Code cleanup Description: Update FORTRAN configuration test code to be more syntacticly correct and not generate errors with stricter standards checking in the compiler. Platforms tested: Linux 2.4 (verbena) Too minor to require h5committest
* [svn-r9389] Purpose:Quincey Koziol2004-10-091-3/+16
| | | | | | | | | | | Regenerate Description: Regenerate with autoconf 2.53 (not [easily] available on tungsten) Platforms tested: Linux 2.4 (verbena) Too minor to require h5committest
* [svn-r9357] Snapshot version 1.7 release 39HDF Admin2004-10-031-9/+9
|
* [svn-r9321] Snapshot version 1.7 release 38HDF Admin2004-09-261-9/+9
|
* [svn-r9243] Snapshot version 1.7 release 37HDF Admin2004-09-121-9/+9
|
* [svn-r9209] Snapshot version 1.7 release 36HDF Admin2004-09-051-9/+9
|
* [svn-r9134] Snapshot version 1.7 release 35HDF Admin2004-08-221-9/+9
|
* [svn-r9089] Snapshot version 1.7 release 34HDF Admin2004-08-151-9/+9
|
* [svn-r9056] James Laird2004-08-101-18/+23
| | | | | | | | | | | | | Purpose: Bug fix Description: Fixed gettimeofday configure test to use cache values Platforms tested: copper, arabica, verbena, sleipnir Misc. update:
* [svn-r9052] Snapshot version 1.7 release 33HDF Admin2004-08-081-9/+9
|
* [svn-r9019] Purpose:Robert E. McGrath2004-08-051-1/+3
| | | | | | | | | | | | | | | | Adding new 'jam' utility Description: New utility, plus changes to makefiles Solution: See http://hdf.ncsa.uiuc.edu/RFC/Jam Platforms tested: verbena (fortran,C++), arabica, hirdls (SGI Irix64) Misc. update: Manifest will be done in next checkin.
* [svn-r8979] Snapshot version 1.7 release 32HDF Admin2004-08-011-9/+9
|
* [svn-r8938] James Laird2004-07-231-2/+144
| | | | | | | | | | | | | | | | | | | Purpose: Bug fix Description: Modification time test (mtime) would die silently on some systems. This is because the code is very system-dependant (it relies on getting the current time and the timezone from the OS). Solution: mtime test now uses TEST_ERROR macro to print "FAILED" and to output where the failure occurred. Configure script is a little smarter about whether gettimeofday() function returns the timezone correctly. Further bugs will need to be addressed on a system-by-system basis. Platforms tested: sleipnir, arabica, verbena, copper, windows (VC7)
* [svn-r8932] Purpose:Quincey Koziol2004-07-221-4/+45
| | | | | | | | | | | | | | | | | | | | Code cleanup Description: Clean up collective chunking code a bit. Also, add '--enable-instrument' configure flag to have a mechanism for determining that optimized operations happened correctly in the library (instead of just the "normal" way) by allowing 'flag' properties to be set outside the library and set when the "right" thing happens. This is mainly for debugging and regression checks, so we make certain we don't break optimized I/O by accident. It's enabled by default when --enable-debug is on (which is on by default in the development branch and off by default in the release branch), but can also be independently controlled with its own configure flag. Platforms tested: FreeBSD 4.10 (sleipnir) w/parallel IBM p690 (copper) w/parallel
* [svn-r8896] Purpose:Albert Cheng2004-07-191-0/+14
| | | | | | | | | | | | | | Feature Description: Showed the fortran compiler and FFLAGS and CXX compiler and CXXFLAGS when the corresponding language API is enabled. Platforms tested: No h5committest since it is just a simple shell script change. Tested in Eirene. Misc. update:
* [svn-r8888] Purpose:Quincey Koziol2004-07-161-9/+9
| | | | Bump version # after making snapshot
* [svn-r8858] Snapshot version 1.7 release 30HDF Admin2004-07-111-9/+9
|
* [svn-r8803] Snapshot version 1.7 release 29HDF Admin2004-07-041-9/+9
|
* [svn-r8781] James Laird2004-07-011-1/+69
| | | | | | | | | | | | | | | | Purpose: HDF5 now supports SZIP with no encoder. Description: SZIP can be configured to have both encoder and decoder or just to have the decoder. HDF5 can now query the configuration of any filter, and will throw errors if users try to write using a filter with encoding disabled. Solution: Added H5Zget_filter_info function, changed API for H5Pget_filter and H5P_get_filter_by_id. See SZIP RFC. Platforms tested: Copper (fortran, C++, parallel), Sleipnir (C++), Arabica (fortran, C++), Verbena (fortran, C++) Misc. update:
* [svn-r8672] Snapshot version 1.7 release 28HDF Admin2004-06-131-9/+9
|
* [svn-r8627] Purpose:Quincey Koziol2004-06-091-1/+14
| | | | | | | | | | | | Update shell scripts Description: Switch to generating the testh5dump.sh script at configure time, so we can determine which filters are available to test. Platforms tested: FreeBSD 4.9 (sleipnir) too small to require h5committest
* [svn-r8620] Snapshot version 1.7 release 27HDF Admin2004-06-061-9/+9
|
* [svn-r8531] Snapshot version 1.7 release 26HDF Admin2004-05-161-9/+9
|
* [svn-r8516] Purpose: Bug fixRaymond Lu2004-05-131-14/+20
| | | | | | | | | Description: A new bug is found on HP. There is float exception during conversion from double to unsigned long long when the value of double is very big. Solution: Try to catch the problem in configure and skip this part of test. Platforms tested: kelgia and verbena(mainly these two machines are involved)
* [svn-r8504] Purpose: bug fixRaymond Lu2004-05-111-3/+73
| | | | | | | | | Description: The HP compiler cannot convert from float-point numbers to unsigned long long correctly. It sets the maximal value of unsigned long long as 0x7fffffffffffffff. Solution: Skip the conversion test when this happens by testing it during configuration. Platforms tested: kelgia(HP-UX 11) and fuss(RH 8)
* [svn-r8498] Snapshot version 1.7 release 25HDF Admin2004-05-091-9/+9
|
* [svn-r8491] Purpose: Bug fixRaymond Lu2004-05-071-0/+70
| | | | | | | | | | | | Description: For certain compiler(PGI we know so far), during conversion from float or double to unsigned long long, it does round-up when the fraction part is greater than 0.5, which shouldn't happen. Solution: check it during configuration and compensate this offset during testing in dtypes. Platforms tested: verbena and fuss. verbena is the only machine with PGI compiler. Ran it on fuss to verify it with other compiler.
* [svn-r8486] Purpose:HDF Admin2004-05-061-9/+9
| | | | | Reset release number back to 1.7.x by removing the fphdf5-alpha1 sub- release string.
* [svn-r8485] Snapshot version 1.7 release 24 (fph5_alpha1)HDF Admin2004-05-061-9/+9
|
* [svn-r8480] Purpose: bug fixRaymond Lu2004-05-041-1/+100
| | | | | | | | | | | Description: Solaris 64-bit machines cannot handle round-up correctly during conversion between unsigned (long) long and double. Solution: During configuration, run a program to test if there is any failure during conversion. Enable a macro if failures happen and adjust the test/dtypes for round-up. Platforms tested: h5committest, arabica 64-bit.