summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2022-12-14 18:08:48 (GMT)
committerGitHub <noreply@github.com>2022-12-14 18:08:48 (GMT)
commit3bd97a7bdce53e6d6795500493673023e90dcc08 (patch)
tree6f3a9a28652d0baa0dcb1700b539962abec35e43
parent29b03cdc9f69a4434d0a15794946bc5ba1d4c25a (diff)
downloadhdf5-3bd97a7bdce53e6d6795500493673023e90dcc08.zip
hdf5-3bd97a7bdce53e6d6795500493673023e90dcc08.tar.gz
hdf5-3bd97a7bdce53e6d6795500493673023e90dcc08.tar.bz2
Update hdf5 1 14 0 (#2299)
* Initial updates for HDF5 1.14.0 release December 2022 Update so numbers for release Set version to 1.14.0 Switch default build mode to production for release in configure.ac lines435 and 442 Switch AM_MAINTAINER_MODE to disabled with bin/switch_maint_mode Set HDF5_GENERATE_HEADERS to OFF in src/CMakeLists.txt Commit Makefile.ins and other generated files for release except 2 ...~ files and autom4te.cache. * Add autotools generated files with misspelled word to list for codespell to skip. * Add autom4te.cache to codespell list of files to skip * Update windows worker compilers (#2286) * Update windows worker compilers * Update bin and test issues * Update script and revert java test * Update release script, version in java files and so numbers in Makefile.ins. * Add hdf5-1_14_0 branch to main.yml. * Don't run autogen.sh for release branche hdf5_1_10_0. * Fix syntax in main.yml Co-authored-by: Allen Byrne <50328838+byrnHDF@users.noreply.github.com>
-rw-r--r--.github/workflows/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index c17ecf4..fb94f69 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -377,7 +377,7 @@ jobs:
- name: Autotools Configure
run: |
-#sh ./autogen.sh
+ #sh ./autogen.sh
mkdir "${{ runner.workspace }}/build"
cd "${{ runner.workspace }}/build"
${{ matrix.flags }} $GITHUB_WORKSPACE/configure --enable-build-mode=${{ matrix.build_mode.autotools }} --${{ matrix.deprec_sym }}-deprecated-symbols --with-default-api-version=${{ matrix.default_api }} --enable-shared --${{ matrix.parallel }}-parallel --${{ matrix.cpp }}-cxx --${{ matrix.fortran }}-fortran --${{ matrix.java }}-java --${{ matrix.mirror_vfd }}-mirror-vfd --${{ matrix.direct_vfd }}-direct-vfd
@@ -386,7 +386,7 @@ jobs:
- name: Autotools Configure (Thread-Safe)
run: |
-#sh ./autogen.sh
+ #sh ./autogen.sh
mkdir "${{ runner.workspace }}/build"
cd "${{ runner.workspace }}/build"
${{ matrix.flags }} $GITHUB_WORKSPACE/configure --enable-build-mode=${{ matrix.build_mode.autotools }} --enable-shared --enable-threadsafe --disable-hl --${{ matrix.parallel }}-parallel --${{ matrix.mirror_vfd }}-mirror-vfd --${{ matrix.direct_vfd }}-direct-vfd