-
Notifications
You must be signed in to change notification settings - Fork 266
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace ENABLE_S3 with NETCDF_ENABLE_S3
- Loading branch information
Showing
31 changed files
with
108 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,9 +88,9 @@ NCDAP4TESTDIR = dap4_test | |
XML = libncxml | ||
endif #DAP4 | ||
|
||
if ENABLE_S3_INTERNAL | ||
if NETCDF_ENABLE_S3_INTERNAL | ||
XML = libncxml # Internal S3 requires XML | ||
endif #ENABLE_S3_INTERNAL | ||
endif #NETCDF_ENABLE_S3_INTERNAL | ||
|
||
# Build PnetCDF | ||
if USE_PNETCDF | ||
|
@@ -210,15 +210,15 @@ install-data-hook: | |
# Also track the S3 cleanup id | ||
all-local: liblib/libnetcdf.la | ||
echo ${PACKAGE_VERSION} > VERSION | ||
if ENABLE_S3_TESTALL | ||
if NETCDF_ENABLE_S3_TESTALL | ||
rm -f ${abs_top_builddir}/tmp_@[email protected] | ||
echo "@TESTUID@" >> ${abs_top_builddir}/s3cleanup_@[email protected] | ||
cat ${abs_top_builddir}/s3cleanup_@[email protected] | sort | uniq > ${abs_top_builddir}/tmp_@[email protected] | ||
rm -f ${abs_top_builddir}/s3cleanup_@[email protected] | ||
mv ${abs_top_builddir}/tmp_@[email protected] ${abs_top_builddir}/s3cleanup_@[email protected] | ||
endif | ||
|
||
if ENABLE_S3_TESTALL | ||
if NETCDF_ENABLE_S3_TESTALL | ||
distclean-local: | ||
rm -f ${abs_top_builddir}/s3cleanup_@[email protected] | ||
endif | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.