Search Criteria
Package Details: boost-65-compat 1.65.1-4
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 |
Upstream URL: | https://www.boost.org/ |
Licenses: | |
Provides: | |
Submitter: | dark-saber |
Maintainer: | None |
Last Packager: | TheGoliath |
Votes: | 3 |
Popularity: | 0.000002 |
First Submitted: | 2018-01-07 08:19 |
Last Updated: | 2020-07-07 11:39 |
Dependencies (8)
- bzip2 (bzip2-git, bzip2-rustify-git, bzip2-with-lbzip2-symlinks)
- openmpi (openmpi-git, openmpi3, openmpi-gcc8, openmpi-gcc9, openmpi-cuda)
- zlib (zlib-static, zlib-git, zlib-asm, minizip-asm, zlib-ng-git)
- icu>=55.1 (icu-git, icu-git-static)
- python (python-dbg) (make)
- python-numpy (python-numpy-mkl, python-numpy-openblas, python-numpy-mkl-bin) (make)
- python2 (make)
- python2-numpy (make)
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.