summaryrefslogtreecommitdiffstats
path: root/bin/cmakehdf5
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate bin/cmakehdf5 (#4127)Allen Byrne2024-03-131-0/+1
| | | | | * Deprecate bin/cmakehdf5 * Add reference text
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-5/+0
| | | | * Removes Programmer: and Date: fields * Fixes a few Modifications: fields leftover from previous work
* Fix path to libhdf5.settings in cmakehdf5 (#3140)H. Joe Lee2023-06-161-2/+2
|
* Add java options to build scripts (#3127)mattjala2023-06-151-0/+11
| | | | | | | | | | | | | | | | | | | * Add java options to build scripts Previously, cmakehdf5 turned on compiling of the java interface by default due to a value set in cacheinit.cmake. Now, consistent with how Fortran and CPP interfaces are handled, the script overwrites this default value to disable the libraries, fixing #2958. I also implemented the --enable-java/--disable java options for cmakehdf5, and -java for buildhdf5. Allen said these scripts should mention that compilers are to be specified in environment variables, but missing compilers causes errors at the CMake level, and CMake's error messages are already pretty informative (See the one in #2958 about JAVA_COMPILER).
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fixed missed closing of a dataset * fixed missed closing of a dataset * fixed typo in error return * Committing clang-format changes * minor edits * code format * Committing clang-format changes * code format * minor edit * switched from using MPI_count, to actual bytes written for H5FD_mpio_debug rw debugging * Committing clang-format changes * changed size_i in printf to reflect the I/O. * Committing clang-format changes * Fixed seg fault with xlf on BE with -qintsize=8 * fixed error function string * spelling corrections via codespell, added new spell check github actions * Committing clang-format changes * misc * misc * misc * misc * misc * misc * misc * misc * misc * misc * misc * misc * misc * misc * Committing clang-format changes * misc * misc * misc * misc * misc * misc * Committing clang-format changes * misc * work around for https://github.com/codespell-project/codespell/issues/2137 * misc * added missing file * misc * misc. * misc * switch to using Codespell with GitHub Actions * misc. * misc. * fixed more sp errors * Fix new typos found by codespell. * fixed proceed with precede * fixed variable in fortran test * fixed minnum * updated spelling list Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Larry Knox <lrknox@hdfgroup.org>
* Add cmakehdf5 command line option to turn on shell script testing.Larry Knox2018-07-191-1/+9
| | | | Option is on by default but can be disabled with --disable-shell-testing.
* [svn-r29531] Normalization w/ revise_chunks in preparation for big merge.Dana Robinson2016-03-231-1/+1
| | | | | | | hl and bin directories Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial w/ Java, Fortran, & C++
* [svn-r28949] HDFFV-9660: add an option to enable threadsafe feature in cmakehdf5Albert Cheng2016-01-211-0/+10
| | | | | | | Tested: platypus. There are still something strange messages during the configure step. Waiting for Allen to response.
* [svn-r28853] HDFFV-9649: cmakehdf5 needs a proper implementation to verify ↵Albert Cheng2016-01-111-2/+11
| | | | | | | | | 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). Tested: by hand running cmakehdf5 in platypus and osx1010test.
* [svn-r28841] indentations were messed up by some previous commit.Albert Cheng2016-01-071-111/+111
| | | | | | Restored them to more readable spacing. No code change. Test: visual inspection.
* [svn-r28638] HDFFV-9273: cmakehdf5 --script failed in linux platypusAlbert Cheng2015-12-141-266/+0
| | | | | | Solution: remove --script option from cmakehdf5. Tested: platypus
* [svn-r28563] HDFFV-9612: added ability to run multiple make commands.Albert Cheng2015-12-101-3/+18
| | | | | | | Added --njobs option to special number of jobs (-j N) to allow multiple commands during build (cmamke) and testing (ctest). Tested: platypus.
* [svn-r28371] Update script mode order of commandsAllen Byrne2015-11-171-135/+140
|
* [svn-r28342] DAILYTEST-195: Osx1010test has culmulated a lot of mounted ↵Albert Cheng2015-11-131-2/+33
| | | | | | | | | | | | | | 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: osx1010dev, osx1010test, playtypus.
* [svn-r27836] HDFFV-8932: added option --with-szlib to support szip library ↵Albert Cheng2015-09-211-2/+20
| | | | | | support. Tested: platypus 32 or 64bit, with or without zlib.
* [svn-r27831] HDF5-0: Removed enable-fortran2003 which is no longer needed.Albert Cheng2015-09-181-11/+7
| | | | | | HDFFV-8932: added option to specify which zlib to use. Tested: platypus 32 or 64bit, with or without zlib.
* [svn-r26929] Added support for shared lib and zlib.Albert Cheng2015-04-271-5/+17
| | | | Tested: linux (jam), Mac (osx1010dev)
* [svn-r26926] Fixed previous typo in the installation of DMG file.Albert Cheng2015-04-271-1/+1
| | | | Tested: osx1010dev
* [svn-r26925] Added method to install the Mac OSX DMG file by line commands.Albert Cheng2015-04-271-1/+36
| | | | | | Group all install method into a function call for easier maintenance. Tested: Linux (jam, platypus), Mac (osx1010dev)
* [svn-r26857] Bugs:Albert Cheng2015-04-211-3/+5
| | | | | | | | | | 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-r26712] Bug fix: cmakehdf5 broken because zlib is no longer configure ↵Albert Cheng2015-04-021-0/+11
| | | | | | | | | | | | | | 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-r26671] Since cmake always redoes everything from start, I change the ↵Albert Cheng2015-03-311-1/+1
| | | | | | | | logfiles to start fresh everytime. Tested: platypus
* [svn-r26662] 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-r26208] Update cmake minimumsAllen Byrne2015-02-181-1/+1
|
* [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