blob: 1a39accc3ef45e2e241f1072fae641cdcf15d501 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
PORTNAME= hsl
DISTVERSIONPREFIX= releases/
DISTVERSION= 2.2.2
CATEGORIES= math
PKGNAMEPREFIX= coin-or-
MAINTAINER= yuri@FreeBSD.org
COMMENT= COIN-OR autotools harness to build HSL linear solvers
WWW= https://github.com/coin-or-tools/ThirdParty-HSL
LICENSE= EPL
USES= fortran gmake libtool pkgconfig
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= coin-or-tools
GH_PROJECT= ThirdParty-HSL
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
PLIST_FILES= include/coin-or/hsl/CoinHslConfig.h \
lib/libcoinhsl.so \
lib/libcoinhsl.so.2 \
lib/libcoinhsl.so.2.2.2 \
libdata/pkgconfig/coinhsl.pc
.include <bsd.port.mk>
|