1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

math/osi: Change DEPENDS statements

Requested by:	mat
This commit is contained in:
Yuri Victorovich 2018-12-10 09:52:11 +00:00
parent 2b66fcd3a6
commit 4ed2e0f9be
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=487144

View File

@ -12,11 +12,11 @@ COMMENT= COIN-OR Open Solver Interface, an API for calling solver libraries
LICENSE= EPL
LICENSE_FILE= ${WRKSRC}/Osi/LICENSE
BUILD_DEPENDS= coin-or-Data-Sample>0:math/coin-or-data-sample \
coin-or-Data-Netlib>0:math/coin-or-data-netlib
BUILD_DEPENDS= ${RUN_DEPENDS}
LIB_DEPENDS= libCoinUtils.so:math/coinutils \
libopenblas.so:math/openblas
RUN_DEPENDS:= ${BUILD_DEPENDS}
RUN_DEPENDS= coin-or-Data-Sample>0:math/coin-or-data-sample \
coin-or-Data-Netlib>0:math/coin-or-data-netlib
USES= fortran gmake libtool localbase:ldflags pkgconfig tar:tgz
GNU_CONFIGURE= yes