summaryrefslogtreecommitdiffstats
path: root/bin/buildhdf5
Commit message (Collapse)AuthorAgeFilesLines
* Normalization of 1.12 branch with develop (#1598)Dana Robinson2022-04-071-1/+1
|
* Update URL in source file Copyright headers for web copy of COPYINGLarry Knox2021-02-201-1/+1
| | | | file - files not in src or test.
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2017-04-251-6/+4
| | | | | | | | | | hdf5_1_10 * commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file.
* [svn-r26505] Merge r26435 from autotools_rework branch.Jerome Soumagne2015-03-201-13/+0
| | | | | | | Remove DEFAULT_LIBS from configure.ac and irix6.x config file which was using it. Remove references to IRIX/irix* platform.
* [svn-r19019] Enhancements:Albert Cheng2010-06-181-12/+9
| | | | | | | | | | | | | | | | | Cleaned up the code a bit by: 1. It used to that -xxx options must be at the beginning such that "buildhdf5 --disable-shared -config" was an error. Now -xxx options can appear anywhere in the command options. 2. Eliminate the need of variables $CONFIG_CXX, $CONFIG_FORTRAN, $CONFIG_PARALLEL by appending their values to $CONFIG_OP directly. 3. Also append $WITH_SZLIB to $CONFIG_OP when it is defined, not later. 4. Call CONFIG directly instead of setting up $CONFIGURE. 5. Removed the last TIMESTAMP since "trap 0" will call QUIT which calls TIMESTAMP already. This eliminated the extra timestamp when it finishes normal. tested: Tested by hand since h5committest does not really test this command.
* [svn-r18410] Fixed a typo in a message.Albert Cheng2010-03-171-1/+1
| | | | No test needed since it is in a message string.
* [svn-r14312] Added support of Albert Cheng2007-11-291-4/+16
| | | | | | | | -fortran: add --enable-fortran -cxx: add --enable-cxx -pp: add --enable-parallel Tested: Kagiso (serial and parallel).
* [svn-r14297] Added the ability to locate szlib libraries in THG hosts.Albert Cheng2007-11-281-35/+102
| | | | | Tested: kagiso, linew. All worked. Smirom (configure works, make failed due to szlib itself),
* [svn-r13311] Updated copyright notice.Albert Cheng2007-02-141-13/+14
| | | | | Test: Just visual inspection as these are all comments changes.
* [svn-r11789] Purpose:Albert Cheng2005-12-121-2/+5
| | | | | | | | | | | Improvement. Description: Splitted the "make check" into "make check-s" and "make check-p" so that it is clearer which nature of tests are being tested. Platforms tested: heping (serial and pp).
* [svn-r11747] Purpose:Albert Cheng2005-11-231-110/+36
| | | | | | | | | | | Cleanup and new feature. Description: Remove old code no longer used (LOCATE_GASS, LOCATE_FORTRAN, LOCATE_HDF4. Added new option to locate szlib. Platforms tested: Tested in heping and shanti.
* [svn-r10165] Purpose:Albert Cheng2005-03-081-6/+0
| | | | Updated the help page that install directory is no longer hardset.
* [svn-r9727] Purpose:Quincey Koziol2004-12-291-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-r7202] Purpose:Albert Cheng2003-07-101-5/+1
| | | | | | | | | | | | | | Removed old feature Description: Removed the hardsetting of --prefix and creation of <prefix>/ directory since this version has prefix default to hdf5/ in the build-directory and will create the <prefix>/ directory during install. Platforms tested: Tested in eirene by hand. Misc. update:
* [svn-r7195] Purpose:Albert Cheng2003-07-091-0/+315
New tool. Description: A new tool to build the HDF5 library. This was historically the makeh5 command. Added here so that it can be used in machines outside of the HDF Groups. Having it in the source allows version specific customization. Platforms tested: Did run h5committest which failed due to other source code problems. Tested it by hand by ../hdf5/bin/buildhdf5 and passed as far as its own functionality. Misc. update: