Skip to content

Commit fc53762

Browse files
authored
Merge pull request #2094 from DennisHeimbigner/longname2.dmh
Make Issue #2077 work when build is repeated.
2 parents eff5341 + 5041e87 commit fc53762

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

RELEASE_NOTES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ This file contains a high-level description of this package's evolution. Release
77

88
## 4.8.2 - TBD
99

10+
* [Bug Fix] Make PR 2075 long file name be idempotent. See [Github #2094](https://github.com/Unidata/netcdf-c/pull/2094).
11+
1012
## 4.8.1 - August 18, 2021
1113

1214
* [Bug Fix] Fix multiple bugs in libnczarr. See [Github #2066](https://github.com/Unidata/netcdf-c/pull/2066).

dap4_test/baselinethredds/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ FILE(COPY ${COPY_FILES} DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/ FILE_PERMISSION
1212
##
1313
# Rename file in support of https://github.com/Unidata/netcdf-c/issues/2077
1414
##
15+
IF(NOT EXISTS ${CMAKE_CURRENT_BINARY_DIR}/GOES16_CONUS_20170821_020218_0.47_1km_33.3N_91.4W.nc4.thredds)
1516
FILE(RENAME ${CMAKE_CURRENT_BINARY_DIR}/GOES16_TEST1.nc4.thredds ${CMAKE_CURRENT_BINARY_DIR}/GOES16_CONUS_20170821_020218_0.47_1km_33.3N_91.4W.nc4.thredds)
17+
ENDIF()
1618

1719
FILE(GLOB CUR_EXTRA_DIST RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/*)
1820
SET(CUR_EXTRA_DIST ${CUR_EXTRA_DIST} CMakeLists.txt)

0 commit comments

Comments
 (0)