Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F8308578
buildrivet.sh
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
268 B
Subscribers
None
buildrivet.sh
View Options
#!/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
Details
Attached
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)
Attached To
rCONTURSVN contursvn
Event Timeline
Log In to Comment