summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Mugnai2022-01-18 14:47:33 +0100
committerMichael Mugnai2022-01-18 14:47:33 +0100
commite6c47b46757f710bc2dcb0b1531f4e78163e9012 (patch)
treeed8fa24cec62985484cbaf7e30b87adb2b391e2d
parent44b1ca5e98bc9223d70b3e35a0537f7af3eaa675 (diff)
downloadaur-e6c47b46757f710bc2dcb0b1531f4e78163e9012.tar.gz
update contributor list, minor reformat
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD19
2 files changed, 12 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 730d08604a2f..e71eb1eab481 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = coin-or-hsl
makedepends = metis
makedepends = gcc-fortran
depends = openblas-lapack
- optdepends = openmp
+ depends = openmp
optdepends = coin-or-ipopt
source = ThirdParty-HSL::git+https://github.com/coin-or-tools/ThirdParty-HSL.git
source = manual://coinhsl-2021.05.05.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 52b175da6a36..e8ff159cc68f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,10 @@
-# Maintainer: Samuel Balula sbalula@ethz.ch
-# Intructions/ Troubleshoot
-# Download the source from https://www.hsl.rl.ac.uk/ipopt/ and place it in the folder, replacing the empty placeholder file
-# Check the sha256sum of the downloaded tarball, it may be different from the one listed here. If so either use "SKIP"
-# or replace with your tarball sha256sum
+# Maintainer: Samuel Balula <sbalula@ethz.ch>
+# Contributor: Maik93 <michael.mugnai@gmail.com>
+
+# Instructions / Troubleshoot
+# Download the source from https://www.hsl.rl.ac.uk/ipopt/ and place it in the folder, alongside this PKGBUILD.
+# Check package version and sha256sum of the downloaded tarball, it may be different from the one listed here.
+# If so either use "SKIP" or replace with your tarball sha256sum.
pkgname=coin-or-hsl
_pkgname=coinhsl
@@ -12,9 +14,10 @@ pkgdesc="HSL Mathematical Software Library. Including solvers for sparse linear
arch=('i686' 'x86_64')
url="http://www.hsl.rl.ac.uk/"
makedepends=('gcc' 'metis' 'gcc-fortran')
-depends=('openblas-lapack')
-optdepends=('openmp' 'coin-or-ipopt')
-source=("ThirdParty-HSL::git+https://github.com/coin-or-tools/ThirdParty-HSL.git" "manual://${_pkgname}-${pkgver}.tar.gz")
+depends=('openblas-lapack' 'openmp')
+optdepends=('coin-or-ipopt')
+source=("ThirdParty-HSL::git+https://github.com/coin-or-tools/ThirdParty-HSL.git"
+ "manual://${_pkgname}-${pkgver}.tar.gz")
sha256sums=('SKIP'
'f77ad752a37de8695c02c81bcc503674af76689d40a9864b6f2a7a790c3efc95')