Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F7879007
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
520 B
Subscribers
None
View Options
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
Details
Attached
Mime Type
text/x-diff
Expires
Tue, Nov 19, 7:15 PM (1 d, 10 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3798290
Default Alt Text
(520 B)
Attached To
rNUISANCEGIT nuisancegit
Event Timeline
Log In to Comment