View | Details | Raw Unified | Return to bug 229356
Collapse All | Expand All

(-)./Makefile (-3 / +4 lines)
Lines 1-9 Link Here
1
# $FreeBSD: head/math/gmm++/Makefile 432126 2017-01-22 12:50:08Z tcberner $
1
# $FreeBSD: head/math/gmm++/Makefile 432126 2017-01-22 12:50:08Z tcberner $
2
2
3
PORTNAME=	gmm++
3
PORTNAME=	gmm++
4
PORTVERSION=	5.1
4
PORTVERSION=	5.3
5
CATEGORIES=	math
5
CATEGORIES=	math
6
MASTER_SITES=	http://download.gna.org/getfem/stable/
6
MASTER_SITES=	http://download-mirror.savannah.gnu.org/releases/getfem/stable/
7
DISTNAME=	${PORTNAME:S/+//g}-${PORTVERSION}
7
DISTNAME=	${PORTNAME:S/+//g}-${PORTVERSION}
8
8
9
MAINTAINER=	kde@FreeBSD.org
9
MAINTAINER=	kde@FreeBSD.org
Lines 11-20 COMMENT= Generic matrix template library Link Here
11
11
12
# Note: even though the port's COPYING file mentions gmm++ is licensed under
12
# Note: even though the port's COPYING file mentions gmm++ is licensed under
13
# the LGPL version 2.1 with the GCC runtime exception,
13
# the LGPL version 2.1 with the GCC runtime exception,
14
# <http://download.gna.org/getfem/html/homepage/whatsnew/4.2.html> mentions
14
# <http://getfem.org/whatsnew/4.2.html> mentions
15
# v4.2 is licensed under the LGPL version 3 with the GCC runtime exception, and
15
# v4.2 is licensed under the LGPL version 3 with the GCC runtime exception, and
16
# so say the headers which are installed.
16
# so say the headers which are installed.
17
LICENSE=	LGPL3
17
LICENSE=	LGPL3
18
LICENSE_FILE=	${WRKSRC}/COPYING
18
19
19
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
20
NO_BUILD=	yes
21
NO_BUILD=	yes
(-)./distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1472681977
1
TIMESTAMP = 1530078901
2
SHA256 (gmm-5.1.tar.gz) = 90e6bf309b81f496b401a375fe99826ad4b5c6ba99db6c92b37f9261db462636
2
SHA256 (gmm-5.3.tar.gz) = 86ac46d69982afd9bc0d032788ae6ab81eab8118df1012690b1c2501ec687252
3
SIZE (gmm-5.1.tar.gz) = 537290
3
SIZE (gmm-5.3.tar.gz) = 540146
(-)./pkg-descr (-1 / +1 lines)
Lines 9-12 Interfacing a vector or matrix type mean Link Here
9
called "linalg_traits", which describe their properties. The library
9
called "linalg_traits", which describe their properties. The library
10
offers predefined dense, sparse and skyline matrix types.
10
offers predefined dense, sparse and skyline matrix types.
11
11
12
WWW: http://home.gna.org/getfem/
12
WWW: http://getfem.org/gmm/
(-)./pkg-plist (+2 lines)
Lines 1-6 Link Here
1
include/gmm/gmm.h
1
include/gmm/gmm.h
2
include/gmm/gmm_MUMPS_interface.h
2
include/gmm/gmm_MUMPS_interface.h
3
include/gmm/gmm_algobase.h
3
include/gmm/gmm_algobase.h
4
include/gmm/gmm_arch_config.h
4
include/gmm/gmm_blas.h
5
include/gmm/gmm_blas.h
5
include/gmm/gmm_blas_interface.h
6
include/gmm/gmm_blas_interface.h
6
include/gmm/gmm_condition_number.h
7
include/gmm/gmm_condition_number.h
Lines 13-18 include/gmm/gmm_dense_qr.h Link Here
13
include/gmm/gmm_dense_sylvester.h
14
include/gmm/gmm_dense_sylvester.h
14
include/gmm/gmm_domain_decomp.h
15
include/gmm/gmm_domain_decomp.h
15
include/gmm/gmm_except.h
16
include/gmm/gmm_except.h
17
include/gmm/gmm_feedback_management.h
16
include/gmm/gmm_inoutput.h
18
include/gmm/gmm_inoutput.h
17
include/gmm/gmm_interface.h
19
include/gmm/gmm_interface.h
18
include/gmm/gmm_interface_bgeot.h
20
include/gmm/gmm_interface_bgeot.h

Return to bug 229356