-
Notifications
You must be signed in to change notification settings - Fork 9
Building ubdl_dev and ssnet integration
twongjirad edited this page Feb 8, 2019
·
4 revisions
Updated 2/7/2019. Current source tag: v08_00_00_03. This was the current production branch.
- using uboonecode branch:
feature/tmw_superafix_mcreco
- using ubcv branch:
feature/tmw_ubdl_ssnetintegration
- using larcv branch:
ubdl_dev
- checked out branches above. ran
mrbsetenv
to setup uboonecode libs - unsetup larcv
- in the localproducts folder, checked out new copy of larcv:ubdl_dev
- source configure.sh
- created build folder
- ran cmake:
cmake -DUSE_PYTHON2 ../
- in build folder, ran
make
andmake install
. Seemed to build OK.
- comment out larcv in ubcv and uboonecode ups/product_deps
- comment out
find_ups_product( larcv v1_00_00 )
inubcv/CMakeLists.txt
- cleaned build with
mrb z
- reran
mrbsetenv
- built with
mrb i -j4
- cloned in localproducts folder
- checked out branch v4.3.1
- source autogen.sh (got ./version.sh permission denied)
- created
build
andinstall
directory -
cmake ../ -DCMAKE_INSTALL_PREFIX=(install dir)
in build dir: configuration seems to finish OK -
make -j4
: OK -
make install
: OK