Commit 3dfe08f2 authored by Matthew Brett's avatar Matthew Brett
Browse files

Revert specification of prefix for hdf5

parent dc0432bd
...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment