mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mingw-cross-env-list] Package proposal: armadillo (Re: Packages proposa


From: Christian Frisson
Subject: [Mingw-cross-env-list] Package proposal: armadillo (Re: Packages proposal intro)
Date: Mon, 30 Jul 2012 17:13:10 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:14.0) Gecko/20120713 Thunderbird/14.0

Hi again,

Here is armadillo. I filled in but didn't check the package update.

A library for linear algebra using blas and lapack.

The patch replaces the SHARED option to STATIC in the cmake ADD_LIBRARY command and reverses the order blas and lapack are added to the ARMA_LIBS list so that they are linked in the correct reverse order for static compilation (-lapack -blas).

The example is from http://arma.sourceforge.net/docs.html#eig_sym. It tests specifically if lapack properly links. When armadillo is compiled as shared library, this example crashes at runtime if lapack can't be properly loaded.

Best,
Christian

Christian Frisson, 30/07/12 16:58:
Hi,

Thanks for sharing the MXE project!

I'd like to contribute some packages I created for a software framework
in progress at University of Mons, Belgium, called MediaCycle, for
organizing media files by content-based similarity (not yet released in
either binary or source form).
<http://www.mediacycle.org>

The new packages are:
* armadillo 3.2.4 http://armadillo.sf.net Armadillo C++ linear algebra *
argtable 2.13 http://argtable.sf.net ANSI C command line parser
* dlfcn-win32 r19 http://code.google.com/p/dlfcn-win32/ dlfcn library
for Windows
* mpg123 1.14.4 http://www.mpg123.org
* opencv 2.4.2 http://opencv.willowgarage.com

One updated package:
* lapack 3.4.1 http://www.netlib.org/lapack/

I also updated boost to 1.50.0 and gcc to 4.7.1 and created qwt 6.0.1,
but I just noticed these are already in the unstable repository.

I'll post each in a separate email for easier management.

Best regards,
 > --
 > Christian Frisson
 > UMons (University of Mons)
 > TCTS (Circuit Theory and Signal Processing Lab)
 > Boulevard Dolez 31 B-7000 Mons
 > <http://tcts.fpms.ac.be/~frisson>
 >
 > numediart Research Program in Digital Art Technologies:
 > <http://www.numediart.org>



Attachment: armadillo-1-staticlib.patch
Description: Text document

Attachment: armadillo.mk
Description: Text document

Attachment: armadillo-test.cpp
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]