summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-10-19 21:22:23 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-10-19 21:22:23 (GMT)
commitb070ac04e95ae1b75c0e745540daa598a52624d2 (patch)
treea180529f794bf93c90a305b51ac705e43d611381
parentc22c52232760662a09d3047bc3b1973a99b1039b (diff)
downloadhdf5-b070ac04e95ae1b75c0e745540daa598a52624d2.zip
hdf5-b070ac04e95ae1b75c0e745540daa598a52624d2.tar.gz
hdf5-b070ac04e95ae1b75c0e745540daa598a52624d2.tar.bz2
URL and options corrections
-rw-r--r--README.txt4
-rw-r--r--config/cmake/scripts/HDF5options.cmake2
-rw-r--r--release_docs/README_HPC2
3 files changed, 5 insertions, 3 deletions
diff --git a/README.txt b/README.txt
index 60d23a7..6611db8 100644
--- a/README.txt
+++ b/README.txt
@@ -75,6 +75,6 @@ Periodically development code snapshots are provided at the following URL:
Source packages for current and previous releases are located at:
https://portal.hdfgroup.org/display/support/Downloads
-Development code is available at our BitBucket Server:
- https://bitbucket.hdfgroup.org/projects/HDFFV/repos/hdf5/browse
+Development code is available at our Github location:
+ https://github.com/HDFGroup/hdf5.git
diff --git a/config/cmake/scripts/HDF5options.cmake b/config/cmake/scripts/HDF5options.cmake
index 6171e97..c30980a 100644
--- a/config/cmake/scripts/HDF5options.cmake
+++ b/config/cmake/scripts/HDF5options.cmake
@@ -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")
### ext libs on system
#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(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")
### disable using ext zlib
diff --git a/release_docs/README_HPC b/release_docs/README_HPC
index 513064c..6b31ce6 100644
--- a/release_docs/README_HPC
+++ b/release_docs/README_HPC
@@ -32,7 +32,7 @@ II. Obtain HDF5 source
Obtain HDF5 source code from the HDF5 repository using a git command or
from a release tar file in a working directory:
- git clone https://git@bitbucket.hdfgroup.org/scm/hdffv/hdf5.git
+ git clone https://github.com/HDFGroup/hdf5.git
[-b branch] [source directory]
If no branch is specified, then the 'develop' version will be checked out.