mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-27 07:30:33 +08:00
Merge pull request #2007 from Unidata/fix-makedist.wif
Makedist is failing in nczarr_test
This commit is contained in:
commit
ca9be04be0
15
.github/workflows/run_tests.yml
vendored
15
.github/workflows/run_tests.yml
vendored
@ -124,6 +124,7 @@ jobs:
|
|||||||
- name: Configure
|
- name: Configure
|
||||||
shell: bash -l {0}
|
shell: bash -l {0}
|
||||||
run: CFLAGS=${CFLAGS} LDFLAGS=${LDFLAGS} LD_LIBRARY_PATH=${LD_LIBRARY_PATH} ./configure ${ENABLE_HDF4} ${ENABLE_NC4} ${ENABLE_DAP} ${ENABLE_NCZARR}
|
run: CFLAGS=${CFLAGS} LDFLAGS=${LDFLAGS} LD_LIBRARY_PATH=${LD_LIBRARY_PATH} ./configure ${ENABLE_HDF4} ${ENABLE_NC4} ${ENABLE_DAP} ${ENABLE_NCZARR}
|
||||||
|
if: ${{ success() }}
|
||||||
|
|
||||||
- name: Look at config.log if error
|
- name: Look at config.log if error
|
||||||
shell: bash -l {0}
|
shell: bash -l {0}
|
||||||
@ -149,9 +150,17 @@ jobs:
|
|||||||
run: CFLAGS=${CFLAGS} LDFLAGS=${LDFLAGS} LD_LIBRARY_PATH=${LD_LIBRARY_PATH} make check -j
|
run: CFLAGS=${CFLAGS} LDFLAGS=${LDFLAGS} LD_LIBRARY_PATH=${LD_LIBRARY_PATH} make check -j
|
||||||
if: ${{ success() }}
|
if: ${{ success() }}
|
||||||
|
|
||||||
#- name: Make Distcheck
|
# - name: Make Distcheck
|
||||||
# shell: bash -l {0}
|
# shell: bash -l {0}
|
||||||
# run: CFLAGS=${CFLAGS} LDFLAGS=${LDFLAGS} LD_LIBRARY_PATH=${LD_LIBRARY_PATH} make distcheck -j
|
# run: CFLAGS=${CFLAGS} LDFLAGS=${LDFLAGS} LD_LIBRARY_PATH=${LD_LIBRARY_PATH} DISTCHECK_CONFIGURE_FLAGS="${ENABLE_HDF4} ${ENABLE_NC4} ${ENABLE_DAP} ${ENABLE_NCZARR}" make distcheck
|
||||||
|
# if: ${{ success() }}
|
||||||
|
|
||||||
|
#- name: Start SSH Debug
|
||||||
|
# uses: luchihoratiu/debug-via-ssh@main
|
||||||
|
# with:
|
||||||
|
# NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }}
|
||||||
|
# SSH_PASS: ${{ secrets.SSH_PASS }}
|
||||||
|
# if: ${{ failure() }}
|
||||||
|
|
||||||
nc-cmake:
|
nc-cmake:
|
||||||
|
|
||||||
|
@ -6,6 +6,7 @@ Release Notes {#RELEASE_NOTES}
|
|||||||
This file contains a high-level description of this package's evolution. Releases are in reverse chronological order (most recent first). Note that, as of netcdf 4.2, the `netcdf-c++` and `netcdf-fortran` libraries have been separated into their own libraries.
|
This file contains a high-level description of this package's evolution. Releases are in reverse chronological order (most recent first). Note that, as of netcdf 4.2, the `netcdf-c++` and `netcdf-fortran` libraries have been separated into their own libraries.
|
||||||
## 4.8.1 - TBD
|
## 4.8.1 - TBD
|
||||||
|
|
||||||
|
* [Bug Fix] Fix `make distcheck` issue in `nczarr_test/` directory. See [Github #2007](https://github.com/Unidata/netcdf-c/issues/2007).
|
||||||
* [Bug Fix] Fix bug in NCclosedir in dpathmgr.c. See [Github #2003](https://github.com/Unidata/netcdf-c/issues/2003).
|
* [Bug Fix] Fix bug in NCclosedir in dpathmgr.c. See [Github #2003](https://github.com/Unidata/netcdf-c/issues/2003).
|
||||||
* [Bug Fix] Fix bug in ncdump that assumes that there is a relationship between the total number of dimensions and the max dimension id. See [Github #2004](https://github.com/Unidata/netcdf-c/issues/2004).
|
* [Bug Fix] Fix bug in ncdump that assumes that there is a relationship between the total number of dimensions and the max dimension id. See [Github #2004](https://github.com/Unidata/netcdf-c/issues/2004).
|
||||||
* [Bug Fix] Fix bug in JSON processing of strings with embedded quotes. See [Github #1993](https://github.com/Unidata/netcdf-c/issues/1993).
|
* [Bug Fix] Fix bug in JSON processing of strings with embedded quotes. See [Github #1993](https://github.com/Unidata/netcdf-c/issues/1993).
|
||||||
|
@ -23,7 +23,7 @@ LDADD = ${top_builddir}/liblib/libnetcdf.la
|
|||||||
check_PROGRAMS =
|
check_PROGRAMS =
|
||||||
TESTS =
|
TESTS =
|
||||||
|
|
||||||
check_PROGRAMS += ut_map ut_mapapi ut_json ut_projections ut_chunking
|
check_PROGRAMS += ut_map ut_mapapi ut_json ut_projections ut_chunking
|
||||||
|
|
||||||
commonsrc = ut_util.c ut_test.c ut_includes.h ut_test.h ut_util.h test_nczarr_utils.h
|
commonsrc = ut_util.c ut_test.c ut_includes.h ut_test.h ut_util.h test_nczarr_utils.h
|
||||||
tstcommonsrc = tst_utils.c tst_utils.h
|
tstcommonsrc = tst_utils.c tst_utils.h
|
||||||
@ -62,7 +62,7 @@ TESTS += run_misc.sh
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
if BUILD_BENCHMARKS
|
if BUILD_BENCHMARKS
|
||||||
if BUILD_UTILITIES
|
if BUILD_UTILITIES
|
||||||
|
|
||||||
UTILSRC = bm_utils.c timer_utils.c tst_utils.c
|
UTILSRC = bm_utils.c timer_utils.c tst_utils.c
|
||||||
|
|
||||||
@ -114,10 +114,8 @@ ref_skip.cdl ref_skip.txt ref_skipw.cdl \
|
|||||||
ref_rem.cdl ref_rem.dmp ref_ndims.cdl ref_ndims.dmp \
|
ref_rem.cdl ref_rem.dmp ref_ndims.cdl ref_ndims.dmp \
|
||||||
ref_misc1.cdl ref_misc1.dmp ref_misc2.cdl \
|
ref_misc1.cdl ref_misc1.dmp ref_misc2.cdl \
|
||||||
ref_avail1.cdl ref_avail1.dmp ref_avail1.txt \
|
ref_avail1.cdl ref_avail1.dmp ref_avail1.txt \
|
||||||
ref_xarray.cdl ref_purezarr.cdl ref_purezarr_base.cdl ref_nczarr2zarr.cdl
|
ref_xarray.cdl ref_purezarr.cdl ref_purezarr_base.cdl ref_nczarr2zarr.cdl \
|
||||||
|
ref_power_901_constants.zip ref_power_901_constants.cdl ref_quotes.zip ref_quotes.cdl
|
||||||
# Interoperability files
|
|
||||||
EXTRA_DIST += ref_power_901_constants.zip ref_power_901_constants.cdl ref_quotes.zip ref_quotes.cdl
|
|
||||||
|
|
||||||
CLEANFILES = ut_*.txt ut*.cdl tmp*.nc tmp*.cdl tmp*.txt tmp*.dmp tmp*.zip tmp*.nc
|
CLEANFILES = ut_*.txt ut*.cdl tmp*.nc tmp*.cdl tmp*.txt tmp*.dmp tmp*.zip tmp*.nc
|
||||||
|
|
||||||
@ -126,3 +124,4 @@ clean-local:
|
|||||||
rm -fr tmp*.file results.file results.s3 results.zip
|
rm -fr tmp*.file results.file results.s3 results.zip
|
||||||
rm -fr power_901_constants.file
|
rm -fr power_901_constants.file
|
||||||
rm -fr rcmiscdir
|
rm -fr rcmiscdir
|
||||||
|
rm -rf ref_power_901_constants.file
|
||||||
|
Loading…
Reference in New Issue
Block a user