From 6d51e1a86255343baf665fde3e26dfbf23f79c15 Mon Sep 17 00:00:00 2001 From: Nathan Baltzell Date: Tue, 17 Jan 2023 12:38:07 -0500 Subject: [PATCH] enable parallel build for twopeg --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8f28974..53e792f 100644 --- a/Makefile +++ b/Makefile @@ -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