Files
ports/math/hsl/Makefile
2026-04-10 02:40:51 -07:00

33 lines
739 B
Makefile

PORTNAME= hsl
DISTVERSIONPREFIX= releases/
DISTVERSION= 2.2.6
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.6 \
libdata/pkgconfig/coinhsl.pc
.include <bsd.port.mk>