Search Criteria
Package Details: boost-65-compat 1.65.1-5
Git Clone URL: | https://aur.archlinux.org/boost-65-compat.git (read-only, click to copy) |
---|---|
Package Base: | boost-65-compat |
Description: | Free peer-reviewed portable C++ source libraries - compat version - development headers |
Upstream URL: | https://www.boost.org/ |
Licenses: | |
Conflicts: | |
Submitter: | dark-saber |
Maintainer: | piernov |
Last Packager: | piernov |
Votes: | 3 |
Popularity: | 0.000001 |
First Submitted: | 2018-01-07 08:19 |
Last Updated: | 2021-02-01 11:14 |
Dependencies (7)
- boost-65-compat-libs=1.65.1
- python (python-dbg) (make)
- python-numpy (python-numpy-mkl-bin, python-numpy-openblas, python-numpy-git, python-numpy-mkl) (make)
- python2 (make)
- python2-numpy (make)
- python (python-dbg) (optional) – for python bindings
- python2 (optional) – for python2 bindings
Required by (1)
- ssf-git (make)
Latest Comments
piernov commented on 2020-11-01 18:38
Fixed PKGBUILD for newer Python and added split package for development: https://gist.github.com/piernov/61d95f3ccfe23a2b87bf3f7eddaa67da#file-pkgbuild
Singularity commented on 2018-10-04 17:56
The PKGBUILD needs to be updated to python 3.7
dark-saber commented on 2018-02-14 07:30
caevaroy:
Something shady happens on sourceforge again... Switched to alternative source server, which is linked from boost.org.
caevaroy commented on 2018-02-14 03:55
==> Validating source files with sha256sums... boost_1_65_1.tar.bz2 ... FAILED
dark-saber commented on 2018-01-25 07:50
yoburtu: Hi, you can add something like:
cp -a "${_stagedir}"/include "${pkgdir}"/usr
to the package() section of the PKGBUILD. Also, there is a $stagedir/python3/include directory.
You can also look into the $BUILDDIR/boost-65-compat/src/stagedir and see if you want to keep any additional files while being aware of probable file conflicts with other packages.
yoburtu commented on 2018-01-24 19:31
Hi,
How can I install Boost 1.65.1 includes?.
I need that version for compile.
Best regards.