# Maintainer: Maciej Dems pkgname=plask pkgver=2020.02.24 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' 'openblas' 'lapack' 'python-numpy' 'python-matplotlib' 'python-lxml' 'python-yaml' 'pyside2') optdepends=('python-h5py: for saving results to files' 'python-scipy: for scientific tools' 'ipython: for interactive shell') source=("plask-$pkgver.tar.xz::https://get.plask.app/packages/plask-$pkgver-1-x86_64.pkg.tar.xz") sha256sums=('ebc6fe2de252711d1aa5a0e2ba1084f53c2e69440bebb4612f3954c31fca226d') noextract=("plask-$pkgver.tar.xz") package() { cd "$pkgdir" tar xJf "$srcdir/plask-$pkgver.tar.xz" --exclude='.*' }