1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/math/optpp/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

22 lines
474 B
Makefile

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>