summaryrefslogtreecommitdiffstats
path: root/bin/cmakehdf5
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r25876] 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-r25870] 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-r25740] HDFFV-8953: remove svn url referencesAllen Byrne2014-10-271-1/+1
|
* [svn-r25694] HDFFV-8932:Albert Cheng2014-10-131-1/+1
| | | | | | added Fortran interface to the default build. Tested: jam, koala, platypus
* [svn-r25685] HDFFV-8932:Albert Cheng2014-10-091-1/+17
| | | | | | added C++ and High level interface to the default build. Tested: jam, koala, platypus
* [svn-r24948] Group tests by Common nameAllen Byrne2014-04-021-5/+5
| | | | | | Remove WIN32 AND NOT CYGWIN if blocks - should be just WIN32 Tested: local linux CMake
* [svn-r24781] HDFFV-8700 -Allen Byrne2014-03-111-2/+2
| | | | | | | KitWare recommendations: Change CMake commands to lower case. Remove INCLUDE_DIRECTORIES in src for target level includes. Change ADD_DEFINITIONS package debug defines into CMake option. Remove -DNDEBUG
* [svn-r24617] 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-r24604] Feature: HDFFV-8336Albert Cheng2014-01-011-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 Koala
* [svn-r24253] Add var for install fileAllen Byrne2013-10-021-3/+4
|
* [svn-r24252] add log varsAllen Byrne2013-10-021-2/+14
|
* [svn-r24251] Add packaging to processAllen Byrne2013-10-021-0/+13
|
* [svn-r24003] Remove check for GetConsoleScreenBuffer in CYGWIN (false positive).Allen Byrne2013-08-131-2/+2
| | | | Updated CDash site name in cmake script.
* [svn-r23449] Update script for reporting errors from configure, build, test.Allen Byrne2013-03-251-3/+16
| | | | Tested: jam
* [svn-r23305] HDFFV-8257: szip still used even if headers are not found. ↵Allen Byrne2013-02-181-2/+7
| | | | | | Change configure to test the result of the CHECK HEADERS call before checking for the library. Tested: local linux, h5committest
* [svn-r23197] prints out what and where the log files are.Albert Cheng2013-01-231-4/+26
| | | | Set it NOT to submit result to the CDASH.
* [svn-r23167] Removed the working in Jam only statement since it works for ↵Albert Cheng2013-01-161-10/+0
| | | | | | all THG unix platforms except Linew (SunOS).
* [svn-r23133] Force static builds on MAC machinesAllen Byrne2013-01-031-4/+13
|
* [svn-r23131] Correct missing command nameAllen Byrne2013-01-021-7/+12
|
* [svn-r23127] Add MAC options to script in IF(APPLE) block.Allen Byrne2013-01-021-1/+9
|
* [svn-r23120] Removed -VV from the ctest command line so that it does not ↵Albert Cheng2012-12-271-1/+10
| | | | | | | | | | | | | | | send debug output to the standout. This keeps command output terse and easier to tell if it passes or not. Added time stamps printing. Added exit code and command executation summary. All these will make it easier for user to tell if the command succeeds or not. Tested: {jam,koala,ostrich} all passed. {Linew,fred,duck,owl} failed. The failure is the cmake process, not cmakehdf5 itself.
* [svn-r23114] remove "AT-" from buildnameAllen Byrne2012-12-201-2/+2
|
* [svn-r23094] cmakehdf5 is a build command script similar to buildhdf5.Albert Cheng2012-12-121-0/+175
This is an initial implementation and is known to work in Jam only. More porting is in progress. Tested: Jam