mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
23 lines
515 B
Makefile
23 lines
515 B
Makefile
PORTNAME= optpp
|
|
DISTVERSION= 2.4
|
|
PORTREVISION= 2
|
|
CATEGORIES= math
|
|
MASTER_SITES= https://software.sandia.gov/opt++/downloads/
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Object-oriented nonlinear optimization library
|
|
WWW= https://software.sandia.gov/opt++/
|
|
|
|
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>
|