mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
Cleanup errors detected during merge compare (#4827)
This commit is contained in:
parent
63138140fe
commit
1e9a8ef0e8
2
.github/workflows/cmake-ctest.yml
vendored
2
.github/workflows/cmake-ctest.yml
vendored
@ -273,7 +273,7 @@ jobs:
|
||||
id: publish-ctest-deb-binary
|
||||
run: |
|
||||
mkdir "${{ runner.workspace }}/builddeb"
|
||||
cp ${{ runner.workspace }}/hdf5/build/${{ inputs.preset_name }}-GNUC/*.deb ${{ runner.workspace }}/builddeb/${{ steps.set-file-base.outputs.FILE_BASE }}-ubuntu-2204_gcc.deb
|
||||
cp ${{ runner.workspace }}/hdf5/build114/${{ inputs.preset_name }}-GNUC/*.deb ${{ runner.workspace }}/builddeb/hdf5
|
||||
shell: bash
|
||||
|
||||
- name: Publish rpm binary (Linux)
|
||||
|
@ -18,7 +18,7 @@
|
||||
<string>????</string>
|
||||
<!-- See https://developer.apple.com/app-store/categories/ for list of AppStore categories -->
|
||||
<key>LSApplicationCategoryType</key>
|
||||
<string>public.app-category.utilities</string>
|
||||
<string>public.app-category.developer-tools</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>@CPACK_PACKAGE_VERSION@</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
|
@ -8,7 +8,7 @@
|
||||
# HDFS_FOUND, whether HDFS is found.
|
||||
|
||||
execute_process(COMMAND $ENV{HADOOP_HOME}/bin/hadoop version OUTPUT_VARIABLE Hadoop_VERSION
|
||||
RESULT_VARIABLE_VALUE Hadoop_RETURN)
|
||||
RESULT_VARIABLE Hadoop_RETURN)
|
||||
|
||||
# currently only looking in HADOOP_HOME
|
||||
find_path(HDFS_INCLUDE_DIR hdfs.h PATHS
|
||||
|
@ -24,7 +24,7 @@ The official HDF5 releases can be obtained from:
|
||||
Changes from Release to Release and New Features in the HDF5-1.16.x release series
|
||||
can be found at:
|
||||
|
||||
https://support.hdfgroup.org/releases/hdf5/documentation/release_specific_info.html
|
||||
https://support.hdfgroup.org/releases/hdf5/documentation/release_specific_info.md
|
||||
|
||||
If you have any questions or comments, please send them to the HDF Help Desk:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user