Skip to content

Commit

Permalink
enable parallel build for twopeg
Browse files Browse the repository at this point in the history
  • Loading branch information
baltzell committed Jan 17, 2023
1 parent 95e5fda commit 6d51e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build:
$(MAKE) -C deep-pipi-gen
$(MAKE) -C genepi
# seems twopeg has a non-standard(?) Makefile and requires this instead:
cd twopeg ; make nobos ; cd --
cd twopeg ; $(MAKE) nobos ; cd --
# clas12-elSpectro uses cmake:
mkdir build && cd build && cmake -DCMAKE_CXX_COMPILER=`which g++` -DCMAKE_C_COMPILER=`which gcc` ../ && cmake --build . --target install && cd ..
install clas12-elSpectro/elSpectro/jpacPhoto/lib/* lib
Expand Down

0 comments on commit 6d51e1a

Please sign in to comment.