Ward Fisher
11040c59d3
Merge remote-tracking branch 'origin/master' into gh2091.wif
2021-08-25 15:03:13 -06:00
Ward Fisher
9d2e065f41
Correct a typo.
2021-08-25 14:58:35 -06:00
Ward Fisher
18086dae10
Correct a typo in the github actions yaml file.
2021-08-25 14:32:01 -06:00
Ward Fisher
7ee0281c74
Test dependency on one-offs updated.
2021-08-25 14:31:09 -06:00
Ward Fisher
48d943864d
Syntax debugging.
2021-08-25 14:28:59 -06:00
Ward Fisher
d6f06bf3d6
A bit more twiddling of the github actions workflow.
2021-08-25 14:25:41 -06:00
Ward Fisher
e85d95702e
Attempt at test orchestration to avoid a race condition when running tests in parallel.
2021-08-25 13:33:49 -06:00
Ward Fisher
fc5376222b
Merge pull request #2094 from DennisHeimbigner/longname2.dmh
...
Make Issue https://github.com/Unidata/netcdf-c/issues/2077 work when build is repeated.
2021-08-25 13:16:35 -06:00
Ward Fisher
8fc52da9d7
Thanks to newer ctest functionality, if ctest tests fail, re-run just the failed ones with more verbose output.
2021-08-25 12:43:04 -06:00
Dennis Heimbigner
5041e87be7
Update release notes
2021-08-25 12:40:01 -06:00
Dennis Heimbigner
a575fc27d4
Make Issue https://github.com/Unidata/netcdf-c/issues/2077 work when build is repeated.
...
re: https://github.com/Unidata/netcdf-c/pull/2075
The long file name fix fails when the build is manually repeated
because the source file has already been renamed. Solution is to
test if the dest file exists or not before doing the rename.
This is apparently not a problem for automake because it uses
AC_CONFIG_LINK, which uses link/copy instead of rename.
2021-08-25 12:37:17 -06:00
Ward Fisher
40c3fc2169
Reverse GA workflow. Run the one-off tests first and then run the full test matrix. This should shorten the test/failure cycle.
2021-08-25 11:16:47 -06:00
Ward Fisher
912fd7574c
Modify GA workflow a bit.
2021-08-24 15:22:20 -06:00
Dennis Heimbigner
4f37d1a826
Make Issue https://github.com/Unidata/netcdf-c/issues/2077 work when build is repeated.
...
re: https://github.com/Unidata/netcdf-c/pull/2075
The long file name fix fails when the build is manually repeated
because the source file has already been renamed. Solution is to
test if the dest file exists or not before doing the rename.
2021-08-24 15:11:26 -06:00
Ward Fisher
5bcf91f880
Correct spacing issue in GA yaml file.
2021-08-24 15:07:10 -06:00
Ward Fisher
37d6cc9191
Propagate github actions tests into cmake-based stanza.
2021-08-24 14:40:13 -06:00
Ward Fisher
1376067870
Added a one-off stanza for autoconf-based tests on Github Actions.
2021-08-24 14:26:28 -06:00
Ward Fisher
f235dcfdb2
Merge branch 'manyurls.dmh' of https://github.com/DennisHeimbigner/netcdf-c into gh2091.wif
2021-08-24 14:14:42 -06:00
Ward Fisher
eff534124c
Merge pull request #2092 from Unidata/add-unidata-logo
...
Update Doxygen documentation
2021-08-24 13:01:06 -06:00
Ward Fisher
ee2c43ebc0
Added uniLogo.png to make dist.
2021-08-24 12:50:21 -06:00
Ward Fisher
5c39deed93
Remove obsolete doxygen tags.
2021-08-24 12:42:32 -06:00
Ward Fisher
93245509bb
Update footer.html and Doxyfile to use local Unidata image.
2021-08-24 12:38:40 -06:00
Dennis Heimbigner
d1d495e47b
Adding missing file ncdap_test/manyurls.h
...
re: Github Issue: https://github.com/Unidata/netcdf-c/issues/2085
The file ncdap_test/manyurls.h was not added to the repository.
It is controlled by the --enable-dap-long-tests option.
Solution: add the file.
2021-08-24 12:27:54 -06:00
Ward Fisher
5060cc11f7
Update windows binary download link url.
2021-08-24 12:19:04 -06:00
Ward Fisher
48a14fe84a
Replace source for Unidata logo.
2021-08-24 11:39:19 -06:00
Ward Fisher
e9175090ec
Merge pull request #2075 from Unidata/v4.8.1-wellspring.wif
...
v4.8.1 Wellspring changes to merge back upstream
2021-08-20 10:37:24 -06:00
Ward Fisher
5e431b34cd
Merge pull request #2076 from mathstuf/findhdf5-module-less-version
...
cmake: extract the HDF5 version when finding HDF5 manually
2021-08-20 10:37:01 -06:00
Ward Fisher
12b9c9049b
Merge pull request #2082 from edwardhartnett/ejh_hdf5_12
...
added 1.12.1 to hdf5 versions built by GitHub actions
2021-08-20 10:28:08 -06:00
Edward Hartnett
e8d3198a77
added commas
2021-08-20 05:46:22 -06:00
Edward Hartnett
5c23e72e28
added 1.12.1 to hdf5 versions built by GitHub actions
2021-08-20 05:44:43 -06:00
Ward Fisher
417de618e8
Corrected a syntax issue with shell scripts invoked by cmake that could result in a false positive.
2021-08-18 11:48:39 -06:00
Ward Fisher
24411c429e
Update cmake-based builds in support of https://github.com/Unidata/netcdf-c/issues/2077
2021-08-18 11:40:09 -06:00
Ward Fisher
379f51a68c
Additional refactoring of the thredds dap4 test in support of #2077
2021-08-18 10:24:42 -06:00
Ward Fisher
306614a91a
Renamed dap4_test thredds test file ins upport of https://github.com/Unidata/netcdf-c/issues/2077
2021-08-18 10:05:31 -06:00
Ward Fisher
87cac5995e
path syntax tweak.
2021-08-17 14:16:04 -06:00
Ward Fisher
6516b19bbe
Update the source url for windows installer downloads to reflect the move tot he new artifacts server.
2021-08-17 13:49:45 -06:00
Ward Fisher
c8f03b8910
Bump version numbers for the next development cycle.
2021-08-17 10:41:07 -06:00
Ward Fisher
7dec8f10cd
Updated SO Version in line with https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
2021-08-17 10:39:00 -06:00
Ben Boeckel
78f9f5fbac
cmake: extract the HDF5 version when finding HDF5 manually
2021-08-16 13:49:09 -04:00
Ward Fisher
e06d8b744f
Merge branch 'patch-48' of https://github.com/gsjaardema/netcdf-c into v4.8.1-wellspring.wif
2021-08-16 10:37:52 -06:00
Ward Fisher
4b7c5a2bff
Merge branch 'patch-49' of https://github.com/gsjaardema/netcdf-c into v4.8.1-wellspring.wif
2021-08-16 10:29:52 -06:00
Greg Sjaardema
f3041b3acf
Add a comment
...
Added comment indicating that we want integer division / truncation.
This should also trigger the tests to be run again; it looks like one of the tests just didn't run for some reason...
2021-08-16 10:06:45 -06:00
Ward Fisher
d1f2b970a0
Merge branch 'ejh_remote_benchmarks' of https://github.com/edwardhartnett/netcdf-c into v4.8.1-wellspring.wif
2021-08-13 16:13:47 -06:00
Ward Fisher
fc5f3d464b
Merge branch 'ejh_dap_remote' of https://github.com/edwardhartnett/netcdf-c into v4.8.1-wellspring.wif
2021-08-13 16:08:17 -06:00
Ward Fisher
dc7b29556d
Clean up orphaned file entry causing a failure in 'make distcheck'
2021-08-13 11:30:08 -06:00
Edward Hartnett
1b4322d88b
turned off running of run_knmi_bm.sh benchmark with make check
2021-08-13 03:19:36 -06:00
Edward Hartnett
ac5d458c94
enable dap remote tests by default
2021-08-13 03:06:42 -06:00
Edward Hartnett
ff4ad14e8e
disable dap remote tests by default
2021-08-13 03:03:26 -06:00
Ward Fisher
f676bb3575
Merge pull request #2072 from edwardhartnett/ejh_fix_2
...
made nc_perf not build and run benchmarks in parallel, turn off benchmark tst_gfs_data_1.c for HDF5 versions less than 1.10.2
2021-08-12 16:07:45 -06:00
Ward Fisher
b8a04fd8fa
Merge pull request #2071 from mathstuf/hdf5-library-variable-hole
...
hdf5: try and fill in HDF5_C_LIBRARY from HDF5_hdf5_LIBRARY if possible
2021-08-12 16:06:51 -06:00