1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-15 15:36:40 +00:00
Commit Graph

64 Commits

Author SHA1 Message Date
its-pointless
8cd521f159 libboost_python not linked to python fix 2018-01-07 22:18:56 +01:00
Fredrik Fornwall
ab05a21040 boost: Do not change the build id 2018-01-06 20:14:46 +01:00
its-pointless
4ffbecd28d boost add python3 lib 2018-01-05 18:08:18 +01:00
Fredrik Fornwall
750b73c46a Some http -> https 2017-10-27 23:10:55 +02:00
Fredrik Fornwall
1f30bd82dc boost: Depend on liblzma 2017-09-24 23:14:59 +02:00
Fredrik Fornwall
03e82ec78d boost: Update from 1.64.0 to 1.65.1 2017-09-24 21:48:20 +02:00
Fredrik Fornwall
51c7760090 Drop need of setting TERMUX_PKG_FOLDERNAME
Instead figure out the top level source folder ourselves.
2017-09-20 00:48:04 +02:00
Fredrik Fornwall
fc438462d6 boost: Bumpt revision after arm c++ changes 2017-07-27 03:19:31 +02:00
Fredrik Fornwall
6c29aaa1c7 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.
2017-07-14 00:23:37 +02:00
Fredrik Fornwall
6692edd3c3 Two minor cleanups 2017-05-07 01:11:48 +02:00
Fredrik Fornwall
06cb41ed60 boost: Build without libicu
As libicu is a rather heavy dependency we avoid it for now - it can
always be added on demand.
2017-05-07 00:39:50 +02:00
Fredrik Fornwall
67ccb39811 boost: Disable python for now 2017-05-04 22:14:23 +02:00
Fredrik Fornwall
746a2e9697 boost: Use a more informative description 2017-05-04 22:05:22 +02:00
its-pointless
a34ced0767 Boost libs (#974)
* Boost libs

* boost.python build fix from Vishal

* set -std=c++11 so libicu works
2017-05-04 00:00:01 +02:00