mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
URL and options corrections
This commit is contained in:
parent
176eef2737
commit
4a88f0c8d7
@ -57,7 +57,9 @@ set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DHDF5_ALLOW_EXTERNAL_SUPPORT:STRIN
|
|||||||
#set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DHDF5_ALLOW_EXTERNAL_SUPPORT:STRING=GIT")
|
#set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DHDF5_ALLOW_EXTERNAL_SUPPORT:STRING=GIT")
|
||||||
### ext libs on system
|
### ext libs on system
|
||||||
#set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DHDF5_ALLOW_EXTERNAL_SUPPORT:STRING=NO")
|
#set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DHDF5_ALLOW_EXTERNAL_SUPPORT:STRING=NO")
|
||||||
|
#set(ENV{ZLIB_ROOT} "some_location")
|
||||||
#set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DZLIB_LIBRARY:FILEPATH=some_location/lib/zlib.lib -DZLIB_INCLUDE_DIR:PATH=some_location/include")
|
#set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DZLIB_LIBRARY:FILEPATH=some_location/lib/zlib.lib -DZLIB_INCLUDE_DIR:PATH=some_location/include")
|
||||||
|
#set(ENV{SZIP_ROOT} "some_location")
|
||||||
#set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DSZIP_LIBRARY:FILEPATH=some_location/lib/szlib.lib -DSZIP_INCLUDE_DIR:PATH=some_location/include")
|
#set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DSZIP_LIBRARY:FILEPATH=some_location/lib/szlib.lib -DSZIP_INCLUDE_DIR:PATH=some_location/include")
|
||||||
|
|
||||||
### disable using ext zlib
|
### disable using ext zlib
|
||||||
|
@ -354,7 +354,7 @@ CONTENTS
|
|||||||
`--enable-build-mode=debug'; to compile with optimizations
|
`--enable-build-mode=debug'; to compile with optimizations
|
||||||
(the default for supported public releases),
|
(the default for supported public releases),
|
||||||
say `--enable-build-mode=production'. For a 'clean slate' configuration
|
say `--enable-build-mode=production'. For a 'clean slate' configuration
|
||||||
with optimization disabled and nothing turned on,
|
with optimization disabled and nothing turned on,
|
||||||
say `--enable-build-mode=clean'. On some systems the
|
say `--enable-build-mode=clean'. On some systems the
|
||||||
library can also be compiled for profiling with gprof by saying
|
library can also be compiled for profiling with gprof by saying
|
||||||
`--enable-profiling'.
|
`--enable-profiling'.
|
||||||
|
Loading…
Reference in New Issue
Block a user