Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions run-cafmaker/install_cafmaker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ cd install
git clone -b main https://github.com/DUNE/ND_CAFMaker.git
cd ND_CAFMaker

./build_deps.sh
source ndcaf_setup.sh
make -j8

#./build_deps.sh
source ndcaf_setup.sh prof
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=${PWD}/install
cmake --build build --target install
cd ../..

# Pre-compile
Expand Down
2 changes: 1 addition & 1 deletion run-cafmaker/run_cafmaker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ cat "$cfgFile"
echo ""
echo ===================

run makeCAF "--fcl=$cfgFile"
run install/ND_CAFMaker/install/bin/makeCAF "--fcl=$cfgFile"

cafOutDir=$outDir/CAF/$subDir
flatCafOutDir=$outDir/CAF.flat/$subDir
Expand Down