Page MenuHomeHEPForge

No OneTemporary

diff --git a/freshbuild.sh b/freshbuild.sh
index 8018e18..1ee2e60 100644
--- a/freshbuild.sh
+++ b/freshbuild.sh
@@ -1,5 +1,11 @@
+#!/bin/bash
+
+
mkdir build
cd ./build
-cmake -DUSE_NuWro=0 -DUSE_NIWG=0 -DUSE_NEUT=1 -DUSE_GENIE=0 -DUSE_T2K=0 -DUSE_GiBUU=0 -DUSE_NUANCE=0 -DUSE_MINIMIZER=false ../
+if [[ -e CMakeCache.txt ]]; then
+ rm -v CMakeCache.txt
+fi
+cmake -DUSE_NuWro=0 -DUSE_NIWG=0 -DUSE_NEUT=1 -DUSE_GENIE=1 -DUSE_T2K=0 -DUSE_GiBUU=0 -DUSE_NUANCE=0 -DUSE_MINIMIZER=false ../
make clean && make -j8
cd -

File Metadata

Mime Type
text/x-diff
Expires
Tue, Nov 19, 7:15 PM (1 d, 12 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3798290
Default Alt Text
(520 B)

Event Timeline