summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2024-02-25 10:26:21 +0100
committerMichel Zou2024-02-25 10:26:21 +0100
commit9859ecba8789d009307049c9b296477d0bd74a74 (patch)
tree0c8db868528bdb2dacc3ce1d3a3f925f6458fd98
parenta2d6d24d58f8cdcf3fd97dacf94888bc83111ff9 (diff)
downloadaur-9859ecba8789d009307049c9b296477d0bd74a74.tar.gz
lapack-static
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a49273db2f26..211d4196f911 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,6 @@ pkgbase = openmodelica
makedepends = boost
depends = java-environment
depends = lapack
- depends = lapack-static
depends = openscenegraph
depends = omniorb
depends = libcurl-gnutls
diff --git a/PKGBUILD b/PKGBUILD
index 7dbcc9989258..1e4fb86733d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ url="https://www.openmodelica.org"
_giturl="https://github.com/OpenModelica/OpenModelica.git"
license=('OSMC-PL')
arch=('x86_64')
-depends=('java-environment' 'lapack' 'lapack-static' 'openscenegraph' 'omniorb' 'libcurl-gnutls'
+depends=('java-environment' 'lapack' 'openscenegraph' 'omniorb' 'libcurl-gnutls'
'lpsolve' 'boost-libs' 'qt5-webengine' 'qt5-xmlpatterns' 'qt5-svg' 'qt5-tools'
'expat' 'antlr4-runtime')
makedepends=('gcc-fortran' 'cmake' 'git' 'boost')