From b63047df727be0b3ed61a537df38783b8d17ad16 Mon Sep 17 00:00:00 2001 From: Nathan Baltzell Date: Wed, 17 Mar 2021 10:02:02 -0400 Subject: [PATCH] build kludge for clas12-elSpectro --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 74cc0b3..385304f 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,7 @@ build: 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 build/clas12-elSpectro/elSpectro/jpacPhoto/libjpacPhoto.so lib install clasdis/clasdis bin install claspyth/claspyth bin install dvcsgen/dvcsgen bin