Skip to content

Commit

Permalink
update Armadillo repo URL
Browse files Browse the repository at this point in the history
  • Loading branch information
kthohr committed Jun 6, 2018
1 parent 14d4773 commit 3421881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ if [ -z ${ARMA_INCLUDE_PATH+x} ]; then
echo ""

mkdir ${WDIR}/arma_tmp
git clone -b unstable --single-branch https://github.com/conradsnicta/armadillo-code ${WDIR}/arma_tmp > /dev/null 2>&1
git clone -b unstable --single-branch https://gitlab.com/conradsnicta/armadillo-code.git ${WDIR}/arma_tmp > /dev/null 2>&1
mv ${WDIR}/arma_tmp/include/* ${WDIR}/include
rm -rf ${WDIR}/arma_tmp
ARMA_INCLUDE_PATH="./include"
Expand Down

0 comments on commit 3421881

Please sign in to comment.