Page MenuHomeHEPForge

freshbuild.sh
No OneTemporary

Size
269 B
Referenced Files
None
Subscribers
None

freshbuild.sh

#!/bin/bash
mkdir build
cd ./build
if [[ -e CMakeCache.txt ]]; then
rm -v CMakeCache.txt
fi
cmake -DUSE_NuWro=0 -DUSE_NIWG=0 -DUSE_MINERvA_RW=1 -DUSE_NEUT=0 -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-shellscript
Expires
Tue, Sep 30, 6:08 AM (1 d, 10 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6560293
Default Alt Text
freshbuild.sh (269 B)

Event Timeline