-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
38 lines (29 loc) · 1.15 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
The below instructions are now obsolete. This package has been folded
into the sbndaq "mrb" multi-repository build scheme. See sbndaq documentation
for how to compile and build. Since the pDUNE port, wibtools is now much
more integrated into sbndaq.
SBND port of the BUTools package into wibtools
Library requirements:
ncurses
readline
boost
Installation instructions:
source env.sh
#If you have a working pDTS at Boston?:
#source uhalenv.sh
#If you have a working pDTS on the np04-srv-* machines:
#source uhalenv_np04-srv.sh
# always:
make
Commands to create a ups product out of this on sbnd-daq33 (based on ProtoDUNE instructions at https://twiki.cern.ch/twiki/bin/view/CENF/WIBArtDAQOp):
cd <base directory of the wibtools repo, i.e., same directory this README.txt is in>
source /software/products/setup
setup gcc v8_2_0
setup boost v1_70_0 -q e19:prof
setup TRACE v3_17_01
export QUALIFIER="e19"
export VERSION=<your desired version without the v prefix> # e.g, "0_00_03"
source env.sh
make clean
make -j8 # 16 cores on sbnd-daq33
cp -rp ups_package/wibtools/v${WIBSOFT_VERSION_NO_LEADING_V}* <existing products directory>/wibtools