Search Criteria
Package Details: eigenpy 3.12.0-3
Package Actions
| Git Clone URL: | https://aur.archlinux.org/eigenpy.git (read-only, click to copy) |
|---|---|
| Package Base: | eigenpy |
| Description: | Bindings between numpy and eigen using boost::python |
| Upstream URL: | https://github.com/stack-of-tasks/eigenpy |
| Licenses: | BSD-2-Clause |
| Submitter: | Nim65s |
| Maintainer: | Nim65s |
| Last Packager: | Nim65s |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2016-07-27 16:08 (UTC) |
| Last Updated: | 2025-10-15 09:10 (UTC) |
Dependencies (11)
- boost-libs
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR)
- python
- boost (boost-gitAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- eigen3AUR (make)
- jrl-cmakemodulesAUR (make)
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR) (make)
- python-scipy (python-scipy-gitAUR, python-scipy-mkl-binAUR, python-scipy-mkl-tbbAUR, python-scipy-mklAUR) (make)
- doxygen (doxygen-gitAUR) (optional)
Latest Comments
1 2 3 Next › Last »
Nim65s commented on 2025-01-30 19:56 (UTC)
Ok, thanks for that report, I understand now. I'll try to provide a better packaging of the stubgen then.
A quickfix for you is just to turn the -DGENERATE_PYTHON_STUBS=ON to OFF for now, as this is a non-essential part of the package.
vitaliikuzhdin commented on 2025-01-30 19:08 (UTC) (edited on 2025-01-30 19:09 (UTC) by vitaliikuzhdin)
@Nim65s, it looks like the issue is not as straightforward as I initially thought. I originally believed that
cmakewas cloning thecmake/directory since it is agitsubmodule. However, the build is relying on the release tarball and not on the tag tarball, so it already includes all submodules. Nevertheless, thestubgen/in thecmake/folder does call someFetchContents, and due to my poor internet connection, thegitclones fail (or at least freeze). I understand that my internet connection is an issue on my side, butcurling tarballs always works fine, and it is a guideline to download everything using thesourceor at least during theprepare()phase. This package, however, performs thegitcloning during thebuild()process:Also, for
FETCHCONTENT_FULLY_DISCONNECTEDto work, you would need to not only pass this option tocmakebut also fetch the required sources yourself and provide their paths tocmake. See this package for reference.Nim65s commented on 2025-01-30 17:22 (UTC)
Hum, wait, I get a warning now: CMake Warning: Manually-specified variables were not used by the project:
Why do you need this exactly ?
Nim65s commented on 2025-01-30 13:42 (UTC)
Thanks vitaliikuzhdi for the link. I will implement that in all my packages soon.
vitaliikuzhdin commented on 2025-01-30 10:55 (UTC)
Please modify the build to not use the
FetchContent_MakeAvailableas per the wiki.Homalozoa commented on 2024-10-18 07:12 (UTC)
run
curl https://github.com/manifoldfr.gpg | gpg --importif you met:Nim65s commented on 2023-11-14 08:40 (UTC)
Yes, I wrote "https://github.com/jorisv.gpg" in the PKGBUILD file. you can get it with
curl https://github.com/jorisv.gpg | gpg --importfbrennan commented on 2023-11-13 21:27 (UTC)
I had the same problem @chaotic_bruno but have solved it.
eigenpy is maintained by @jorisv. On GitHub you can get a user's account key here:
https://github.com/jorisv.gpg
Annoying but not the end of the world. This ought to help:
lprobsth commented on 2023-11-13 15:32 (UTC)
I can't find the key "1462AF00C9CF3C9E7AFC905E63380359F089A579" on any keyserver. The package fails because the key can't be imported.
Nim65s commented on 2022-09-18 18:45 (UTC)
Thanks a lot ! I've added the PR as patch :)
1 2 3 Next › Last »