summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* 1.8 Merge HDFFV-11266 - add option to build HL tools #1018 (#1022)Allen Byrne2021-09-171-0/+18
| | | | | | | * Merge HDFFV-11266 - add option to build HL tools #1018 * Update configure and Makefile.ins with bin/reconfigure. Co-authored-by: Larry Knox <lrknox@hdfgroup.org>
* HDF5 1 8 merge of recent changes and tools (#353)Allen Byrne2021-02-221-114/+209
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update supported platforms * Merge PR#3 changes from develop * # WARNING: head commit changed in the meantime Merge gcc 10 diagnostics option from develop Merge CMake changes from develop Merge warnings from develop Merge #318 OSX changes from develop Merge tools changes from develop Merge test macros from develop * Format updates * Fix missing semicolon and format fix * Format update * Correct actions, remove java option * Update autotools build files * Add testfiles * Fix configure issue with make flags * Init fapls to default * Update generated files and fix h5repack id closure * update format
* Stat st blocks fix 18 (#250)Larry Knox2021-01-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * close #195. (#196) * Update HDF5PluginMacros.cmake * Update HDF5PluginMacros.cmake * Restores maintainer mode in the autotools (#200) Maintainer mode should be enabled in development branches. Also adds helpful commenting. Add script bin/switch_maint_mode. Add file changes generated by bin reconfigure in src/H5Edefin.h src/H5Einit.h src/H5Epubgen.h src/H5Eterm.h * Update MANIFEST for switch_maint_mode. * Update so numbers to match 1.8.22 release. * Fixes Autotools detection of the st_blocks field in stat (#246) * Fixes Autotools detection of the st_blocks field in stat The Autotools and CMake will now both correctly determine if the stat struct has the st_blocks field and set H5_HAVE_STAT_ST_BLOCKS appropriately. * Fixes a typo in configure.ac Co-authored-by: H. Joe Lee <hyoklee@hdfgroup.org> Co-authored-by: Dana Robinson <43805+derobins@users.noreply.github.com>
* Turns off autotools maintainer mode in hdf5_1_8 (#210)Dana Robinson2020-12-201-1/+7
|
* Restores maintainer mode in the autotools (#200) (#204)Larry Knox2020-12-181-11/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | * close #195. (#196) * Update HDF5PluginMacros.cmake * Update HDF5PluginMacros.cmake * Restores maintainer mode in the autotools (#200) Maintainer mode should be enabled in development branches. Also adds helpful commenting. Add script bin/switch_maint_mode. Add file changes generated by bin reconfigure in src/H5Edefin.h src/H5Einit.h src/H5Epubgen.h src/H5Eterm.h * Update MANIFEST for switch_maint_mode. Co-authored-by: H. Joe Lee <hyoklee@hdfgroup.org> Co-authored-by: Dana Robinson <43805+derobins@users.noreply.github.com>
* Update version to 1.8.23-1.Larry Knox2020-12-171-1/+1
|
* Update version to 1.8.23-0 after creating release branch for 1.8.22.Larry Knox2020-12-171-1/+1
|
* 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.
* Snapshot 1.8.22-snap11. Update version to 1.8.22-snap12.Larry Knox2020-10-141-1/+1
|
* Snapshot 1.8.22-snap10. Update version to 1.8.22-snap11.hdftest2020-08-311-1/+1
|
* Remove unnecessary assignment freom configure.ac.Larry Knox2020-08-171-1/+0
|
* Check for header szlib.h only when libsz passes AC_CHECK_LIB, so thatLarry Knox2020-08-051-5/+7
| | | | | H5_HAVE_SALIB_H is not defined when szip is not enabled, to prevent compile failures for incompatible szlib.
* Merge pull request #2686 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2020-07-131-1/+4
| | | | | * commit '800f93f7c994f88dfa716746153ded4b1e690e3a': Remove path to szip header file from AM_CPPFLAGS when configure check of libsz fails. Fix for HDFFV-10830.
* Snapshot 1.8.22-snap9. Update version to 1.8.22-snap10.hdftest2020-07-131-1/+1
|
* Squashed commit of the following:Larry Knox2020-06-221-1/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit 45b0cbc71929930a874e1c09e0770aa64d0ae697 Author: Larry Knox <lrknox@hdfgroup.org> Date: Thu Apr 23 13:14:56 2020 -0500 Add C++ warnings treated as error for autotools builds. commit 6debcddcc766601799d5bd661bd60946f951a07e Author: Larry Knox <lrknox@hdfgroup.org> Date: Fri Jun 19 16:50:03 2020 -0500 Remove tests for develop branch from testh5cc.sh.in. Add @H5_ECXXFLAGS@ to AM_CXXFLAGS. commit fed497e7f207313b2a133d3b68c942b7d7104b90 Author: Larry Knox <lrknox@hdfgroup.org> Date: Fri Jun 12 15:06:39 2020 -0500 Merge pull request #2646 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop * commit '998c6470d78e14228695419c3b514c35ecf3d69e': Remove unnecessary version conditions for Clang compilers. commit 92e52ce5c211bd1d3991a3b8bb67287ac7b652aa Author: Larry Knox <lrknox@hdfgroup.org> Date: Wed Jun 10 18:53:45 2020 -0500 Merge pull request #2639 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop * commit 'a33667faf226f5d8c9633bf537893e8fce1bf1f6': Add c++ to --enable-sanitize-checks option. commit 2e802534fb997b81fa98fdd1c7d97d4310898e0d Author: Larry Knox <lrknox@hdfgroup.org> Date: Wed Jun 10 15:18:36 2020 -0500 Merge pull request #2633 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop * commit '20eab963899841c9a003baebead8e3bc07d9e127': Remove duplicate entries in MANIFEST. Make changes to CMake CompilerFlags.cmake files so extra flags are loaded for non-GNU compilers. Update new clang files to not pick up clang as vendor for pgCC. Add new files to MANIFEST Temporary demotion of 2 -Werror warning flags that fail on macos 10.12 Remove Production flag unknown to Apple clang. commit 96ef60a58a23847a7da89a891f2415055ec2ab60 Author: Larry Knox <lrknox@hdfgroup.org> Date: Mon Jun 8 16:24:49 2020 -0500 Merge pull request #2631 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop * commit 'b942a4d8a3e27317cac50ce37ff5302d477664d8': Clean up code to get clang version in config/linux-gnulibc1 commit 8a7c687da568e8b50b38fa53da1ca63759be6ec4 Author: Larry Knox <lrknox@hdfgroup.org> Date: Mon Jun 8 11:42:37 2020 -0500 Merge pull request #2623 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop * commit 'c7626f79fdee4eee13925e240ef41e61f3367eab': Add flags from config/clang-warnings/*general files to H5 C and CXX flags for all versions of Clang and Clang++ compilers. Switched from cut to awk in testcheck_version.sh.in to avoid dependence on tab vs. " " in version definitions in H5public.h. Add files for adding warning flags for clang compilers in autotools configure. commit db3ef7ff3c1ed79167cecef831501411cff8291f Merge: 5a0f8d7 f9f1310 Author: Larry Knox <lrknox@hdfgroup.org> Date: Fri Jun 19 14:46:22 2020 -0500 Merge branch 'hdf5_1_12' of https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into hdf5_1_12 commit 5a0f8d7940ae57b445f545a0abd7e303ce6924ee Author: Larry Knox <lrknox@hdfgroup.org> Date: Wed Jun 10 20:15:41 2020 -0500 Merge pull request #2636 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:HDFFV-11000-update-testh5cc.sh.in-for-version to develop * commit '5c0bd670d6e9919c463fbc05de99e2ba55b0761e': Add tests for all version to H5_NO_DEPRECATED_SYMBOLS section and to section for current version, with and without default API version flags. HDFFV-11000: update-testh5cc.sh.in to test sample versioned functions in HDF5 1.10, 1.12 and develop.
* Snapshot 1.8.22-snap8.hdftest2020-06-161-1/+1
| | | | Update version to 1.8.22-snap9.
* Snapshot 1.8.22-snap7hdftest2020-05-141-1/+1
| | | | Update version to 1.8.22-snap8.
* Fix ifort warning flag.Larry Knox2020-05-041-0/+162
| | | | | | | | Restore AC_DEFUN([PAC_PROG_FC_DEFAULT_REALisDBLE] in m4/aclocal_fc.m4. Add --enable-symbols, --enable-profiling, and --enable-optimization options to autotools configure; all configure flags for --enable-production and --disable-production should match HDF5 1.10 and 1.12 production and debug default flags.
* Update to use optimization flags, C++ error flags, and correctLarry Knox2020-04-301-1/+44
| | | | libhdf5.settings.in to remove unworkable changes.
* Merge branch 'hdf5_1_8' of ↵hdftest2020-04-261-196/+259
|\ | | | | | | ssh://bitbucket.hdfgroup.org:7999/~hdftest/hdf5_hft into hdf5_1_8
| * TRILAB-192 merging warnings changes from developAllen Byrne2020-03-311-196/+259
| |
* | Snapshot version 1.8 release 22 (snap6)hdftest2020-04-261-1/+1
|/ | | | Update version to 1.8.22-snap7
* Snapshot version 1.8 release 22 (snap5)hdftest2020-03-251-1/+1
| | | | Update version to 1.8.22-snap6
* Correct conditions for parallel builds with and without tests.Larry Knox2020-03-201-1/+1
|
* Merge pull request #2458 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_8 to ↵Larry Knox2020-03-191-1/+1
|\ | | | | | | | | | | | | hdf5_1_8 * commit '42f1aae35918cb62ff29839d25abe7a59c6e1b8d': Snapshot version 1.8 release 22 (snap4) Update version to 1.8-snap5
| * Snapshot version 1.8 release 22 (snap4)hdftest2020-03-181-1/+1
| | | | | | | | Update version to 1.8-snap5
* | Fixes for test failures with --disable-tests --disable-tools options.Larry Knox2020-03-191-3/+5
|/ | | | Don't test ph5diff if tests are disabled.
* Snapshot version 1.8 release 22 (snap3)hdftest2019-12-041-1/+1
|
* Add missing checks for ros3 and hdfs vfdsAllen Byrne2019-10-071-3/+134
|
* Snapshot version 1.8 release 22 (snap2)hdftest2019-09-231-1/+1
|
* Snapshot version 1.8 release 22 (snap1)hdftest2019-09-161-1/+1
|
* make check should run testpflush1 and 2 with testpflush.sh script instead of ↵Larry Knox2019-08-281-0/+1
| | | | running them directly.
* Missed changes in merge for h5cc move from tools/misc to bin.hdftest2019-07-271-1/+1
|
* Removed h5cc & h5redeploy in tools/miscdpopat2019-07-241-2/+1
|
* Reconfigured autoconf filesdpopat2019-07-191-1/+5
|
* Added options to build tools and tests for HDF5_ 1_8Dhvanil Popat2019-07-161-0/+41
|
* Snapshot version 1.8 release 22 (snap0)hdftest2019-04-011-1/+1
|
* Add comment to configure.ac regarding how to switch default build mode.lrknox2018-05-231-0/+2
|
* Updated support branch version number to 1.8.22-snap0lrknox2018-05-221-1/+1
|
* Updated support branch version number to 1.8.22lrknox2018-05-131-1/+1
|
* Snapshot version 1.8 release 21 (snap12)hdftest2018-04-161-1/+1
|
* Snapshot version 1.8 release 21 (snap11)hdftest2018-04-021-1/+1
|
* Snapshot version 1.8 release 21 (snap10)hdftest2018-03-261-1/+1
|
* Snapshot version 1.8 release 21 (snap9)hdftest2018-03-051-1/+1
|
* Snapshot version 1.8 release 21 (snap8)hdftest2018-02-261-1/+1
|
* Snapshot version 1.8 release 21 (snap7)hdftest2018-02-191-1/+1
|
* Snapshot version 1.8 release 21 (snap6)hdftest2018-02-121-1/+1
|
* Snapshot version 1.8 release 21 (snap5)hdftest2018-02-051-1/+1
|
* Snapshot version 1.8 release 21 (snap4)hdftest2018-01-291-1/+1
|
* Snapshot version 1.8 release 21 (snap3)hdftest2018-01-081-1/+1
|