Package Details: apriltag 3.2.0-3

Git Clone URL: https://aur.archlinux.org/apriltag.git (read-only, click to copy)
Package Base: apriltag
Description: AprilTag is a visual fiducial system popular for robotics research.
Upstream URL: https://april.eecs.umich.edu/software/apriltag
Licenses: BSD
Submitter: jerry73204
Maintainer: Atakku
Last Packager: Atakku
Votes: 1
Popularity: 0.000000
First Submitted: 2020-02-08 18:18 (UTC)
Last Updated: 2022-05-29 14:02 (UTC)

Latest Comments

sl1pkn07 commented on 2022-10-26 22:37 (UTC)

patch:

diff --git a/PKGBUILD b/PKGBUILD
index f1554d4..3e87c47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,6 +16,11 @@ prepare() {
   mkdir -p "$srcdir/build"

   cd "$srcdir/${pkgname}-${pkgver}"
+
+  sed -e "s|python3 -m site --user-site|python -c \"from distutils.sysconfig import get_python_lib; print(get_python_lib())\"|g" \
+      -e 's|dir "share/${PROJECT_NAME}/cmake|dir "${CMAKE_INSTALL_LIBDIR}/cmake/${PROJECT_NAME}|g' \
+      -i CMakeLists.txt
+
   #patch -Np1 -i "$srcdir/cmake.patch"
 }

oysstu commented on 2022-08-03 14:23 (UTC)

The python wrapper is installed into the home directory and not under /usr/lib/python#.##/site-packages/

bartus commented on 2021-07-24 22:03 (UTC)

cmake is missing from makedepends