Port details |
- gmm++ Generic matrix template library
- 5.4.2 math =6 5.4.2Version of this port present on the latest quarterly branch.
- Maintainer: kde@FreeBSD.org
- Port Added: 2008-08-06 10:48:49
- Last Update: 2023-10-16 16:00:10
- Commit Hash: 0b85a2f
- People watching this port, also watch:: mDNSResponder, xorg-docs, vcdimager, libXdamage, libexif
- License: LGPL3
- WWW:
- https://getfem.org/gmm/
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/math/gmm++/ && make install clean
- To add the package, run one of these commands:
- pkg install math/gmm++
- pkg install gmm++
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: gmm++
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1661540522
SHA256 (gmm-5.4.2.tar.gz) = 5206e732643f6934109028b2f173660f2c2edcb0ee269228d694acca6e22c88a
SIZE (gmm-5.4.2.tar.gz) = 545222
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Build
-
- audio/csound
- cad/gmsh
- math/freefem++
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- math_gmm++
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.4.2 16 Oct 2023 16:00:10 |
Po-Chuan Hsieh (sunpoet) |
math/gmm++: Add NO_ARCH
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
5.4.2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
5.4.2 26 Aug 2022 19:49:16 |
Tobias C. Berner (tcberner) |
math/gmm++: update to 5.4.2 |
5.4 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
5.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.4 23 Apr 2020 16:17:17 |
tcberner |
math/gmm++: update to 5.4 |
5.3 30 Jun 2018 13:04:28 |
joneum |
math/gmm++: Update to 5.3
-change MASTER_SITES
-add LICENSE_FILE
PR: 229356
Submitted by: takefu@airport.fm (maintainer) |
5.1 22 Jan 2017 12:50:09 |
tcberner |
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 |
4.3 23 May 2016 18:36:52 |
amdmi3 |
Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by: portmgr blanket |
4.3 15 Nov 2014 12:20:54 |
antoine |
Cleanup plist |
4.3 12 Jul 2014 17:06:46 |
rakuco |
Update to 4.3. |
4.2 07 Jul 2014 15:31:02 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.
CR: D306
Approved by: portmgr (bapt) |
4.2 25 Sep 2013 00:54:09 |
bdrewery |
- Remove NO_STAGE as these have been tested to be safe
With hat: portmgr |
4.2 20 Sep 2013 20:55:06 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
4.2 04 Aug 2012 03:25:51 |
rakuco |
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. |
4.1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
4.1 03 Aug 2010 17:51:38 |
makc |
Update to 4.1 |
4.0.0 11 May 2010 12:40:01 |
fluffy |
- 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@ |
3.1 24 Sep 2008 08:44:08 |
miwi |
- Update to 3.1 |
3.0.4 06 Aug 2008 10:48:23 |
miwi |
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/ |