xref: /mports/math/qrupdate/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1PORTNAME=	qrupdate
2PORTVERSION=	1.1.2
3PORTREVISION=	14
4CATEGORIES=	math
5MASTER_SITES=	SOURCEFORGE/qrupdate/qrupdate/1.2
6
7MAINTAINER=	ports@MidnightBSD.org
8COMMENT=	Fortran library for fast updates of QR and Cholesky decomposition
9WWW=		http://qrupdate.sourceforge.net/
10
11LICENSE=	gpl3+
12LICENSE_FILE=	${WRKSRC}/COPYING
13
14LIB_DEPENDS=	libblas.so:math/blas \
15		liblapack.so:math/lapack
16
17USES=		fortran gmake
18USE_LDCONFIG=	yes
19
20PICFLAG?=	-fpic
21
22pre-build:
23	@${REINPLACE_CMD} -e 's+%%FC%%+${FC}+g ; s+%%FFLAGS%%+${FFLAGS}+g ; \
24		s+%%PICFLAG%%+${PICFLAG}+g ; ' \
25		${WRKSRC}/Makeconf
26
27.include <bsd.port.mk>
28

served by {OpenGrok

Last Index Update: Sun Mar 22 17:06:33 EDT 2026