Commit graph

8 commits

Author SHA1 Message Date
Tobias C. Berner
cb29bc88b0 Update math/gmm++ to 5.1
Due to it requiring c++11 features now, the consumers audio/csound
and audio/csound6 we're version bumped, and set USE_CXXSTD.

* http://download.gna.org/getfem/html/homepage/whatsnew/5.0.html
* http://download.gna.org/getfem/html/homepage/whatsnew/5.1.html

Reviewed by:	rakuco
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D7730
2017-01-22 12:50:08 +00:00
Raphael Kubo da Costa
a08e8b23a9 Update to 4.3. 2014-07-12 17:06:46 +00:00
Raphael Kubo da Costa
0ae8c3aae8 Update to 4.2.
- Set NO_BUILD, since this port only installs headers.
- Set LICENSE to LGPL3 and explain in a comment that the port's
  COPYING is actually wrong.
2012-08-04 03:25:50 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Max Brazhnikov
d31012ad8c Update to 4.1 2010-08-03 17:51:38 +00:00
Dima Panov
22f5d84c03 - Update strigi to 0.7.2
- Update eigen to 2.0.11
- Update gmm++ to 4.0.0
- Update soprano to 2.4.3
- Update shared-desktop-ontologies to 0.4

With hat on:	kde@
2010-05-11 12:40:01 +00:00
Martin Wilke
5cca6e8c31 - Update to 3.1 2008-09-24 08:44:08 +00:00
Martin Wilke
84c1313bcc 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. However, basic
sparse, dense and skyline matrix/vector types are built in Gmm++,
hence it can be used as a standalone linear algebra library.
Interfacing a vector or matrix type means writing "traits" objects
called "linalg_traits", which describe their properties. The library
offers predefined dense, sparse and skyline matrix types.

WWW:	http://home.gna.org/getfem/
2008-08-06 10:48:23 +00:00