Page MenuHomeHEPForge

buildrivet.sh
No OneTemporary

buildrivet.sh

#!/usr/bin/env bash
# Execute to build all Rivet routines in this directory
rm *.so
for routine in *.cc; do
rivet-buildplugin Rivet${routine%.cc}.so --std=c++11 $routine
done

File Metadata

Mime Type
text/plain
Expires
Sat, Dec 21, 12:29 PM (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4017771
Default Alt Text
buildrivet.sh (268 B)

Event Timeline