Skip to content

Commit

Permalink
build genie from top level, install gibuu2lund
Browse files Browse the repository at this point in the history
  • Loading branch information
baltzell committed Nov 16, 2023
1 parent 647d74f commit 1b28955
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

SUBDIRS = clasdis claspyth dvcsgen inclusive-dis-rad TCSGen genKYandOnePion JPsiGen twopeg MCEGENpiN_radcorr deep-pipi-gen genepi GiBUU onepigen
SUBDIRS = clasdis claspyth dvcsgen inclusive-dis-rad TCSGen genKYandOnePion JPsiGen twopeg MCEGENpiN_radcorr deep-pipi-gen genepi GiBUU onepigen genie

build:
mkdir -p bin lib
Expand All @@ -15,6 +15,7 @@ build:
$(MAKE) -C genepi
$(MAKE) -C GiBUU
$(MAKE) -C onepigen
$(MAKE) -C genie
# twopeg needs c++17 support:
sed -i 's/\(^CXX .*= g++ \)/\1 -std=c++17 /' twopeg/Makefile
# seems twopeg has a non-standard(?) Makefile and requires this instead:
Expand All @@ -39,6 +40,7 @@ build:
install genepi/genepi bin
install generate-seeds.py bin
install GiBUU/GiBUU.x bin
install GiBUU/gibuu2lund bin
install onepigen/onepigen bin
install onepigen/onepigen_lund bin
rm -rf build
Expand Down

0 comments on commit 1b28955

Please sign in to comment.