Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 285609 - [ebuild] add ebuild for Armadillo C++ linear algebra library
Summary: [ebuild] add ebuild for Armadillo C++ linear algebra library
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://arma.sourceforge.net/
Whiteboard:
Keywords:
: 339244 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-09-19 18:14 UTC by Christian Kotz
Modified: 2011-03-06 19:34 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
preliminary ebuild (armadillo-0.6.12.ebuild,384 bytes, text/plain)
2009-09-19 18:22 UTC, Christian Kotz
Details
added dependencies for lib boost, blas and lapack (armadillo-0.6.12.ebuild,663 bytes, text/plain)
2009-10-06 08:02 UTC, joachim Langenbach
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Kotz 2009-09-19 18:14:03 UTC
Armadillo is a C++ linear algebra library (matrix maths) aiming towards a good balance between speed and ease of use. Integer, floating point and complex numbers are supported, as well as a subset of trigonometric and statistics functions. Various matrix decompositions are provided through optional integration with LAPACK and ATLAS libraries.

A delayed evaluation approach is employed (during compile time) to combine several operations into one and reduce (or eliminate) the need for temporaries. This is accomplished through recursive templates and template meta-programming.

This library is useful if C++ has been decided as the language of choice (due to speed and/or integration capabilities), rather than another language like Matlab ® or Octave. It is distributed under a license that is useful in both open-source and commercial contexts.
Comment 1 Christian Kotz 2009-09-19 18:22:18 UTC
Created attachment 204631 [details]
preliminary ebuild
Comment 2 joachim Langenbach 2009-10-06 08:02:20 UTC
Created attachment 206230 [details]
added dependencies for lib boost, blas and lapack
Comment 3 Andrey Kislyuk (RETIRED) gentoo-dev 2009-10-07 04:06:58 UTC
Thank you for contributing. Please see bug 287583. A fix is required before we can proceed with this ebuild.
Comment 4 Nico Schlömer 2010-07-21 00:52:02 UTC
Side note:
Renaming the ebuild to armadillo-0.9.52.ebuild works for me.
Comment 5 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2010-09-30 17:44:33 UTC
*** Bug 339244 has been marked as a duplicate of this bug. ***
Comment 6 Nico Schlömer 2010-12-13 17:59:12 UTC
Cleaned up the ebuild and bump to 1.0.0 in the science overlay.
Comment 7 Sébastien Fabbro (RETIRED) gentoo-dev 2011-03-06 19:34:49 UTC
now in main tree. thanks.