summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrea Zanoni2023-04-05 14:01:55 +0200
committerAndrea Zanoni2023-04-05 14:01:55 +0200
commit535341342080ad8a7ada486f7e63269e9ce6487b (patch)
tree1ec4179bc892b16f4985ad63489872ec1c4fa920 /PKGBUILD
parent16f9c54c63dd34e26c3c7481ab984780475a2766 (diff)
downloadaur-535341342080ad8a7ada486f7e63269e9ce6487b.tar.gz
alternatives for LAPACK dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index adcd3dc6fc34..55f44bccba66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,9 +6,11 @@ pkgdesc="The first *free* general purpose Multibody Dynamics analysis software"
arch=('any')
url='www.mbdyn.org'
license=('GPLv2')
-depends=(openblas-lapack suitesparse netcdf netcdf-cxx)
+depends=(suitesparse netcdf netcdf-cxx)
makedepends=(git autoconf automake gcc-fortran libtool)
-optdepends=('ginac: symbolic elements support')
+optdepends=('ginac: symbolic elements support',
+ 'lapack: eigenanalysis support',
+ 'openblas-lapack: eigenanalysis support, openBLAS version')
source=("${pkgname}::git+https://public.gitlab.polimi.it/DAER/mbdyn.git")
sha256sums=('SKIP')