Skip to content

Commit

Permalink
Temporarily disable DAP4.
Browse files Browse the repository at this point in the history
I am making changes to the remotetest server
with respect to how DAP4 checksums are handled.
Until everything is settled, I need to disable DAP4.
  • Loading branch information
DennisHeimbigner committed Jul 6, 2023
1 parent 9137873 commit 4cbfdff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1058,6 +1058,9 @@ ELSE()
SET(ENABLE_DAP4 OFF CACHE BOOL "")
ENDIF()

# Temporarily disable DAP4
SET(ENABLE_DAP4 OFF CACHE BOOL "")

# Option to support byte-range reading of remote datasets
OPTION(ENABLE_BYTERANGE "Enable byte-range access to remote datasets.." ON)
if(NOT ENABLE_REMOTE_FUNCTIONALITY)
Expand Down
4 changes: 3 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,9 @@ fi
AM_CONDITIONAL(ENABLE_QUANTIZE, [test x$enable_quantize = xyes])

# --enable-dap => enable-dap4
enable_dap4=$enable_dap
# Temporarily disable DAP4
#enable_dap4=$enable_dap
enable_dap4=no
AC_MSG_CHECKING([whether dap use of remotetest server should be enabled])
AC_ARG_ENABLE([dap-remote-tests],
[AS_HELP_STRING([--disable-dap-remote-tests],
Expand Down

0 comments on commit 4cbfdff

Please sign in to comment.