mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-17 16:50:18 +08:00
Force re-check
This commit is contained in:
parent
02b958f02c
commit
a6e3a2b629
8
debug/cf
8
debug/cf
@ -102,6 +102,8 @@ fi
|
||||
|
||||
if test "x$DAP" = "x" ; then
|
||||
FLAGS="$FLAGS --disable-dap"
|
||||
else
|
||||
FLAGS="$FLAGS --enable-dap-remote-tests"
|
||||
fi
|
||||
|
||||
if test "x$MPIO" = x1 ; then
|
||||
@ -124,9 +126,9 @@ FLAGS="$FLAGS --enable-nczarr"
|
||||
fi
|
||||
|
||||
if test "x$S3" != x ; then
|
||||
FLAGS="$FLAGS --enable-s3-sdk"
|
||||
FLAGS="$FLAGS --enable-nczarr-s3"
|
||||
else
|
||||
FLAGS="$FLAGS --disable-s3-sdk"
|
||||
FLAGS="$FLAGS --disable-nczarr-s3"
|
||||
fi
|
||||
if test "x$S3TEST" != x ; then
|
||||
FLAGS="$FLAGS --enable-nczarr-s3-tests"
|
||||
@ -145,6 +147,8 @@ FLAGS="$FLAGS --enable-benchmarks"
|
||||
fi
|
||||
|
||||
FLAGS="$FLAGS --enable-byterange"
|
||||
FLAGS="$FLAGS --disable-filter-testing"
|
||||
#FLAGS="$FLAGS --enable-erange-fill"
|
||||
|
||||
export PATH
|
||||
export CC
|
||||
|
@ -72,14 +72,14 @@ FLAGS="$FLAGS -DREMOTETESTSERVERS=${TESTSERVERS}"
|
||||
fi
|
||||
|
||||
if test "x$S3" != x ; then
|
||||
FLAGS="$FLAGS -DENABLE_S3_SDK=true"
|
||||
else
|
||||
FLAGS="$FLAGS -DENABLE_S3_SDK=false"
|
||||
fi
|
||||
FLAGS="$FLAGS -DENABLE_NCZARR_S3=true"
|
||||
if test "x$S3TEST" != x ; then
|
||||
FLAGS="$FLAGS -DENABLE_NCZARR_S3_TESTS=true"
|
||||
FLAGS="$FLAGS -DAWSSDK_DIR=${AWSSDK_DIR}"
|
||||
fi
|
||||
else
|
||||
FLAGS="$FLAGS -DENABLE_NCZARR_S3=false"
|
||||
fi
|
||||
|
||||
# Enables
|
||||
FLAGS="$FLAGS -DENABLE_LOGGING=true"
|
||||
@ -87,7 +87,7 @@ FLAGS="$FLAGS -DENABLE_BYTERANGE=true"
|
||||
#FLAGS="$FLAGS -DENABLE_DOXYGEN=true -DENABLE_INTERNAL_DOCS=true"
|
||||
#FLAGS="$FLAGS -DENABLE_LARGE_FILE_TESTS=true"
|
||||
FLAGS="$FLAGS -DENABLE_FILTER_TESTING=true"
|
||||
FLAGS="$FLAGS -DENABLE_EXAMPLES=false"
|
||||
FLAGS="$FLAGS -DENABLE_EXAMPLES=true"
|
||||
#FLAGS="$FLAGS -DENABLE_CONVERSION_WARNINGS=false"
|
||||
#FLAGS="$FLAGS -DENABLE_TESTS=false"
|
||||
#FLAGS="$FLAGS -DENABLE_DISKLESS=false"
|
||||
|
Loading…
Reference in New Issue
Block a user