math/hsl: New port: COIN-OR autotools harness to build HSL linear solvers

This commit is contained in:
Yuri Victorovich 2022-02-23 08:32:20 -08:00
parent ce52f9301c
commit 6ea1206954
4 changed files with 38 additions and 0 deletions

View File

@ -359,6 +359,7 @@
SUBDIR += hpipm
SUBDIR += hs-Agda
SUBDIR += hs-penrose
SUBDIR += hsl
SUBDIR += ideep
SUBDIR += ignition-math
SUBDIR += igraph

29
math/hsl/Makefile Normal file
View File

@ -0,0 +1,29 @@
PORTNAME= hsl
DISTVERSIONPREFIX= releases/
DISTVERSION= 2.2.1
CATEGORIES= math
PKGNAMEPREFIX= coin-or-
MAINTAINER= yuri@FreeBSD.org
COMMENT= COIN-OR autotools harness to build HSL linear solvers
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.7 \
lib/libcoinhsl.so.7.2.1 \
libdata/pkgconfig/coinhsl.pc
.include <bsd.port.mk>

3
math/hsl/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1645633609
SHA256 (coin-or-tools-ThirdParty-HSL-releases-2.2.1_GH0.tar.gz) = b7651a75638b6a3151e4aaf3237f99f98a891afd983fd2ab027c7392afd872ea
SIZE (coin-or-tools-ThirdParty-HSL-releases-2.2.1_GH0.tar.gz) = 313216

5
math/hsl/pkg-descr Normal file
View File

@ -0,0 +1,5 @@
This is an autotools-based build system to build and install routines
from the Harwell Subroutine Library (HSL). This installation of HSL
routines is used by some other COIN-OR projects, in particular Ipopt.
WWW: https://github.com/coin-or-tools/ThirdParty-HSL