Search Criteria
Package Details: boost-python2-libs 1.75.0-1
Git Clone URL: | https://aur.archlinux.org/boost-python2.git (read-only, click to copy) |
---|---|
Package Base: | boost-python2 |
Description: | Free peer-reviewed portable C++ source libraries - runtime libraries |
Upstream URL: | https://www.boost.org/ |
Licenses: | |
Provides: | |
Submitter: | bartus |
Maintainer: | bartus |
Last Packager: | bartus |
Votes: | 1 |
Popularity: | 0.41 |
First Submitted: | 2020-12-10 01:57 |
Last Updated: | 2021-01-12 10:55 |
Dependencies (11)
- bzip2 (bzip2-git, bzip2-rustify-git, bzip2-with-lbzip2-symlinks) (make)
- findutils (findutils-git, findutils-selinux) (make)
- icu (icu-git, icu-git-static) (make)
- openmpi (openmpi-git, openmpi3, openmpi-gcc8, openmpi-gcc9, openmpi-cuda) (make)
- 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)
- zlib (zlib-static, zlib-git, zlib-asm, minizip-asm, zlib-ng-git) (make)
- zstd (zstd-git, zstd-static, zstd-cmake) (make)
- openmpi (openmpi-git, openmpi3, openmpi-gcc8, openmpi-gcc9, openmpi-cuda) (optional) – for mpi support
Latest Comments
bartus commented on 2021-01-12 10:55
@vetit: fixed 24817bd42ec7
Forgot to eat up failed grep status with empty MAKEFLAGS...
ve7it commented on 2021-01-12 01:29
bartus commented on 2021-01-11 08:45
@horga83: Could you be more specific, It builds fine here:>
extra-x86_64-build -r /tmp/boost-python2
is this about version update (just pushed 1.75)?@ve7it: As you can see it just extract number of jobs form
MAKEFLAGS
defined inmakepkg.conf
or passed inmakepkg
call.ve7it commented on 2021-01-11 04:22
horga83, I did get the package to compile by editing the pkgbuild and commenting out line 49 # local JOBS; JOBS="$(grep -oP -- "-j\s*[0-9]+" <<< "${MAKEFLAGS}")"
I am not sure what this line does, but if left enabled it causes the makepkg to fail at that line.
Perhaps the package manager can comment????
horga83 commented on 2021-01-11 01:21
This package no longer builds. It is required by linuxcnc as is boost-python2-libs. Any tips to fix?