summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* let hdf5 pick up the right compiler in Intel environmentkmu2019-11-144-10/+121
|
* Merge pull request #1984 in HDFFV/hdf5 from ~DYOUNG/netbsd:develop to developDavid Young2019-11-051-0/+56
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '0b721858e46a317c370a24115032d5be41688f67': Make these scripts relocatable again: derive a relative path for the original installation prefix from the examples prefix. Use that relative path to locate the current installation prefix, always. Fall back to an absolute installation prefix if the relative path cannot be derived. Get the path to prefix right: needs a ../ to back out of subdirectory c/. Make this script relocatable again: derive a relative path for the original installation prefix from the examples prefix. Use that relative path to locate the current installation prefix, always. Fall back to an absolute installation prefix if the relative path cannot be derived. Let us override the examples directory using --with-examplesdir=DIR. This is handy for NetBSD where HDF5 examples are installed by convention in $prefix/share/examples/hdf5/ rather than in ${prefix}/share/hdf5_examples/, which is the HDF5 default. Follow longstanding execv convention for compatibility with NetBSD. Under the examples directories, always find the installed HDF5 executables and scripts using @prefix@ instead of a relative path, because the number of ../ in the relative path will be different on NetBSD than on other systems. Make the HDF5 configure script grok NetBSD. For portability, insulate the HDF5 library from some system macros. Not every system has perl installed in /usr/bin/, so change the shebang (#!) line to `/usr/bin/env perl` to locate perl on the PATH. For portability, use the POSIX sh(1) string-comparison operator `=` instead of `==`.
| * Make the HDF5 configure script grok NetBSD.David Young2019-10-031-0/+56
| |
* | Fix MPI test dependsAllen Byrne2019-10-232-7/+11
|/
* Add clang toolchainAllen Byrne2019-09-301-0/+29
|
* Update versioning to next major versionAllen Byrne2019-09-254-4/+7
|
* Update develop branch version to 1.13.0 after creation of hdf5_1_12Larry Knox2019-09-251-1/+1
| | | | branch.
* Correct HDF5 options to tristate values.Allen Byrne2019-09-171-6/+10
|
* HDFFV-10901 add missing config optionsAllen Byrne2019-09-133-15/+90
|
* Use variable for test outputAllen Byrne2019-09-111-1/+2
|
* Allow tests to dump output if not comparingAllen Byrne2019-09-111-0/+8
|
* Correct Windows checkAllen Byrne2019-09-061-4/+1
|
* Add include dirs and default lib for windowsAllen Byrne2019-09-051-0/+4
|
* Update Windows require for CURL to CMake 3.13Allen Byrne2019-09-052-195/+3
|
* Add updated find module for earlier CMake versionsAllen Byrne2019-09-051-0/+193
|
* special windows overrideAllen Byrne2019-09-051-0/+3
|
* Correct name and add mingw to 32bit toolchainAllen Byrne2019-09-051-0/+36
|
* Fix namespace usageAllen Byrne2019-08-291-3/+3
|
* Fix EXISTS test syntaxAllen Byrne2019-08-298-26/+26
|
* Update settingsAllen Byrne2019-08-291-2/+4
|
* Add 32-bit cross-compile toolchainAllen Byrne2019-08-291-0/+37
|
* OESS-29 Update HD prefix mostlyAllen Byrne2019-08-241-2/+21
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-08-131-0/+3
|\ | | | | | | | | | | | | | | | | * commit 'aeb145428f5e6bc51742fff031b0cf8cf6fbefbb': Updated h5trav.c to emit output that doesn't require ddl changes for map support. Fixed Map API CMake option Renamed H5Mdelete_key to H5Mdelete and H5Mset to H5Mput. Added ifdef for intel compilers, __GNUC__ has to be defined for header files which use it to work with intel compilers. This gives a warning for intel compiler about fallthrough, so added a check not to include fallthrough if using intel compilers. Added the map (H5M) API
| * Added the map (H5M) APIDana Robinson2019-08-131-0/+3
| |
* | HDFFV-10879 set default API versionAllen Byrne2019-08-131-2/+0
|/
* Use a STRING option for API versionAllen Byrne2019-08-121-1/+1
|
* Fix API version optionAllen Byrne2019-08-121-0/+2
|
* Merge pull request #1848 in HDFFV/hdf5 from ↵Dana Robinson2019-08-091-2/+0
|\ | | | | | | | | | | | | ~DEROBINS/hdf5_der:develop_minor_pr to develop * commit '4900f8823497c63e9f9464dcb6459ebdcbfdac8d': Fixed an issue with older version of gfortran.
| * Fixed an issue with older version of gfortran.Dana Robinson2019-08-091-2/+0
| |
* | Use prefix variableAllen Byrne2019-08-061-4/+4
|/
* Fixed warning typoDana Robinson2019-08-041-1/+1
|
* Moved -Wimplicit-procedure gfortran warning to version 4.5 warningsDana Robinson2019-08-031-2/+5
| | | | instead of default.
* Merge pull request #1826 in HDFFV/hdf5 from ↵Dana Robinson2019-08-013-2/+33
|\ | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:develop_minor_pr to develop * commit '4227b8948d7091205b4f8dc1271d7dcae01bb0fb': Reverts the removal of config/conclude_fc.am while keeping the changes to config/gnu-fflags. Fixed a couple of typos.
| * Reverts the removal of config/conclude_fc.am while keepingDana Robinson2019-08-011-0/+31
| | | | | | | | the changes to config/gnu-fflags.
| * Fixed a couple of typos.Dana Robinson2019-08-012-2/+2
| |
* | Merge pull request #1821 in HDFFV/hdf5 from ↵Dana Robinson2019-07-311-4/+4
|\ \ | |/ | | | | | | | | | | ~DEROBINS/hdf5_der:develop_minor_pr to develop * commit '0ee5526c2c95dd77ee61b917b16adfcacbd3a540': Fixed typo in optimization.
| * Fixed typo in optimization.Dana Robinson2019-07-311-4/+4
| |
* | Merge cleanup mostly whitespaceAllen Byrne2019-07-301-1/+1
| |
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-07-292-65/+117
|\ \ | |/ | | | | | | | | | | | | * commit 'd169391529f253a9903b8e6cacf38c59ceefab07': Parallel Fortran tests now use the MPI module instead of including mpif.h. First stab at gfortran versions. Tested on gfortran 7-9 so far. Moved the -std=f2008 option to gfortran 9 for now. Updated gfortran options. * Removed conclude_fc.am, which was causing verbose builds. Need to investigate more, though. * Added gfortran 9 warnings and flags. This will need to be separated into other version blocks based on when the options first appeared. * The standard is now explicitly set at 2008.
| * Merge pull request #1808 in HDFFV/hdf5 from ↵Dana Robinson2019-07-292-65/+117
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:gnu-flags-work to develop * commit '7d291d059da6287f769951c4854c566da0b93ce8': Parallel Fortran tests now use the MPI module instead of including mpif.h. First stab at gfortran versions. Tested on gfortran 7-9 so far. Moved the -std=f2008 option to gfortran 9 for now. Updated gfortran options. * Removed conclude_fc.am, which was causing verbose builds. Need to investigate more, though. * Added gfortran 9 warnings and flags. This will need to be separated into other version blocks based on when the options first appeared. * The standard is now explicitly set at 2008.
| | * First stab at gfortran versions. Tested on gfortran 7-9 so far.Dana Robinson2019-07-191-16/+59
| | |
| | * Merge branch 'develop' into gnu-flags-workDana Robinson2019-07-191-1/+1
| | |\
| | * | Moved the -std=f2008 option to gfortran 9 for now.Dana Robinson2019-07-181-1/+4
| | | |
| | * | Updated gfortran options.Dana Robinson2019-07-172-63/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Removed conclude_fc.am, which was causing verbose builds. Need to investigate more, though. * Added gfortran 9 warnings and flags. This will need to be separated into other version blocks based on when the options first appeared. * The standard is now explicitly set at 2008.
* | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-07-294-0/+118
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | * commit 'f97e11e7635a0cd8728d4604ca5dceb3925ba44c': Update comment and check for strtoumax. Modify CMakeLists.txt file for renamed h5tools_test_utils files. Add HD to string functions. Switched strtoul to strtoumax in H5FDs3comms.c. Removed unused functions and variables in s3 and hdfs TestH5Pfapl*.java. Update Copyright headers. Squashed commit of the following:
| * | | Add HD to string functions.Larry Knox2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Switched strtoul to strtoumax in H5FDs3comms.c. Removed unused functions and variables in s3 and hdfs TestH5Pfapl*.java. Update Copyright headers.
| * | | Squashed commit of the following:Larry Knox2019-07-254-0/+118
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge changes from update_merged_S3_HDFS branch into develop. commit d5034315aea88629929ac0c9c59ebfafd5f21a31 Merge: 9c48823 d3fdcd8 Author: Larry Knox <lrknox@hdfgroup.org> Date: Thu Jul 25 08:24:53 2019 -0500 Merge branch 'develop' into update_merged_S3_HDFS
* | | | HDFFV-10529 Update CMake tests to use test fixturesAllen Byrne2019-07-233-161/+26
|/ / /
* | | HDFFV-10845 Allow mingw to find functionalityAllen Byrne2019-07-222-14/+14
| | |
* | | CMake generator expr cannot be used in get_property cmdAllen Byrne2019-07-181-9/+16
| | |