-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove CDASH_LOCAL variable usage (#88)
- Loading branch information
Showing
47 changed files
with
139 additions
and
293 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 |
---|---|---|
|
@@ -73,11 +73,6 @@ else(NOT DEFINED STATIC_ONLY) | |
set (STATICLIBRARIES "NO") | ||
endif() | ||
|
||
if(NOT DEFINED HDF_LOCAL) | ||
set (CDASH_LOCAL "NO") | ||
else() | ||
set (CDASH_LOCAL "YES") | ||
endif() | ||
if(NOT DEFINED CTEST_SITE) | ||
set (CTEST_SITE "local") | ||
endif() | ||
|
@@ -109,13 +104,14 @@ else() | |
set (ENV{PATH} "$ENV{PATH}:${HDF5INSTALLDIR}") | ||
set (HDF5_PLUGIN_ROOT "${INSTALLDIR}/lib/plugin") | ||
endif() | ||
if(${CDASH_LOCAL}) | ||
set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DCDASH_LOCAL:BOOL=ON") | ||
endif() | ||
set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DHDF5_PACKAGE_NAME:STRING=@HDF5_PACKAGE_NAME@") | ||
set (ENV{HDF5_PLUGIN_PATH} "${HDF5_PLUGIN_ROOT}") | ||
|
||
set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DDISABLE_H5PL_ENCODER:BOOL=@DISABLE_H5BLOSC_ENCODER@") | ||
### use a toolchain file (supported everywhere) #### | ||
if("@CMAKE_TOOLCHAIN_FILE@") | ||
# set(ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DCMAKE_TOOLCHAIN_FILE:STRING=@CMAKE_TOOLCHAIN_FILE@") | ||
endif() | ||
|
||
############################################################################################################### | ||
# For any comments please contact [email protected] | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,11 +73,6 @@ else(NOT DEFINED STATIC_ONLY) | |
set (STATICLIBRARIES "NO") | ||
endif() | ||
|
||
if(NOT DEFINED HDF_LOCAL) | ||
set (CDASH_LOCAL "NO") | ||
else() | ||
set (CDASH_LOCAL "YES") | ||
endif() | ||
if(NOT DEFINED CTEST_SITE) | ||
set (CTEST_SITE "local") | ||
endif() | ||
|
@@ -109,13 +104,14 @@ else() | |
set (ENV{PATH} "$ENV{PATH}:${HDF5INSTALLDIR}") | ||
set (HDF5_PLUGIN_ROOT "${INSTALLDIR}/lib/plugin") | ||
endif() | ||
if(${CDASH_LOCAL}) | ||
set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DCDASH_LOCAL:BOOL=ON") | ||
endif() | ||
set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DHDF5_PACKAGE_NAME:STRING=@HDF5_PACKAGE_NAME@") | ||
set (ENV{HDF5_PLUGIN_PATH} "${HDF5_PLUGIN_ROOT}") | ||
|
||
set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DDISABLE_H5PL_ENCODER:BOOL=@DISABLE_H5BSHUF_ENCODER@") | ||
### use a toolchain file (supported everywhere) #### | ||
if("@CMAKE_TOOLCHAIN_FILE@") | ||
# set(ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DCMAKE_TOOLCHAIN_FILE:STRING=@CMAKE_TOOLCHAIN_FILE@") | ||
endif() | ||
|
||
############################################################################################################### | ||
# For any comments please contact [email protected] | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,11 +73,6 @@ else(NOT DEFINED STATIC_ONLY) | |
set (STATICLIBRARIES "NO") | ||
endif() | ||
|
||
if(NOT DEFINED HDF_LOCAL) | ||
set (CDASH_LOCAL "NO") | ||
else() | ||
set (CDASH_LOCAL "YES") | ||
endif() | ||
if(NOT DEFINED CTEST_SITE) | ||
set (CTEST_SITE "local") | ||
endif() | ||
|
@@ -109,13 +104,14 @@ else() | |
set (ENV{PATH} "$ENV{PATH}:${HDF5INSTALLDIR}") | ||
set (HDF5_PLUGIN_ROOT "${INSTALLDIR}/lib/plugin") | ||
endif() | ||
if(${CDASH_LOCAL}) | ||
set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DCDASH_LOCAL:BOOL=ON") | ||
endif() | ||
set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DHDF5_PACKAGE_NAME:STRING=@HDF5_PACKAGE_NAME@") | ||
set (ENV{HDF5_PLUGIN_PATH} "${HDF5_PLUGIN_ROOT}") | ||
|
||
set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DDISABLE_H5PL_ENCODER:BOOL=@DISABLE_H5BZ2_ENCODER@") | ||
### use a toolchain file (supported everywhere) #### | ||
if("@CMAKE_TOOLCHAIN_FILE@") | ||
# set(ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DCMAKE_TOOLCHAIN_FILE:STRING=@CMAKE_TOOLCHAIN_FILE@") | ||
endif() | ||
|
||
############################################################################################################### | ||
# For any comments please contact [email protected] | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,11 +73,6 @@ else(NOT DEFINED STATIC_ONLY) | |
set (STATICLIBRARIES "NO") | ||
endif() | ||
|
||
if(NOT DEFINED HDF_LOCAL) | ||
set (CDASH_LOCAL "NO") | ||
else() | ||
set (CDASH_LOCAL "YES") | ||
endif() | ||
if(NOT DEFINED CTEST_SITE) | ||
set (CTEST_SITE "local") | ||
endif() | ||
|
@@ -109,13 +104,14 @@ else() | |
set (ENV{PATH} "$ENV{PATH}:${HDF5INSTALLDIR}") | ||
set (HDF5_PLUGIN_ROOT "${INSTALLDIR}/lib/plugin") | ||
endif() | ||
if(${CDASH_LOCAL}) | ||
set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DCDASH_LOCAL:BOOL=ON") | ||
endif() | ||
set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DHDF5_PACKAGE_NAME:STRING=@HDF5_PACKAGE_NAME@") | ||
set (ENV{HDF5_PLUGIN_PATH} "${HDF5_PLUGIN_ROOT}") | ||
|
||
set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DDISABLE_H5PL_ENCODER:BOOL=@DISABLE_H5JPEG_ENCODER@") | ||
### use a toolchain file (supported everywhere) #### | ||
if("@CMAKE_TOOLCHAIN_FILE@") | ||
# set(ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DCMAKE_TOOLCHAIN_FILE:STRING=@CMAKE_TOOLCHAIN_FILE@") | ||
endif() | ||
|
||
############################################################################################################### | ||
# For any comments please contact [email protected] | ||
|
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.