# Compiling Time: 0.01 SBU
# Maintainer: DeX77 <dex+fw@dragonslave.de>


pkgname=coin-or-asl
pkgver=2.1.0
pkgrel=1
pkgdesc="COIN-OR autotools harness to build AMPL Solver Library"
depends=('glibc')
groups=('lib-extra')
archs=('x86_64')
_F_github_author="coin-or-tools"
_F_github_name="ThirdParty-ASL"
_F_github_tag_prefix="releases\/"
_F_github_tag=y
Finclude github
source=("https://github.com/coin-or-tools/ThirdParty-ASL/archive/refs/tags/releases/$pkgver.tar.gz" \
	"https://coin-or-tools.github.io/ThirdParty-ASL/solvers-64919f75f.tgz")
sha1sums=('3d27c5a7eeb4463da9a2b9d0b628dd2e719d7cb6' \
          '0ed23414512706f461d0230640a75641a0d4b23b')
_F_cd_path="ThirdParty-ASL-releases-$pkgver"

build() {
	Fcd
	ln -s ../solvers .
	Fbuild
}

# optimization OK
