Skip to content

Commit

Permalink
Initial preparation of hdf5-1_14_3 release branch for HDF5 1.14.3 (HD…
Browse files Browse the repository at this point in the history
…FGroup#3770)

* Initial preparation of hdf5-1_14_3 release branch for HDF5 1.14.3
release.
Updated configure.ac for release: switched configure default to
production mode and disabled maintainer mode.
Set HDF5_GENERATE_HEADERS to OFF in src/CMakeLists.txt.
Generated release files including Makefile.ins with autogen.sh, autoconf
2.71 and automake 1.16.2.
Incremented version to 1.14.3-2.

* Add hdf5_1_14_3 branch for .github testing.
  • Loading branch information
lrknox authored Oct 25, 2023
1 parent 2549afc commit 049d8aa
Show file tree
Hide file tree
Showing 108 changed files with 198,042 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
pull_request:
branches: [ hdf5_1_14 ]
branches: [ hdf5_1_14_3 ]
paths-ignore:
- '.github/CODEOWNERS'
- '.github/FUNDING.yml'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hdfeos5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
pull_request:
branches: [ hdf5_1_14 ]
branches: [ hdf5_1_14_3 ]
paths-ignore:
- '.github/CODEOWNERS'
- '.github/FUNDING.yml'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-auto-aocc-ompi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
pull_request:
branches:
- hdf5_1_14
- hdf5_1_14_3
paths-ignore:
- '.github/CODEOWNERS'
- '.github/FUNDING.yml'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_dispatch:
push:
pull_request:
branches: [ hdf5_1_14 ]
branches: [ hdf5_1_14_3]
paths-ignore:
- '.github/CODEOWNERS'
- '.github/FUNDING.yml'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/netcdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
pull_request:
branches: [ hdf5_1_14 ]
branches: [ hdf5_1_14_3 ]
paths-ignore:
- '.github/CODEOWNERS'
- '.github/FUNDING.yml'
Expand Down
Loading

0 comments on commit 049d8aa

Please sign in to comment.