Created
June 12, 2022 00:42
-
-
Save veprbl/0669c2294cdbe5e3067537d0218ddba5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl https://lhapdf.hepforge.org/downloads/?f=LHAPDF-6.5.1.tar.gz -o LHAPDF-6.5.1.tar.gz | |
tar zxf LHAPDF-6.5.1.tar.gz | |
cd LHAPDF-6.5.1 | |
CFLAGS="-Wl,-rpath -Wl,$HOME/.local/lib/" ./configure --prefix=$HOME/.local | |
make && make install | |
export PYTHONPATH=$PYTHONPATH:$HOME/.local/lib/python2.7/site-packages/ # you might want to add this to your ~/.profile | |
python -c 'import lhapdf; print(lhapdf.version())' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment