1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/math/clp/Makefile
Yuri Victorovich a7973a9061 math/clp: Update 1.16.10 -> 1.17.3
PR:		220232
Submitted by:	pfg
Approved by:	co9co9@gmail.com (maintainer's timeout; 2+ years)
2019-12-21 22:55:31 +00:00

36 lines
775 B
Makefile

# Created by: Robin Schilham
# $FreeBSD$
PORTNAME= Clp
DISTVERSION= 1.17.3
CATEGORIES= math
MASTER_SITES= http://www.coin-or.org/download/source/${PORTNAME}/ \
http://www.mavetju.org/download/adopted/
PKGNAMEPREFIX= coin-or-
MAINTAINER= co9co9@gmail.com
COMMENT= Linear Programming Solver
LICENSE= EPL
USES= blaslapack compiler:c++11-lang fortran libtool pathfix tar:tgz
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
CONFIGURE_ARGS= --with-lapack-lib="${LAPACKLIB} -L${LOCALBASE}/lib" \
--with-blas-lib="${BLASLIB} -L${LOCALBASE}/lib" \
--datadir=${DATADIR}
TEST_TARGET= unitTest
TEST_WRKSRC= ${WRKSRC}/${PORTNAME}
OPTIONS_DEFINE= DEBUG DOCS
PORTDOCS= *
CXXFLAGS+= -ffast-math
DEBUG_CXXFLAGS= -fomit-frame-pointer
.include <bsd.port.mk>