Skip to content

Commit

Permalink
BLD: Fix swig install script
Browse files Browse the repository at this point in the history
  • Loading branch information
eivindjahren committed Nov 8, 2021
1 parent 79e82ab commit 2e1cd44
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/swig_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,13 @@ mkdir -p _tmp_swig
INST=$(pwd)
SWIGURL="https://ftp.osuosl.org/pub/blfs/conglomeration/swig"
SWIG="swig-3.0.12"
PCRE="https://ftp.pcre.org/pub/pcre/pcre-8.38.tar.gz"

pushd _tmp_swiginstall
curl -O ${SWIGURL}/${SWIG}.tar.gz
tar xf ${SWIG}.tar.gz
pushd ${SWIG}
curl -O $PCRE
sh Tools/pcre-build.sh > swiginstall.log
curl -L https://sourceforge.net/projects/pcre/files/pcre/8.45/pcre-8.45.tar.gz > pcre-8.45.tar.gz
sh Tools/pcre-build.sh
echo "Running configure..."
./configure --prefix="$INST/_tmp_swig" > swiginstall.log

Expand Down

0 comments on commit 2e1cd44

Please sign in to comment.