Search Criteria
Package Details: libsolv 0.7.17-1
Git Clone URL: | https://aur.archlinux.org/libsolv.git (read-only, click to copy) |
---|---|
Package Base: | libsolv |
Description: | Library for solving packages and reading repositories |
Upstream URL: | https://github.com/openSUSE/libsolv |
Licenses: | |
Submitter: | larchunix |
Maintainer: | larchunix |
Last Packager: | larchunix |
Votes: | 12 |
Popularity: | 0.009634 |
First Submitted: | 2015-05-21 00:55 |
Last Updated: | 2021-01-23 12:31 |
Dependencies (15)
- bzip2 (bzip2-git, bzip2-rustify-git, bzip2-with-lbzip2-symlinks)
- expat (expat-git)
- rpm-tools (rpm-tools-git)
- xz (xz-git, xz-static-git)
- zchunk (zchunk-git)
- zlib (zlib-static, zlib-git, zlib-asm, minizip-asm, zlib-ng-git)
- zstd (zstd-git, zstd-cmake, zstd-static)
- perl (perl-git) (make)
- python (python-dbg) (make)
- ruby (ruby1.8, rvm) (make)
- swig (swig-git) (make)
- cmake>=3.13 (cmake-git) (make)
- perl (perl-git) (optional) – for perl bindings
- python (python-dbg) (optional) – for python bindings
- ruby (ruby1.8, rvm) (optional) – for ruby bindings
Latest Comments
yurikoles commented on 2020-07-30 00:09
bzip2
,expat
,xz
,zlib
andzstd
are already inbase
larchunix commented on 2019-05-14 09:04
@m3thodic: PKGBUILD updated with patch for SWIG 4, thanks!
m3thodic commented on 2019-05-14 00:19
Having issues building with the latest python version, this patch fixes it: https://bugzilla.redhat.com/attachment.cgi?id=1565131&action=diff
Cheers!
larchunix commented on 2017-06-28 18:55
@m3thodic: Updated, thanks !
m3thodic commented on 2017-06-28 17:36
Here are two gists which fix issues with building perl w/ swig
PKGBUILD: https://gist.github.com/tonylambiris/2d42d24e7478d29b65b0bbc74f6d040e
Patch: https://gist.github.com/tonylambiris/8a4674c6f0619d5dc516430e95a53e99
Thanks!