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
3dfe08f2
Commit
3dfe08f2
authored
Jun 23, 2016
by
Matthew Brett
Browse files
Revert specification of prefix for hdf5
parent
dc0432bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
library_builders.sh
library_builders.sh
+1
-1
No files found.
library_builders.sh
View file @
3dfe08f2
...
@@ -160,7 +160,7 @@ function build_hdf5 {
...
@@ -160,7 +160,7 @@ function build_hdf5 {
curl
-sLO
$hdf5_url
/hdf5-
$HDF5_VERSION
/src/hdf5-
$HDF5_VERSION
.tar.gz
curl
-sLO
$hdf5_url
/hdf5-
$HDF5_VERSION
/src/hdf5-
$HDF5_VERSION
.tar.gz
tar
zxf hdf5-
$HDF5_VERSION
.tar.gz
tar
zxf hdf5-
$HDF5_VERSION
.tar.gz
(
cd
hdf5-
$HDF5_VERSION
\
(
cd
hdf5-
$HDF5_VERSION
\
&&
./configure
--
with-szlib
\
&&
./configure
--
prefix
=
/usr/local
--with-szlib
=
/usr/local
\
&&
make
\
&&
make
\
&&
make
install
)
&&
make
install
)
touch
hdf5-stamp
touch
hdf5-stamp
...
...
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