Skip to content

Commit

Permalink
Update fetch_cacao_dev.sh to remove missing patch
Browse files Browse the repository at this point in the history
this is no longer needed, and the path file is removed.
  • Loading branch information
jaredmales authored Sep 19, 2023
1 parent 5d2f776 commit 131bbeb
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions fetch_cacao_dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,4 @@ else
echo ""
fi

PATCHFN=patch_cacao_lapacke_optional.txt
( [ -r "./$PATCHFN" ] \
&& cd plugins/cacao-src/computeCalib/ \
&& PATCHPATH="../../../$PATCHFN" \
&& [ -r "$PATCHPATH" ] \
&& patch -s --reject-file=- -f -p 2 < "$PATCHPATH" \
&& echo "Successfully patched CACAO computeCalib/CMakeList.txt" \
|| echo "Failed to patch CACAO computeCalib/CMakeList.txt" \
|| true
)

0 comments on commit 131bbeb

Please sign in to comment.