Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
39d290d3
Commit
39d290d3
authored
Dec 10, 2016
by
Matthew Brett
Browse files
Rewrite HDF5 URL to follow new scheme
See:
https://github.com/MacPython/h5py-wheels/pull/3
parent
861d4b6e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
library_builders.sh
library_builders.sh
+2
-1
No files found.
library_builders.sh
View file @
39d290d3
...
...
@@ -200,7 +200,8 @@ function build_hdf5 {
# libaec is a drop-in replacement for szip
build_libaec
local
hdf5_url
=
https://www.hdfgroup.org/ftp/HDF5/releases
fetch_unpack
$hdf5_url
/hdf5-
$HDF5_VERSION
/src/hdf5-
$HDF5_VERSION
.tar.gz
local
short
=
$(
echo
$HDF5_VERSION
|
awk
-F
"."
'{printf "%d.%d", $1, $2}'
)
fetch_unpack
$hdf5_url
/hdf5-
$short
/hdf5-
$HDF5_VERSION
/src/hdf5-
$HDF5_VERSION
.tar.gz
(
cd
hdf5-
$HDF5_VERSION
\
&&
./configure
--with-szlib
=
$BUILD_PREFIX
--prefix
=
$BUILD_PREFIX
\
&&
make
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment