Skip to content
Snippets Groups Projects
Verified Commit 5d070da1 authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

user/boost: overhaul

parent 32c38901
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ license="BSL-1.0"
options="!check" # No test suite.
depends=""
depends_dev="linux-headers"
makedepends="$depends_dev python3-dev flex bison bzip2-dev zlib-dev"
makedepends="$depends_dev byacc bzip2-dev flex python3-dev xz-dev zstd-dev"
subpackages="$pkgname-dev $pkgname-doc"
source="http://downloads.sourceforge.net/$pkgname/${pkgname}_$_pkgver.tar.bz2
boost-1.57.0-python-abi_letters.patch
......@@ -19,7 +19,14 @@ source="http://downloads.sourceforge.net/$pkgname/${pkgname}_$_pkgver.tar.bz2
"
builddir="$srcdir/${pkgname}_${_pkgver}"
_libs="date_time
_libs="
atomic
chrono
container
contract
coroutine
date_time
fiber
filesystem
graph
iostreams
......@@ -66,20 +73,21 @@ esac
_enginedir=tools/build/src/engine
_bjam="${builddir}/$_enginedir/bin.linux${_boostarch}/bjam"
[ "$_boostarch" = "s390" ] && _bjam="${builddir}/$_enginedir/bin.linux390/bjam" && \
_options_s390="--without-context --without-coroutine --without-coroutine2"
_options_s390="--without-coroutine --without-coroutine2"
# context is broken on at least s390 and sparc
_options="--user-config=\"$builddir/user-config.jam\"
--prefix=\"$pkgdir/usr\"
release
debug-symbols=off
threading=single,multi
runtime-link=shared
link=shared,static
cflags=-fno-strict-aliasing
-sPYTHON_ROOT=/usr
-sTOOLS=gcc
--layout=tagged
--layout=system
-q
--without-context
-j${JOBS:-2}
${_options_s390}
"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment