Skip to content

Commit

Permalink
build kludge for clas12-elSpectro
Browse files Browse the repository at this point in the history
  • Loading branch information
baltzell committed Mar 17, 2021
1 parent 0cfcce1 commit b63047d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b63047d

Please sign in to comment.