mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
929571103c
Reported by: portscout
31 lines
624 B
Makefile
31 lines
624 B
Makefile
PORTNAME= hsl
|
|
DISTVERSIONPREFIX= releases/
|
|
DISTVERSION= 2.2.4
|
|
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.4 \
|
|
libdata/pkgconfig/coinhsl.pc
|
|
|
|
.include <bsd.port.mk>
|