Leonid Plyushch
1b8fca7c3e
fix licenses where possible
Some packages have license set to "custom" and this
should be fixed.
6 years ago
Leonid Plyushch
4fd7ca06f6
[incomplete] set licenses for packages
6 years ago
Fredrik Fornwall
7d517f90ec
boost: Do not link against zstd
6 years ago
Fredrik Fornwall
f3e0f825e8
boost: Update from 1.68.0 to 1.69.0
6 years ago
Fredrik Fornwall
f156702ce7
python: Update from 3.6.6 to 3.7.1
6 years ago
Fredrik Fornwall
bf80ff2f10
boost: Update from 1.67.0 to 1.68.0
6 years ago
Fredrik Fornwall
b5ece43ae9
Bump c++-using packages
7 years ago
Fredrik Fornwall
3f4f28de2a
boost: Bump revision after update
7 years ago
Tom Yan
a16cac1720
set address-model
7 years ago
its-pointless
f8ac1320a4
enables coroutine and context
7 years ago
Tom Yan
ae4f2ea25e
boost: add python2 variant of libboost_python
7 years ago
Tom Yan
5beffaeceb
boost: unsplit libboost-python
libboost_python was never supposed to be linked to libpython. Hence
the patch, and in turn the dependency to the python package, and in
turn the package split, were never necessary.
7 years ago
Tom Yan
4532e1fa3a
boost: Update from 1.65.1 to 1.67.0
7 years ago
Fredrik Fornwall
d176585387
boost: Update download url
7 years ago
its-pointless
c5f4054372
libboost_python not linked to python fix
7 years ago
Fredrik Fornwall
b71c76db41
boost: Do not change the build id
7 years ago
its-pointless
9363d15478
boost add python3 lib
7 years ago
Fredrik Fornwall
9322efe086
Some http -> https
7 years ago
Fredrik Fornwall
faa49f89f9
boost: Depend on liblzma
7 years ago
Fredrik Fornwall
780f019481
boost: Update from 1.64.0 to 1.65.1
7 years ago
Fredrik Fornwall
1b3f3ebde9
Drop need of setting TERMUX_PKG_FOLDERNAME
Instead figure out the top level source folder ourselves.
7 years ago
Fredrik Fornwall
e7f446519c
boost: Fix building with NDK r15c
7 years ago
Fredrik Fornwall
1253c3b21a
boost: Bumpt revision after arm c++ changes
8 years ago
Fredrik Fornwall
d946e67c5b
Transition from gnustl to libc++
This will make things as std::to_string() and other C++ features
work with a modern and supported C++ library.
We package up libc++_shared.so and bump the revision of every C++
using package to make it rebuild against it.
Users who have built C++ using libraries or programs will probably
need to rebuild them if they are linked against Termux-supplied
libraries, as user code was previously linked against gnustl while
the system libraries are now using libc++, and it's not a good idea
to mix C++ standard libraries in a program.
8 years ago
Fredrik Fornwall
038726c5d4
Two minor cleanups
8 years ago
Fredrik Fornwall
9514000c02
boost: Build without libicu
As libicu is a rather heavy dependency we avoid it for now - it can
always be added on demand.
8 years ago
Fredrik Fornwall
5a69a4d971
boost: Disable python for now
8 years ago
Fredrik Fornwall
867026592b
boost: Use a more informative description
8 years ago
its-pointless
4bb4b3767d
Boost libs ( #974 )
* Boost libs
* boost.python build fix from Vishal
* set -std=c++11 so libicu works
8 years ago