Package Details: eigenpy 3.4.0-1

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: 2024-02-26 16:39 (UTC)

Latest Comments

1 2 Next › Last »

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

[fred@大.狸.agency ~]$ gpg2 --list-key Joris
pub   rsa3072 2023-10-25 [SC]
      1462AF00C9CF3C9E7AFC905E63380359F089A579
uid           [ unknown] Joris Vaillant <joris.vaillant@inria.fr>
sub   rsa3072 2023-10-25 [E]

Annoying but not the end of the world. This ought to help:

[fred@大.狸.agency ~]$ gpg2 --send-keys 1462AF00C9CF3C9E7AFC905E63380359F089A579
gpg: sending key 63380359F089A579 to hkps://keyserver.ubuntu.com

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 :)

acmiyaguchi commented on 2022-09-17 01:56 (UTC) (edited on 2022-09-17 02:57 (UTC) by acmiyaguchi)

Running into an issue with one of the tests:

      Start  8: py-matrix
 8/21 Test  #8: py-matrix ........................Subprocess aborted***Exception:   0.24 sec
python: /home/anthony/.config/cache/paru/clone/eigenpy/src/eigenpy-2.7.14/include/eigenpy/numpy-map.hpp:160: static eigenpy::NumpyMapTraits<MatType, InputScalar, AlignmentValue, Stride, true>::EigenMap eigenpy::NumpyMapTraits<MatType, InputScalar, AlignmentValue, Stride, true>::mapImpl(PyArrayObject*, bool) [with MatType = Eigen::Matrix<double, -1, 1>; InputScalar = double; int AlignmentValue = 0; Stride = Eigen::InnerStride<>; EigenMap = Eigen::Map<Eigen::Matrix<double, -1, 1>, 0, Eigen::InnerStride<> >; PyArrayObject = tagPyArrayObject]: Assertion `(PyArray_DIMS(pyArray)[rowMajor] < INT_MAX) && (PyArray_STRIDE(pyArray, rowMajor))' failed.

I tried building eigenpy from scratch, and it looks like I get the test failures going back a few minor revisions. I last installed this successfully on the 10th:

❯ grep -i installed /var/log/pacman.log | grep eigenpy
[2022-09-08T22:56:12-0700] [ALPM] installed eigenpy (2.7.13-1)
[2022-09-09T21:06:42-0700] [ALPM] installed eigenpy (2.7.13-1)
[2022-09-09T23:23:50-0700] [ALPM] installed eigenpy (2.7.13-1)
[2022-09-10T00:46:06-0700] [ALPM] installed eigenpy (2.7.13-1)
[2022-09-10T13:58:16-0700] [ALPM] installed eigenpy (2.7.13-1)

Did some debugging and made a PR here: https://github.com/stack-of-tasks/eigenpy/pull/321

costashatz commented on 2021-09-04 22:50 (UTC)

@Nim65s thanks a lot! It works now!

Nim65s commented on 2021-09-04 08:30 (UTC)

you can get it with "curl https://github.com/proyan.gpg | gpg --import"

costashatz commented on 2021-09-03 22:19 (UTC)

No matter what I tried, I cannot import the PGP key: 'F182CC432A4752C7A3E4FE02001EB2069D785C81'. I could not find it in any server.

Thanks!

gerold commented on 2021-03-05 21:04 (UTC) (edited on 2021-03-05 21:05 (UTC) by gerold)

@Nim65s Thanks for the fix. Package builds now.

Nim65s commented on 2021-03-05 20:36 (UTC)

I had forgotten this, thanks for the heads-up, Vial. I added https://github.com/stack-of-tasks/eigenpy/pull/223 to the PKGBUILD. It's a half-fix/half-workaround, but at least unit tests are passing now :)