aboutsummaryrefslogtreecommitdiff
path: root/math/nlopt/Makefile
blob: 63d01d26230b94fad0872582a8e94a9b104f8ed3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Created by: Rainer Hurling <rhurlin@gwdg.de>
# $FreeBSD$

PORTNAME=	nlopt
DISTVERSIONPREFIX=	v
DISTVERSION=	2.6.2
CATEGORIES=	math

MAINTAINER=	rhurlin@gwdg.de
COMMENT=	Nonlinear optimization library

LICENSE=	LGPL21 MIT
LICENSE_COMB=	multi
LICENSE_FILE=	${WRKSRC}/COPYING

BROKEN_armv6=		fails to package: Unable to access file site-packages/_nlopt.a:No such file or directory
BROKEN_armv7=		fails to package: Unable to access file site-packages/_nlopt.a:No such file or directory

BUILD_DEPENDS=	swig3.0:devel/swig30 \
		${PYTHON_PKGNAMEPREFIX}numpy>=1.16.1:math/py-numpy@${PY_FLAVOR}
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.16.1:math/py-numpy@${PY_FLAVOR}
LIB_DEPENDS=	libgmp.so:math/gmp \
		libguile-2.2.so:lang/guile2

USES=		cmake compiler:features pathfix pkgconfig python
USE_LDCONFIG=	yes

USE_GITHUB=	yes
GH_ACCOUNT=	stevengj

# Needed to find gmp.h
CFLAGS+=	-I${LOCALBASE}/include

.include <bsd.port.mk>