Package Details: armadillo 12.8.2-1

Git Clone URL: https://aur.archlinux.org/armadillo.git (read-only, click to copy)
Package Base: armadillo
Description: C++ linear algebra library
Upstream URL: http://arma.sourceforge.net/
Licenses: Apache
Submitter: None
Maintainer: valandil
Last Packager: valandil
Votes: 57
Popularity: 0.000229
First Submitted: 2009-12-14 16:43 (UTC)
Last Updated: 2024-04-13 02:03 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

berquist commented on 2015-11-11 00:23 (UTC)

Oops, forgot to update the checksum.

valandil commented on 2015-09-25 22:12 (UTC)

Unless people ask for version 6.000, I think I'm gonna hold off until they remove the test flag upstream.

valandil commented on 2015-09-15 17:37 (UTC)

I'm currently on vacation with a limited access to the Internet. Will update in two weeks.

<deleted-account> commented on 2015-09-14 09:45 (UTC)

new version is out!

valandil commented on 2015-04-13 21:14 (UTC)

This new version of armadillo uses 64-bit integers by default is C++11 is available. Be careful. Please report any issues.

valandil commented on 2015-03-20 18:16 (UTC)

Hey gilesc, I cannot seem to replicate this issue. Could you post a more detailed error report? Thanks.

Kknd commented on 2015-03-20 17:40 (UTC)

Hi, I'm not using armadillo anymore, so I'm releasing it to someone who will be capable of keeping it updated.

gilesc commented on 2015-02-22 18:20 (UTC)

With valandil's changes, I am getting the same "wasn't compiled for 64 bit" again. According to this link [1], which is admittedly old, it says ARMA_64BIT_WORD it must be changed in the header file and cannot be set in CMake directly. I am not sure if this is the problem but in any case if I add back xan's code it works again. [1] http://www.mlpack.org/trac/ticket/214

Kknd commented on 2015-01-16 17:03 (UTC)

The problem seems to be fixed now. Thanks!

valandil commented on 2015-01-08 20:28 (UTC)

Something like that might be cleaner: build() { ARMA64BITWORD="" if [ "$CARCH" == "x86_64" ]; then ARMA64BITWORD="ARMA_64BIT_WORD" ARMA64LIBDIR="-DINSTALL_LIB_DIR:PATH=/usr/lib" fi cd "${srcdir}/$pkgname-$pkgver" cmake $ARMA64BITWORD $ARMA64LIBDIR -DCMAKE_INSTALL_PREFIX:PATH=/usr . make } as the CMakeLists.txt of armadillo allows the specification of the lib directory.