Commit 07f9ad99 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

swig should use boost 1.72.0

parent c16da941
all: all:
$(MAKE) -C ../boost temporary $(MAKE) -C ../boost temporary
tar xf swig-4.0.0.tar.gz tar xf swig-4.0.0.tar.gz
cd swig-4.0.0 && BOOST_ROOT=$(CURDIR)/../boost/boost_1_70_0 ./configure --build=$(CLFS_TARGET) --prefix=/usr --without-clisp --without-maximum-compile-warnings cd swig-4.0.0 && BOOST_ROOT=$(CURDIR)/../boost/boost_1_72_0 ./configure --build=$(CLFS_TARGET) --prefix=/usr --without-clisp --without-maximum-compile-warnings
$(MAKE) -C swig-4.0.0 $(MAKE) -C swig-4.0.0
if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \ if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \
$(MAKE) -C swig-4.0.0 check TCL_INCLUDE= PY3=1 ; \ $(MAKE) -C swig-4.0.0 check TCL_INCLUDE= PY3=1 ; \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment