Skip to content

Instantly share code, notes, and snippets.

@veprbl
Created June 12, 2022 00:42
Show Gist options
  • Save veprbl/0669c2294cdbe5e3067537d0218ddba5 to your computer and use it in GitHub Desktop.
Save veprbl/0669c2294cdbe5e3067537d0218ddba5 to your computer and use it in GitHub Desktop.
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