File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
dap4_test/baselinethredds Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff 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 ) .
Original file line number Diff line number Diff 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)
1516FILE (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
1719FILE (GLOB CUR_EXTRA_DIST RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_SOURCE_DIR} /* )
1820SET (CUR_EXTRA_DIST ${CUR_EXTRA_DIST} CMakeLists.txt)
You can’t perform that action at this time.
0 commit comments