Search Criteria
Package Details: eigenpy 3.10.2-1
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-02-04 14:26 (UTC) |
Dependencies (9)
- boost-libs
- eigen (eigen-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR) (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
cmake
was cloning thecmake/
directory since it is agit
submodule. 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 someFetchContent
s, and due to my poor internet connection, thegit
clones fail (or at least freeze). I understand that my internet connection is an issue on my side, butcurl
ing tarballs always works fine, and it is a guideline to download everything using thesource
or at least during theprepare()
phase. This package, however, performs thegit
cloning during thebuild()
process:Also, for
FETCHCONTENT_FULLY_DISCONNECTED
to work, you would need to not only pass this option tocmake
but 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_MakeAvailable
as per the wiki.Homalozoa commented on 2024-10-18 07:12 (UTC)
run
curl https://github.com/manifoldfr.gpg | gpg --import
if 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 --import
fbrennan 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 »