mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
[svn-r26653] Update default settings
This commit is contained in:
parent
3d1f7a21b3
commit
d0cea60466
@ -13,8 +13,8 @@ set(CTEST_DASHBOARD_ROOT ${CTEST_SCRIPT_DIRECTORY})
|
||||
set(CTEST_BUILD_CONFIGURATION "Release")
|
||||
#set(NO_MAC_FORTRAN "true")
|
||||
#set(BUILD_OPTIONS "${BUILD_OPTIONS} -DHDF_BUILD_FORTRAN:BOOL=ON")
|
||||
#set(BUILD_OPTIONS "${BUILD_OPTIONS} -DHDF_ENABLE_F2003:BOOL=ON)
|
||||
set(CTEST_USE_TAR_SOURCE "${CTEST_SCRIPT_ARG}")
|
||||
set(BUILD_OPTIONS "${BUILD_OPTIONS} -DHDF_ENABLE_F2003:BOOL=ON)
|
||||
#set(CTEST_USE_TAR_SOURCE "${CTEST_SCRIPT_ARG}")
|
||||
|
||||
###############################################################################################################
|
||||
# Adjust the following SET Commands as needed
|
||||
|
@ -47,7 +47,7 @@ Files in the HDF5 install directory:
|
||||
|
||||
Default installation process:
|
||||
Create a directory to run the examples, i.e. \test_hdf5.
|
||||
Copy HDF5Examples-0.1.1-Source.zip(.tar.gz) to this directory, do NOT unzip.
|
||||
Copy HDF5Examples-0.1.1-Source.zip(.tar.gz) to this directory, uncompress.
|
||||
Copy HDF518_Examples.cmake to this directory.
|
||||
Edit line 8 of the HDF518_Examples.cmake file and change the INSTALLDIR
|
||||
to the HDF5 install location.
|
||||
@ -55,7 +55,7 @@ Default installation process:
|
||||
Execute from this directory:
|
||||
ctest -S HDF518_Examples.cmake,HDF5Examples-0.1.1-Source -C Release -O test.log
|
||||
|
||||
The script will uncompress the examples file HDF5Examples-0.1.1-Source.zip(.tar.gz),
|
||||
The script will use the examples folder HDF5Examples-0.1.1-Source,
|
||||
and create a build directory inside the HDF5Examples-0.1.1-Source directory.
|
||||
It will then configure, build, and execute the examples. All the log files
|
||||
will be found under the build\Testing\Temporary directory, check these for
|
||||
@ -75,9 +75,9 @@ Line 14: uncomment to allow Mac machines to build shared examples.
|
||||
|
||||
Line 15: uncomment to build and test Fortran examples.
|
||||
|
||||
Line 16: uncomment to build and test Fortran examples with F2003 option.
|
||||
Line 16: comment to NOT build and test Fortran examples with F2003 option.
|
||||
|
||||
Line 17: comment to use an existing source directory.
|
||||
Line 17: uncomment to use a compressed source file.
|
||||
|
||||
Line 71: change the CTEST_7Z_COMMAND to a different unzip program.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user