Search Criteria
Package Details: boost174 1.74.0-7
Package Actions
Git Clone URL: | https://aur.archlinux.org/boost174.git (read-only, click to copy) |
---|---|
Package Base: | boost174 |
Description: | Free peer-reviewed portable C++ source libraries (version 1.74) (development headers) |
Upstream URL: | https://www.boost.org/ |
Licenses: | BSL-1.0 |
Submitter: | carsme |
Maintainer: | ItachiSan |
Last Packager: | ItachiSan |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-03-12 19:04 (UTC) |
Last Updated: | 2024-08-20 12:49 (UTC) |
Dependencies (10)
- boost174-libsAUR
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- bzip2 (bzip2-gitAUR) (make)
- icu (icu-gitAUR) (make)
- openmpi (openmpi-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy-mkl-binAUR) (make)
- zstd (zstd-gitAUR, zstd-staticAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (optional) – for python bindings
Latest Comments
« First ‹ Previous 1 2 3
FabioLolix commented on 2023-07-04 20:40 (UTC)
Hello again, for the records I see you have removed the conflict with Arch boost (https://aur.archlinux.org/cgit/aur.git/commit/?h=boost174&id=2769a59fa571119f13756dbc465fabf9321ed8ca)
For license you can write
license=(Boost)
since this is a common license which is in thelicenses
packages, seems this need to be corrected in Arch package tooAbout the
depends=("boost-libs=$pkgver")
inpackage_boost174()
, while it works for the builded package it looks weird here on AURweb, where you see inDependencies (8)
the full list of boost-libs providersboost-libs (boost171, boost-libs-git, boost-libs_v180, boost174-libs)
About provides in
package_boost174-libs()
please remove them all as this isn't a drop-in for boost-libs and confuses the pacman db, I have the packages builded and added to my local repository for the example belowMarsSeed commented on 2023-06-14 22:38 (UTC)
Thanks for the fixes.
MarsSeed commented on 2023-06-12 15:55 (UTC)
This is not a proper generic boost
v1.74
package, as it hardcodes Python 3.9.Please rebuild with current Arch repo python, or rename the package to something like boost174-python39.
carsme commented on 2023-04-20 19:03 (UTC)
I have both packages installed and experience no conflicts. Could you expand on what files are in conflict?
FabioLolix commented on 2023-04-17 20:41 (UTC)
Hello, this package conflicts with boost from official repo and can't be used as a drop-in replacement of boost as any program from the official repo will fail to start, pleas:
« First ‹ Previous 1 2 3