Skip to content

Commit

Permalink
dagmc no longer needs to be patched
Browse files Browse the repository at this point in the history
  • Loading branch information
ebknudsen committed Sep 9, 2024
1 parent 9269e73 commit 6e446d0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Arch/dagmc-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ if [ ! -e ${name}.done ]; then
cd DAGMC; git pull; cd ..
fi

for patch in `ls ${WD}/../patches/dagmc_*.patch`; do
patch -p1 < $patch
done

cd ..
mkdir -p build
cd build
cmake ../DAGMC -DBUILD_TALLY=ON \
Expand Down

0 comments on commit 6e446d0

Please sign in to comment.