# Maintainer: Maciej Dems pkgname=plask pkgver=2020.04.06 pkgrel=1 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' 'intel-mkl' '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=('58ea6d9aa7720b7c018a3898b24e971439d5c2563f5d2d19aa3880928ffbcd9d') noextract=("plask-$pkgver.tar.xz") package() { cd "$pkgdir" tar xJf "$srcdir/plask-$pkgver.tar.xz" --exclude='.*' }