Skip to content

Instantly share code, notes, and snippets.

@doc-E-brown
Created September 14, 2017 08:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save doc-E-brown/92b8bcd0cd2001d74d4b5cb3767ee983 to your computer and use it in GitHub Desktop.
Save doc-E-brown/92b8bcd0cd2001d74d4b5cb3767ee983 to your computer and use it in GitHub Desktop.
python3-libboost in development package.yml
name : python3-libboost
version : 1.65.1
release : 1
source :
- https://dl.bintray.com/boostorg/release/1.65.1/source/boost_1_65_1.tar.bz2 : 9807a5d16566c57fd74fb522764e0b134a8bbe6b6e8967b83afefd30dcd3be81
homepage : http://www.boost.org/
license :
- BSL-1.0
summary : Python 3 bindings for C++ boost library
builddeps :
- pkgconfig(icu-i18n)
- pkgconfig(python3)
component : programming
description: |
Boost provides a set of free peer-reviewed portable C++ source libraries. The library includes support for: References and Pointers, Globally Registered Type Coercions, Automatic Cross-Module Type Conversions, Efficient Function Overloading, C++ to Python Exception Translation, Default Arguments, Keyword Arguments, Manipulating Python objects in C++, Exporting C++ Iterators as Python Iterators, Documentation Strings
setup : |
./bootstrap.sh --prefix=$installdir/usr --with-python=/usr/bin/python3 --with-python-version=3.5m --with-libraries=python --libdir=$installdir/%libdir%
build : |
./b2 --with-python --python-buildid=3 stage threading=multi link=shared,static runtime-link=shared -j $(echo %JOBS% | sed -e 's/-j//')
install : |
/b2 --with-python --python-buildid=3 install threading=multi link=shared,static runtime-link=shared -j $(echo %JOBS% | sed -e 's/-j//')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment