Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 164560 - gmm++ (New Package)
Summary: gmm++ (New Package)
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://www-gmm.insa-toulouse.fr/getfe...
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks: 205646
  Show dependency tree
 
Reported: 2007-01-30 16:13 UTC by Erlend Davidson
Modified: 2008-01-13 20:15 UTC (History)
1 user (show)

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


Attachments
An ebuild, although it doesn't work (gmm-2.02.ebuild,833 bytes, text/plain)
2007-01-30 16:14 UTC, Erlend Davidson
Details
sci-mathematics/gmm-2.02.ebuild (gmm-2.02.ebuild,520 bytes, text/plain)
2007-02-01 14:53 UTC, Wojciech Myrda
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Erlend Davidson 2007-01-30 16:13:18 UTC
GMM++ is a generic C++ template library for sparse, dense and skyline matrices. It is built as a set of generic algorithms (mult, add, copy, sub-matrices, dense and sparse solvers ...) for any interfaced vector type or matrix type. It can be view as a glue library allowing cooperation between several vector and matrix types.

This is a numerical/scientific C++ library which is used for the manipulation of matrices in simulations.

Reproducible: Always
Comment 1 Erlend Davidson 2007-01-30 16:14:36 UTC
Created attachment 108635 [details]
An ebuild, although it doesn't work

I've attached an attempt I made to write an ebuild - maybe someone can fix it and tell me what I did wrong please?
Comment 2 Wojciech Myrda 2007-02-01 14:53:18 UTC
Created attachment 108863 [details]
sci-mathematics/gmm-2.02.ebuild

I am not sure what this package really does as it installed only include files and I got it off my system as soon as it finished installing, but I provide this ebuild so Erlend Davidson can compare it with his own.

there probably are issues with my ebuild as well but it is sure step in the right direction ;)
Comment 3 Erlend Davidson 2007-02-01 22:21:03 UTC
(In reply to comment #2)
> Created an attachment (id=108863) [edit]
> sci-mathematics/gmm-2.02.ebuild
> 
> I am not sure what this package really does as it installed only include files
It's just a template library for C++.  It can invert matrices for you, use iterative methods, multiply matrices...  It's a bit like mtl/itl, except this is all in one package and is more up-to-date with modern compilers (mtl requires gcc 2.9 I think).

> and I got it off my system as soon as it finished installing, but I provide
> this ebuild so Erlend Davidson can compare it with his own.
> 
> there probably are issues with my ebuild as well but it is sure step in the
> right direction ;)
Yeh thanks for that!  Your ebuild works very well for me - it's not a complicated package at all to install, so I can't imagine it having many use-flags.
Comment 4 Emanuele A. Bagnaschi (Zephyrus) 2007-09-09 19:15:25 UTC
Hi,
since this a Koffice2 dependency I've included the ebuild (bumped to 3.0) in the kde overlay (http://overlays.gentoo.org/proj/kde/wiki/), see
http://genkdesvn.svn.sourceforge.net/viewvc/genkdesvn/kde4-stable/sci-mathematics/gmm/?view=log
Many thanks for the ebuild.
Comment 5 Wulf Krueger (RETIRED) gentoo-dev 2008-01-13 20:15:56 UTC
Fixed in CVS.