mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-06 14:04:13 +02:00
Updated HDF5 version to latest
This commit is contained in:
@@ -2,11 +2,12 @@
|
||||
|
||||
## Install PHDF5 manually
|
||||
```
|
||||
wget https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.7/src/hdf5-1.10.7.tar.gz
|
||||
tar -xzf hdf5-1.10.7.tar.gz
|
||||
wget https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.12/hdf5-1.12.0/src/hdf5-1.12.0.tar.gz
|
||||
tar -xzf hdf5-1.12.0.tar.gz
|
||||
cd hdf5-1.10.7
|
||||
./configure --enable-parallel
|
||||
make
|
||||
./configure --enable-parallel
|
||||
make install
|
||||
sudo ln -v -s `pwd`/hdf5/lib/* /usr/lib64/
|
||||
sudo ln -v -s `pwd`/hdf5/include/* /usr/include/
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user