# Maintainer: Maciej Dems pkgname=plask pkgver=2022.10.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' 'intel-oneapi-mkl' 'lapack' 'qt5-declarative' 'qt5-tools' 'python-numpy' 'python-matplotlib' 'python-lxml' 'python-yaml' 'pyside2' 'libx11') 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.zst::https://get.plask.app/packages/plask-$pkgver-1-x86_64.pkg.tar.zst") sha256sums=('fed92e9593da8ee1d1395dfeb4ed59befafb03d20656fef38e70127ef2007f02') noextract=("plask-$pkgver.tar.zst") package() { cd "$pkgdir" tar xf "$srcdir/plask-$pkgver.tar.zst" --zstd --exclude='.*' }