Search Criteria
Package Details: boost-python2 1.83.0-1
Package Actions
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 - development headers |
Upstream URL: | https://www.boost.org/ |
Licenses: | custom |
Submitter: | bartus |
Maintainer: | FabioLolix |
Last Packager: | FabioLolix |
Votes: | 2 |
Popularity: | 0.000004 |
First Submitted: | 2020-12-10 01:57 (UTC) |
Last Updated: | 2023-10-14 13:56 (UTC) |
Dependencies (10)
- boost-python2-libsAUR
- python2AUR (python2-binAUR)
- bzip2 (bzip2-gitAUR) (make)
- findutils (findutils-gitAUR, busybox-coreutilsAUR, findutils-selinuxAUR) (make)
- icu (icu-gitAUR) (make)
- openmpi (openmpi-gitAUR) (make)
- python2AUR (python2-binAUR) (make)
- python2-numpyAUR (make)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compatAUR) (make)
- zstd (zstd-gitAUR, zstd-staticAUR) (make)
Required by (3)
- appleseed-git (make)
- htcondor
- mitsuba-git (make)
Latest Comments
MarsSeed commented on 2023-06-12 13:00 (UTC)
This should not link to python and python-numpy, only to python2 and python2-numpy.
erictronic commented on 2022-03-11 21:58 (UTC)
I got error during install: could not satisfy dependencies: - unable to satisfy dependency 'boost-python2-libs=1.76.0' required by boost-python2
I found in build file: pkgver=1.78.0
What is the problem?
bartus commented on 2021-06-06 21:12 (UTC)
@bilabila: Sorry for the delay...
If you are using this package and wish to help in the maintenance, I could add you as co-maintainer, for me it's an obscure dependency of outdated
usd19
package.bilabila commented on 2021-05-18 11:32 (UTC) (edited on 2021-05-18 11:37 (UTC) by bilabila)
https://dl.bintray.com/ gives me "forbidden!" message, while the url from boostorg is ok https://boostorg.jfrog.io/artifactory/main/release/1.75.0/source/boost_1_75_0.tar.bz2.
I am not asking for url change, just keep the same as community.
bartus commented on 2021-01-12 10:55 (UTC) (edited on 2021-01-12 10:57 (UTC) by bartus)
@vetit: fixed 24817bd42ec7
Forgot to eat up failed grep status with empty MAKEFLAGS...
ve7it commented on 2021-01-12 01:29 (UTC) (edited on 2021-01-12 01:40 (UTC) by ve7it)
bartus commented on 2021-01-11 08:45 (UTC) (edited on 2021-01-11 09:26 (UTC) by bartus)
@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 (UTC)
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 (UTC)
This package no longer builds. It is required by linuxcnc as is boost-python2-libs. Any tips to fix?