summaryrefslogtreecommitdiff
path: root/math/optpp/Makefile
blob: f0a1ccd301ca7d59cade1dc2522b881b6b90f5d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $FreeBSD$

PORTNAME=	optpp
DISTVERSION=	2.4
PORTREVISION=	1
CATEGORIES=	math
MASTER_SITES=	https://software.sandia.gov/opt++/downloads/

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Object-oriented nonlinear optimization library

LICENSE=	LGPL21
LICENSE_FILE=	${WRKSRC}/GNU_LGPL

USES=		fortran gmake libtool
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--enable-shared
USE_LDCONFIG=	yes

post-stage: # installs the conflicting file
	@${RM} ${STAGEDIR}${PREFIX}/include/cblas.h

.include <bsd.port.mk>