Skip to content

Commit 9e8e0fa

Browse files
committed
Merge branch '64bit_chunks' of github.com:fortnern/hdf5 into 64bit_chunks
2 parents 9472ecd + fa66fae commit 9e8e0fa

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+1157
-943
lines changed

.github/workflows/abi-report.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ jobs:
4646
FILE_DOTSMAIN=$(echo "${{ inputs.file_ref }}" | sed -r "s/([0-9]+)\.([0-9]+)\.([0-9]+).*/\1\.\2\.\3/")
4747
echo "HDF5R_DOTSMAIN=$FILE_DOTSMAIN" >> $GITHUB_OUTPUT
4848
49-
- uses: actions/checkout@v5
49+
- uses: actions/checkout@v5.0.0
5050

5151
- name: Get published binary (Linux)
52-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
52+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
5353
with:
5454
name: tgz-ubuntu-2404_gcc-binary
5555
path: ${{ github.workspace }}
@@ -179,7 +179,7 @@ jobs:
179179
shell: bash
180180

181181
- name: Save output as artifact
182-
uses: actions/upload-artifact@v4
182+
uses: actions/upload-artifact@v5
183183
with:
184184
name: abi-reports
185185
path: |

.github/workflows/analysis.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
5252
# Get files created by release script
5353
- name: Get tgz-tarball (Linux_coverage)
54-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
54+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
5555
with:
5656
name: tgz-tarball
5757
path: ${{ github.workspace }}
@@ -113,7 +113,7 @@ jobs:
113113

114114
# Save log files created by CTest script
115115
- name: Save log (Linux_coverage)
116-
uses: actions/upload-artifact@v4
116+
uses: actions/upload-artifact@v5
117117
with:
118118
name: clang-coverage-log
119119
path: ${{ runner.workspace }}/hdf5/hdf5.log
@@ -131,7 +131,7 @@ jobs:
131131
sudo apt-get install ninja-build doxygen graphviz curl libtinfo5
132132
133133
- name: add clang to env
134-
uses: KyleMayes/install-llvm-action@v2.0.7
134+
uses: KyleMayes/install-llvm-action@v2.0.8
135135
id: setup-clang
136136
with:
137137
env: true
@@ -152,7 +152,7 @@ jobs:
152152
153153
# Get files created by release script
154154
- name: Get tgz-tarball (Linux_Leak)
155-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
155+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
156156
with:
157157
name: tgz-tarball
158158
path: ${{ github.workspace }}
@@ -214,7 +214,7 @@ jobs:
214214

215215
# Save log files created by CTest script
216216
- name: Save log (Linux_Leak)
217-
uses: actions/upload-artifact@v4
217+
uses: actions/upload-artifact@v5
218218
with:
219219
name: leak-ubuntu-log
220220
path: ${{ runner.workspace }}/hdf5/hdf5.log
@@ -232,7 +232,7 @@ jobs:
232232
sudo apt-get install ninja-build doxygen graphviz curl libtinfo5
233233
234234
- name: add clang to env
235-
uses: KyleMayes/install-llvm-action@v2.0.7
235+
uses: KyleMayes/install-llvm-action@v2.0.8
236236
id: setup-clang
237237
with:
238238
env: true
@@ -253,7 +253,7 @@ jobs:
253253
254254
# Get files created by release script
255255
- name: Get tgz-tarball (Linux_Address)
256-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
256+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
257257
with:
258258
name: tgz-tarball
259259
path: ${{ github.workspace }}
@@ -315,7 +315,7 @@ jobs:
315315

316316
# Save log files created by CTest script
317317
- name: Save log (Linux_Address)
318-
uses: actions/upload-artifact@v4
318+
uses: actions/upload-artifact@v5
319319
with:
320320
name: address-ubuntu-log
321321
path: ${{ runner.workspace }}/hdf5/hdf5.log
@@ -333,7 +333,7 @@ jobs:
333333
sudo apt-get install ninja-build doxygen graphviz curl libtinfo5
334334
335335
- name: add clang to env
336-
uses: KyleMayes/install-llvm-action@v2.0.7
336+
uses: KyleMayes/install-llvm-action@v2.0.8
337337
id: setup-clang
338338
with:
339339
env: true
@@ -354,7 +354,7 @@ jobs:
354354
355355
# Get files created by release script
356356
- name: Get tgz-tarball (Linux_UndefinedBehavior)
357-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
357+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
358358
with:
359359
name: tgz-tarball
360360
path: ${{ github.workspace }}
@@ -416,7 +416,7 @@ jobs:
416416

417417
# Save log files created by CTest script
418418
- name: Save log (Linux_UndefinedBehavior)
419-
uses: actions/upload-artifact@v4
419+
uses: actions/upload-artifact@v5
420420
with:
421421
name: undefined-ubuntu-log
422422
path: ${{ runner.workspace }}/hdf5/hdf5.log

.github/workflows/aocc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Get Sources
27-
uses: actions/checkout@v5
27+
uses: actions/checkout@v5.0.0
2828

2929
- name: Install Dependencies
3030
shell: bash

.github/workflows/arm-main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
6161
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
6262
- name: Get Sources
63-
uses: actions/checkout@v5
63+
uses: actions/checkout@v5.0.0
6464

