Skip to content

Commit

Permalink
Merge pull request #39 from JeffersonLab/lhapdf-data
Browse files Browse the repository at this point in the history
Lhapdf data
  • Loading branch information
baltzell authored Jul 23, 2024
2 parents d0191db + fa76b3d commit c228a46
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ lib/libLHAPDF.so: dirs
$(MAKE) -C LHAPDF-${V}
$(MAKE) -C LHAPDF-${V} install

linkcvmfs:
mkdir -p share && rm -rf share/LHAPDF
cd share && ln -s /cvmfs/oasis.opensciencegrid.org/jlab/hallb/clas12/sw/noarch/data/LHAPDF

lib/liblog4cpp.so: dirs
wget --no-check-certificate https://sourceforge.net/projects/log4cpp/files/log4cpp-1.1.x%20%28new%29/log4cpp-1.1/log4cpp-1.1.4.tar.gz
tar -xzvf log4cpp-1.1.4.tar.gz
Expand Down Expand Up @@ -114,7 +118,7 @@ genie: pythia6 lhapdf log4cpp dirs
mv -f bin/genie bin/genie.exe
$(MAKE) -C genie-util install

install: fixperms
install: fixperms linkcvmfs
install -D clasdis/clasdis bin/clasdis
install -D claspyth/claspyth bin/claspyth
install -D dvcsgen/dvcsgen bin/dvcsgen
Expand Down

0 comments on commit c228a46

Please sign in to comment.