Package Details: eigenpy 3.10.2-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: 2025-02-04 14:26 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

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

Vial commented on 2021-03-01 16:20 (UTC) (edited on 2021-03-01 16:24 (UTC) by Vial)

Same problem as Gerold.

```95% tests passed, 1 tests failed out of 19

Total Test time (real) = 1.37 sec

The following tests FAILED: 12 - py-user-type (Failed) Errors while running CTest make: *** [Makefile:129 : test] Erreur 8 ==> ERREUR : Une erreur s’est produite dans check(). Abandon… erreur lors de la construction : eigenpy```

Nim65s commented on 2021-02-13 22:11 (UTC)

Thanks for the report, gerold, this probably comes from numpy 1.20 release. I'll take a look.

gerold commented on 2021-02-13 20:19 (UTC)

Can't install the package. It fails in the check():


The following tests FAILED:
     12 - py-user-type (Failed)
Errors while running CTest
make: *** [Makefile:129: test] Error 8
==> ERROR: A failure occurred in check().
    Aborting...

ftsell commented on 2020-02-25 15:00 (UTC)

Yeah sorry that was my bad. I didn't realise that I had a gnupg config in my home directory and assumed that my aur helper used pacman-key which it didn't so that config file was actually in effect. Yeah... Thanks for the help though!