6565
# CONFIGURE
6666
- name: Configure
@@ -151,7 +151,7 @@ jobs:
151151
152152
# Save files created by CTest script
153153
- name: Save published binary (Windows)
154-
uses: actions/upload-artifact@v4
154+
uses: actions/upload-artifact@v5
155155
with:
156156
name: zip-vs2022_cl-${{ inputs.build_mode }}-${{ inputs.save_binary }}-binary
157157
path: ${{ runner.workspace }}/build/HDF5-*-win64.zip
@@ -175,7 +175,7 @@ jobs:
175175

176176
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
177177
- name: Get Sources
178-
uses: actions/checkout@v5
178+
uses: actions/checkout@v5.0.0
179179

180180
# CONFIGURE
181181
- name: Configure
@@ -262,7 +262,7 @@ jobs:
262262
ls -l ${{ runner.workspace }}/build
263263
264264
- name: Save published binary (linux)
265-
uses: actions/upload-artifact@v4
265+
uses: actions/upload-artifact@v5
266266
with:
267267
name: tgz-ubuntu-2404_gcc-${{ inputs.build_mode }}-${{ inputs.save_binary }}-binary
268268
path: ${{ runner.workspace }}/build/HDF5-*-Linux.tar.gz
@@ -295,7 +295,7 @@ jobs:
295295
296296
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
297297
- name: Get Sources
298-
uses: actions/checkout@v5
298+
uses: actions/checkout@v5.0.0
299299

300300
# CONFIGURE
301301
- name: Configure
@@ -388,7 +388,7 @@ jobs:
388388
ls -l ${{ runner.workspace }}/build
389389
390390
- name: Save published binary (Mac_latest)
391-
uses: actions/upload-artifact@v4
391+
uses: actions/upload-artifact@v5
392392
with:
393393
name: tgz-macos14_clang-${{ inputs.build_mode }}-${{ inputs.save_binary }}-binary
394394
path: ${{ runner.workspace }}/build/HDF5-*-Darwin.tar.gz

.github/workflows/bintest.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
# Get files created by cmake-ctest script
3535
- name: Get published binary (Windows)
36-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
36+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
3737
with:
3838
name: zip-vs2022_cl-${{ inputs.build_mode }}-binary
3939
path: ${{ github.workspace }}/hdf5
@@ -107,7 +107,7 @@ jobs:
107107
distribution: 'temurin'
108108

109109
- name: Get published binary (Linux)
110-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
110+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
111111
with:
112112
name: tgz-ubuntu-2404_gcc-${{ inputs.build_mode }}-binary
113113
path: ${{ github.workspace }}
@@ -159,7 +159,7 @@ jobs:
159159
distribution: 'temurin'
160160

161161
- name: Get published binary (MacOS_latest)
162-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
162+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
163163
with:
164164
name: tgz-macos14_clang-${{ inputs.build_mode }}-binary
165165
path: ${{ github.workspace }}
@@ -222,7 +222,7 @@ jobs:
222222
distribution: 'temurin'
223223

224224
- name: Get published binary (Linux)
225-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
225+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
226226
with:
227227
name: tgz-ubuntu-2404_gcc-${{ inputs.build_mode }}-binary
228228
path: ${{ github.workspace }}

.github/workflows/build_mpich_source.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
sudo apt-get install build-essential libtool libtool-bin
3131
3232
- name: Get MPICH source
33-
uses: actions/checkout@v5
33+
uses: actions/checkout@v5.0.0
3434
with:
3535
repository: 'pmodels/mpich'
3636
path: 'mpich'
@@ -88,7 +88,7 @@ jobs:
8888
run: tar -cvf mpich.tar -C ${{ runner.workspace }} mpich
8989

9090
- name: Save MPICH installation artifact
91-
uses: actions/upload-artifact@v4
91+
uses: actions/upload-artifact@v5
9292
with:
9393
name: mpich
9494
path: mpich.tar

.github/workflows/build_openmpi_source.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
sudo apt-get install build-essential libtool libtool-bin
3131
3232
- name: Get OpenMPI source
33-
uses: actions/checkout@v5
33+
uses: actions/checkout@v5.0.0
3434
with:
3535
repository: 'open-mpi/ompi'
3636
path: 'ompi'
@@ -81,7 +81,7 @@ jobs:
8181
run: tar -cvf openmpi.tar -C ${{ runner.workspace }} openmpi
8282

8383
- name: Save OpenMPI installation artifact
84-
uses: actions/upload-artifact@v4
84+
uses: actions/upload-artifact@v5
8585
with:
8686
name: openmpi
8787
path: openmpi.tar

.github/workflows/clang-format-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
if: "!contains(github.event.head_commit.message, 'skip-ci')"
1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v5.0.0
1515

1616
- name: Run clang-format style check for C and Java code
1717
uses: DoozyX/clang-format-lint-action@v0.20

.github/workflows/clang-format-fix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
permissions:
2424
contents: write # In order to allow EndBug/add-and-commit to commit changes
2525
steps:
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v5.0.0
2727

2828
- name: Fix C and Java formatting issues detected by clang-format
2929
uses: DoozyX/clang-format-lint-action@v0.20

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ jobs:
1010
name: Check for spelling errors
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v5
13+
- uses: actions/checkout@v5.0.0
1414
- uses: codespell-project/actions-codespell@master

0 commit comments

Comments
 (0)