Skip to content
Snippets Groups Projects
Commit 2054bdee authored by Przemyslaw Karczmarczyk's avatar Przemyslaw Karczmarczyk
Browse files

Excluded rivetpost.cc from compilation in non-hi mode

parent 156c27d9
No related branches found
No related tags found
No related merge requests found
Pipeline #510687 passed with stages
in 3 minutes and 50 seconds
......@@ -4,7 +4,7 @@ LIBS += -L$(CGAL)/lib -lCGAL
endif
RPATH = -Wl,-rpath $(RIVET)/lib -Wl,-rpath $(HEPMC)/lib
all: rivetpost.exe rivetvm.exe
all: rivetvm.exe
rivetvm.exe: rivetvm.cc tools.h
g++ rivetvm.cc -o rivetvm.exe -std=c++11 -DNDEBUG -DHIMODE=$(HIMODE) -Wfatal-errors $(RPATH) $(LIBS)
......
......@@ -32,7 +32,7 @@ run_post () {
local workd=$(pwd)
echo "Building rivetvm ..."
make -B -C rivetvm HEPMC=$HEPMC RIVET=$RIVET CGAL=$CGAL HIMODE=$HIMODE
make -B -C rivetvm rivetpost.exe HEPMC=$HEPMC RIVET=$RIVET CGAL=$CGAL HIMODE=$HIMODE
if [[ "$?" != "0" ]] ; then
echo "ERROR: fail to compile rivetvm"
exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment