summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPLaSK Buildbot2020-02-26 09:36:43 +0000
committerPLaSK Buildbot2020-02-26 09:36:43 +0000
commitf736c006bcd8fc95188029e2a609a3b3374515c3 (patch)
treeac5fbe12d709b0f96937c824a3ca4ed17d5f8b86
parent156445049e68be1f92cf75bb6f0fdadcff4175f3 (diff)
downloadaur-f736c006bcd8fc95188029e2a609a3b3374515c3.tar.gz
Fixed dependencies
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e3f0c8b2e61..b5fc4907cb65 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
pkgbase = plask
pkgdesc = Photonic LAser Simulation Kit: a comprehensive tool for numerical analysis of broad range of physical phenomena in photonic devices
pkgver = 2020.02.24
- pkgrel = 1
+ pkgrel = 2
url = https://plask.app
arch = x86_64
license = custom
depends = boost-libs
depends = expat
depends = openmp
- depends = openblas
+ depends = intel-mkl-slim
depends = lapack
+ depends = qt5-declarative
+ depends = qt5-tools
depends = python-numpy
depends = python-matplotlib
depends = python-lxml
@@ -17,6 +19,8 @@ pkgbase = plask
depends = pyside2
optdepends = python-h5py: for saving results to files
optdepends = python-scipy: for scientific tools
+ optdepends = python-jedi: for Python hints in GUI
+ optdepends = python-paramiko: for remote computation launching
optdepends = ipython: for interactive shell
noextract = plask-2020.02.24.tar.xz
source = plask-2020.02.24.tar.xz::https://get.plask.app/packages/plask-2020.02.24-1-x86_64.pkg.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index 9cbffaa5c744..5dd430fd3539 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,18 @@
# Maintainer: Maciej Dems <maciej.dems@p.lodz.pl>
pkgname=plask
pkgver=2020.02.24
-pkgrel=1
+pkgrel=2
pkgdesc="Photonic LAser Simulation Kit: a comprehensive tool for numerical
analysis of broad range of physical phenomena in photonic devices"
url="https://plask.app"
arch=('x86_64')
license=('custom')
-depends=('boost-libs' 'expat' 'openmp' 'openblas' 'lapack'
+depends=('boost-libs' 'expat' 'openmp' 'intel-mkl-slim' 'lapack' 'qt5-declarative' 'qt5-tools'
'python-numpy' 'python-matplotlib' 'python-lxml' 'python-yaml' 'pyside2')
optdepends=('python-h5py: for saving results to files'
'python-scipy: for scientific tools'
+ 'python-jedi: for Python hints in GUI'
+ 'python-paramiko: for remote computation launching'
'ipython: for interactive shell')
source=("plask-$pkgver.tar.xz::https://get.plask.app/packages/plask-$pkgver-1-x86_64.pkg.tar.xz")
sha256sums=('ebc6fe2de252711d1aa5a0e2ba1084f53c2e69440bebb4612f3954c31fca226d')