Search Criteria
Package Details: boost-python2-libs 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 - runtime libraries |
| Upstream URL: | https://www.boost.org/ |
| Licenses: | custom |
| Provides: | libboost_python27.so |
| Submitter: | bartus |
| Maintainer: | FabioLolix |
| Last Packager: | FabioLolix |
| Votes: | 2 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-12-10 01:57 (UTC) |
| Last Updated: | 2023-10-14 13:56 (UTC) |
Dependencies (11)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR)
- bzip2 (bzip2-gitAUR) (make)
- findutils (findutils-gitAUR, findutils-selinuxAUR) (make)
- icu (icu-gitAUR) (make)
- openmpi (openmpi-gitAUR) (make)
- python2AUR (python2-binAUR, stackless2AUR) (make)
- python2-numpyAUR (make)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat) (make)
- zstd (zstd-gitAUR, zstd-staticAUR) (make)
- openmpi (openmpi-gitAUR) (optional) – for mpi support
Latest Comments
1 2 Next › Last »
s218 commented on 2025-08-04 16:23 (UTC)
The problem is solved thanks to the efforts of the тов. Arhei https://archlinux.com.ru/forum/viewtopic.php?p=9331#p9331 -
in the PKGBUILD file you need to replace the source link, string - https://boostorg.jfrog.io/artifactory/main/release/${pkgver}/source/boost_${_boostver}.tar.bz2
should be replaced with the current one
https://archives.boost.io/release/1.83.0/source/boost_1_83_0.tar.bz2 or
https://archives.boost.io/release/${pkgver}/source/boost_${_boostver}.tar.bz2
s218 commented on 2025-08-04 15:48 (UTC)
colleagues, the sources do not download and the package does not collect by reference in source does not exist a file to download.
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
usd19package.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)
same failure to build boost-python2 1.75.0-1 for some reason, line 38 in PKGBUILD causes a problem in my environment PKGBUILD never executes past that line if enabled. (verified by adding echo statements inline) yay boost-python2 ... ==> Starting prepare()... patching file boost/numeric/ublas/detail/iterator.hpp ==> Sources are ready. ==> Making package: boost-python2 1.75.0-1 (Mon 11 Jan 2021 05:02:47 PM) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> WARNING: Using existing $srcdir/ tree ==> Starting build()... ==> ERROR: A failure occurred in build(). Aborting... error making: boost-python2 (boost-python2-libs boost-python2) uname -a Linux Z77 5.10.6-arch1-1 #1 SMP PREEMPT Sat, 09 Jan 2021 18:22:35 +0000 x86_64 GNU/Linux edit /home/lg/.cache/yay/boost-python2/PKGBUILD comment out line 38 # local JOBS; JOBS="$(grep -oP -- "-j\s*[0-9]+" <<< "${MAKEFLAGS}")" save and run makepkg ==> Finished making: boost-python2 1.75.0-1 (Mon 11 Jan 2021 05:11:53 PM) try the install again... it finds package as pre-made and installs it yay boost-python2 1-2 n n -> boost-python2-1.75.0-1 already made -- skipping build installs all OK1 2 Next › Last »