"platforms/vscode:/vscode.git/clone" did not exist on "de180e4e94814ee2c83fde13b0f60e3836b43d2f"
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 {
curl -sLO $hdf5_url/hdf5-$HDF5_VERSION/src/hdf5-$HDF5_VERSION.tar.gz
tar zxf hdf5-$HDF5_VERSION.tar.gz
(cd hdf5-$HDF5_VERSION \
&& ./configure --with-szlib \
&& ./configure --prefix=/usr/local --with-szlib=/usr/local \
&& make \
&& make install)
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