Search Criteria
Package Details: vxl 3.5.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/vxl.git (read-only, click to copy) |
---|---|
Package Base: | vxl |
Description: | VXL (the Vision-something-Libraries): a multi-platform collection of C++ software libraries for Computer Vision and Image Understanding. |
Upstream URL: | https://github.com/vxl/vxl |
Submitter: | purboo |
Maintainer: | liamtimms (bartus) |
Last Packager: | bartus |
Votes: | 6 |
Popularity: | 0.000000 |
First Submitted: | 2016-12-23 05:24 (UTC) |
Last Updated: | 2022-12-11 09:42 (UTC) |
Dependencies (2)
- libgeotiff (libgeotiff-gitAUR)
- cmake (cmake-gitAUR) (make)
Latest Comments
liamtimms commented on 2023-01-23 18:25 (UTC) (edited on 2023-01-23 18:38 (UTC) by liamtimms)
hi @bartus ,
I'm hitting the following error when attempting to build:
also, it's best to leave parallel compilation threads to the user's makepkg.conf setting. https://wiki.archlinux.org/title/makepkg#Improving_compile_times
The
make -j
syntax should only be used if there are issues with race conditions that need to be overridden through use ofmake -j1
.EDIT: This appears to be related to this issue upstream https://github.com/vxl/vxl/issues/768
dobedobedo commented on 2021-06-22 07:17 (UTC)
I can confirm that the PKGBUILD doesn't work without the patch provided by @bartus. Could you please update this package?
kikislater commented on 2021-06-21 05:36 (UTC)
@bartus : thanks ! It works
bartus commented on 2021-06-19 16:24 (UTC) (edited on 2021-06-19 16:43 (UTC) by bartus)
@kikislater: this is due to regression in
gcc:11
https://gcc.gnu.org/gcc-11/porting_to.html#header-dep-changes
You can quickly fix this with this patch
Apply the patch with
git am < <(curl -s http://ix.io/3qsI)
@purboo: Could we please strip the
nproc
from PKGBUILD. Overriding it per package invalidates user configuration formakepkg
in/etc/makepkg.conf
.https://wiki.archlinux.org/title/makepkg#Parallel_compilation
Also whole
build()/package()
could be rewritten in just 3 lines with better cmake/make syntax :)kikislater commented on 2021-06-19 10:48 (UTC)
Error in building. Any idea ?
purboo commented on 2019-05-06 12:50 (UTC)
@bartus Thanks for the comments. I have updated the dependencies accordingly.
bartus commented on 2019-05-06 12:40 (UTC) (edited on 2020-04-29 19:59 (UTC) by bartus)
libgeotiff
dependency missing, alsocmake
should be inmakedepends
array. https://pastebin.com/Dc4JyHAVpurboo commented on 2019-04-23 01:18 (UTC)
@jecogeo I just tested it but I didn't find the validity problem. In your case, it is likely that your downloaded VXL package is corrupted. Please try it again.
jecogeo commented on 2019-04-22 18:48 (UTC)
The package is not passing the validity check. Please update md5sums, because its impossible to install the package at this moment.