Skip to content
build.sh 377 B
Newer Older
#!/bin/bash
python -V
Samuel Debionne's avatar
Samuel Debionne committed
./install.sh --install-prefix=$PREFIX --install-python-prefix=$SP_DIR --find-root-path=$PREFIX hdf5 hdf5-bs edfgz edflz4 cbf tiff python pytango-server basler pilatus v4l2 espia maxipix frelon andor andor3

# Conda requires the library to be installed in /lib not /lib64 regardeless of the HFS standard.
mv $PREFIX/lib64/* $PREFIX/lib
rmdir $PREFIX/lib64