mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
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.
This commit is contained in:
parent
7acc8ffb5c
commit
0ae8c3aae8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=301982
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= gmm++
|
||||
PORTVERSION= 4.1
|
||||
PORTVERSION= 4.2
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://download.gna.org/getfem/stable/
|
||||
DISTNAME= ${PORTNAME:S/+//g}-${PORTVERSION}
|
||||
@ -14,6 +14,14 @@ DISTNAME= ${PORTNAME:S/+//g}-${PORTVERSION}
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= A generic matrix template library
|
||||
|
||||
# Note: even though the port's COPYING file mentions gmm++ is licensed under
|
||||
# the LGPL version 2.1 with the GCC runtime exception,
|
||||
# <http://download.gna.org/getfem/html/homepage/whatsnew/4.2.html> mentions
|
||||
# v4.2 is licensed under the LGPL version 3 with the GCC runtime exception, and
|
||||
# so say the headers which are installed.
|
||||
LICENSE= LGPL3
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gmm-4.1.tar.gz) = e202845ba712519dc9fe780af2d8cb40d4515faa099d6b6f4dcd4c7bd25b0569
|
||||
SIZE (gmm-4.1.tar.gz) = 475697
|
||||
SHA256 (gmm-4.2.tar.gz) = bc94080c9b2e1da2f8c886cfafa490bc1d5640912e6342ddd457c789f577fdb6
|
||||
SIZE (gmm-4.2.tar.gz) = 489912
|
||||
|
@ -35,7 +35,6 @@ include/gmm/gmm_range_basis.h
|
||||
include/gmm/gmm_real_part.h
|
||||
include/gmm/gmm_ref.h
|
||||
include/gmm/gmm_scaled.h
|
||||
include/gmm/gmm_solver_Newton.h
|
||||
include/gmm/gmm_solver_Schwarz_additive.h
|
||||
include/gmm/gmm_solver_bfgs.h
|
||||
include/gmm/gmm_solver_bicgstab.h
|
||||
|
Loading…
Reference in New Issue
Block a user