summaryrefslogtreecommitdiffstats
path: root/bin/cmakehdf5
Commit message (Collapse)AuthorAgeFilesLines
* Update HDF5 1.8 copyright headers with updated copyright URL (#148)Larry Knox2020-12-041-1/+1
| | | | | | | * Update URL for COPYING file in copyright headers. * Make fortran copyright headers uniformly spaced. * Update url for Copyright file in c++/src/footer.html.
* Update text in COPYING files in subdirectories to match changes tolrknox2017-05-241-2/+11
| | | | | | | | | copyright notices in source files. Update Copyright notices in acsite.m4 and bin/yodconfigure that were overlooked by chkcopyright. Remove broken and unnecessary urls from comments in hl/fortran/src/H5IMcc.c and hl/src/H5IM.c. Commit bin/reconfigure changes to generated files.
* [svn-r28962] merged r28949 from trunk.Albert Cheng2016-01-221-0/+10
| | | | | | | | | HDFFV-9660: add an option to enable threadsafe feature in cmakehdf5 Tested: platypus. There are still something strange messages during the configure step. Waiting for Allen to response.
* [svn-r28854] Merged rr28853 from trunk.Albert Cheng2016-01-111-7/+16
| | | | | | | HDFFV-9649: cmakehdf5 needs a proper implementation to verify the installation images created for Mac OSX. The current implementation for Mac OSX platform is a kludge that sometimes left behind mounted volumes. Temporary screen out the checking of installtion_check step (so that daily test may pass).
* [svn-r28682] Merged r28638 from trunk.Albert Cheng2015-12-161-261/+0
| | | | | | | | HDFFV-9273: cmakehdf5 --script failed in linux platypus Solution: remove --script option from cmakehdf5. Tested: platypus
* [svn-r28610] Merged r28563 from trunk.Albert Cheng2015-12-131-4/+25
| | | | | | | | | HDFFV-9612: added ability to run multiple make commands. Added --njobs option to special number of jobs (-j N) to allow multiple commands during build (cmamke) and testing (ctest). Tested: platypus.
* [svn-r28363] Merge r27836 & r28342 from Trunk.Albert Cheng2015-11-161-4/+53
| | | | | | | | | | | | | | | | | r27836: HDFFV-8932: added option --with-szlib to support szip library support. r28342: DAILYTEST-195: Osx1010test has culmulated a lot of mounted volumes from cmakehdf5 installation. Tried to find out what went wrong but all output files were deleted already. Added a verbose option to display all cmake process output in order to see what might have gone wrong. Default is on. Using --disable-verbose will turn it off. Tested: playtypus.
* [svn-r26930] Added support for shared lib and zlib.Albert Cheng2015-04-271-5/+17
| | | | Tested: linux (jam), Mac (osx1010dev)
* [svn-r26927] Merged r26925-26926 from trunk.Albert Cheng2015-04-271-1/+36
| | | | | | | Added method to install the Mac OSX DMG file by line commands. Group all install method into a function call for easier maintenance. Tested: Linux (jam), Mac (osx1010dev)
* [svn-r26858] Merge r26857 from trunk.Albert Cheng2015-04-211-3/+5
| | | | | | | | | | | Bugs: The configure summary (libhdf5.settings) was missing from the configure output. Solution: Append the configure summary to the configure logfile if configure succeeds. Tested: hand ran cmakehdf5 in jam and inspected the logfile.
* [svn-r26713] Merge r26712 from trunk to v18.hdf5_1_8_15_precodefreeze_final_commitAlbert Cheng2015-04-031-0/+11
| | | | | | | | | | | | | Bug fix: cmakehdf5 broken because zlib is no longer configure in by default. That broke the testings as some testfiles have zlib compressed datasets. Added options control to enable the linking of zlib external libarary by default and turn off the szip library linking as szip library may not be avaiable. This matches the established settings. Tested: run cmakehdf5 by hand in jam and platypus. Also tested in wren but it failed in the testing stage. Also tried "cmakehdf5 --script" in jam. It failed.
* [svn-r26672] Since cmake always redoes everything from start, I change the ↵Albert Cheng2015-03-311-1/+1
| | | | | | | | logfiles to start fresh everytime. Tested: platypus
* [svn-r26663] added option to configure support for fortran2003 API.Albert Cheng2015-03-301-1/+12
| | | | | | | --enable-fortran2003 | --disable-fortran2003: enable or disable fortran2003 API. Default is off. Tested: by hand in platypus.
* [svn-r26371] Update cmake mininum versionAllen Byrne2015-03-051-1/+1
| | | | Update windows wix cpack process.
* [svn-r25875] DAILYTEST-31: Fix cmakehdf5 for Daily Test useAlbert Cheng2014-12-101-4/+18
| | | | | | | Fix cmakehdf5 so that it can figure out where the source directory is. It expects cmakehdf5 itself resides at $srcdir/bin/cmamkehdf5. Tested: Jam by invoking cmakehdf4 with different paths.
* [svn-r25872] HDFFV-8932: configure options added to enable or disable the ↵Albert Cheng2014-12-091-8/+82
| | | | | | | | | building of different language API's and testings. See "cmakehdf5 --help" for details. Tested: jam using different combinations of option and verified correctness by inspeacting libhdf5.settings output.
* [svn-r25739] HDFFV-8953: remove svn url referencesAllen Byrne2014-10-271-1/+1
|
* [svn-r25700] HDFFV-8932:Albert Cheng2014-10-131-1/+1
| | | | | | added Fortran interface to the default build. Tested: jam, koala, platypus
* [svn-r25684] HDFFV-8932:Albert Cheng2014-10-081-1/+17
| | | | | | added C++ and High level interface to the default build. Tested: jam, koala, platypus
* [svn-r24980] HDFFV-8290: Merge automake 1.14.1 changes from trunkAllen Byrne2014-04-071-5/+5
| | | | Tested: h5committest
* [svn-r24906] Merge latest CMake changes from trunk.Allen Byrne2014-03-261-2/+2
| | | | Tested: local linux
* [svn-r24618] Changed --old to --script as directed by Allen.Albert Cheng2014-01-071-4/+4
| | | | | Tested: jam (only verify help message is correct and --script is invoked correctly.)
* [svn-r24615] Feature: HDFFV-8336Albert Cheng2014-01-061-2/+119
| | | | | | | | | | | | Changed to use the quick steps described in INSTALL_CMake.txt. Previous version is available by --old. Added a help page to explain how to use. Added a fix to figure out the current HDF5 version and use that to find the correct file for install. (Still need to figure out the platform name.) Tested: Jam and Platypus. Both failed in the installed steps because the Cmake produced HDF5-1.8.13-Linux.sh even though the version number is 1.8.13-snap3. Committed it so that Allen can fix the version number error.
* [svn-r24282] Add log file aliases and install stepAllen Byrne2013-10-101-2/+28
|
* [svn-r24024] JAVA-1714: CMake packaging for macs improvedAllen Byrne2013-08-191-2/+2
| | | | | | | HDFFV-7989: h5dump any_path and help text grouping Added cygwin-64 support Merged from trunk, tested local linux
* [svn-r23449] Update script for reporting errors from configure, build, test.Allen Byrne2013-03-251-3/+16
| | | | Tested: jam
* [svn-r23211] Merge trunk CMake changes for minimum cmake version of 2.8.10. ↵Allen Byrne2013-01-311-6/+33
| | | | | | This was prompted by HDFFV-8227, OS X requires latest version of cmake for proper support. Tested: local linux
* [svn-r23171] cmakehdf5 is a build command script similar to buildhdf5.Albert Cheng2013-01-161-0/+196
This has been developed and tested in the trunk branch and is now made available in the v1.8 branch. Tested: Linux (Jam), linux 64 (koala), ppc64 (ostrich), Mac (fred, duck and Owl) passed. Failed in SunOS (linew). Will fix when the new Sun is available.