aboutsummaryrefslogtreecommitdiffstats
path: root/math/hsl/Makefile
blob: f86dcd5285ec0ccd73041e759f6b6b4a5a67e97d (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
31
32
PORTNAME=	hsl
DISTVERSIONPREFIX=	releases/
DISTVERSION=	2.2.5
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

# Flang can't be used because the project bundles too old libtool and
# running autoreconf is too painful
USES=		fortran:gfortran 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.5 \
		libdata/pkgconfig/coinhsl.pc

.include <bsd.port.mk>