1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/math/nlopt/Makefile
Rainer Hurling 82a75635e9 math/nlopt: Update to 2.7.1
Changelog: https://github.com/stevengj/nlopt/blob/master/NEWS.md#nlopt-271

Reported by:	portscout, Repology
MFH:		2021Q4
2021-12-10 20:43:50 +01:00

34 lines
802 B
Makefile

# Created by: Rainer Hurling <rhurlin@gwdg.de>
PORTNAME= nlopt
DISTVERSIONPREFIX= v
DISTVERSION= 2.7.1
CATEGORIES= math
MAINTAINER= rhurlin@FreeBSD.org
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= swig:devel/swig \
${PYNUMPY}
RUN_DEPENDS= ${PYNUMPY}
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>