mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
95274bf4f9
As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE with the OSVERSION 1302507. - Utilize USE_CXXSTD=c++14 or similar solution where applicable - Update conditionals to addtionally check for OSVERSION greater than 1302507 and less than 1400000 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
33 lines
628 B
Makefile
33 lines
628 B
Makefile
PORTNAME= alps
|
|
DISTVERSIONPREFIX= releases/
|
|
DISTVERSION= 2.0.2
|
|
CATEGORIES= math
|
|
PKGNAMEPREFIX= coin-or-
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Abstract Library for Parallel Search (ALPS)
|
|
WWW= https://github.com/coin-or/CHiPPS-ALPS
|
|
|
|
LICENSE= EPL
|
|
LICENSE_FILE= ${WRKSRC}/Alps/LICENSE
|
|
|
|
LIB_DEPENDS= libCoinUtils.so:math/coinutils \
|
|
libopenblas.so:math/openblas
|
|
|
|
USES= blaslapack gmake libtool pkgconfig
|
|
USE_CXXSTD= c++14
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= coin-or
|
|
GH_PROJECT= CHiPPS-ALPS
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
post-install:
|
|
${RM} -r ${STAGEDIR}${PREFIX}/share
|
|
|
|
.include <bsd.port.mk>
|