summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLucas Heitzmann Gabrielli2018-01-03 17:02:40 -0200
committerLucas Heitzmann Gabrielli2018-01-03 17:02:40 -0200
commit222749f861a73a978dbb7377077d7d47883ab739 (patch)
tree9ff0777ce932467992d071b3ab6bdae3f94e0843 /PKGBUILD
parent4aefc8ff693c80862d317b45c2c46257c21e01ed (diff)
downloadaur-222749f861a73a978dbb7377077d7d47883ab739.tar.gz
Update description and dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a9573b2423f0..8b501ee901d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
# Maintainer: Lucas H. Gabrielli <heitzmann@gmail.com>
pkgname=meep-git
-pkgver=1.3.r95.ga5669c1
+pkgver=1.3.r125.gfc1b6b0
pkgrel=1
-pkgdesc='Free finite-difference time-domain (FDTD) software for electromagnetic simulations'
+pkgdesc='Free finite-difference time-domain (FDTD) software for electromagnetic simulations (includes python interface)'
arch=('i686' 'x86_64')
url='https://github.com/stevengj/meep'
license=('GPL2')
-depends=('harminv' 'libctl' 'hdf5' 'gsl' 'fftw' 'openmpi' 'swig' 'python-numpy')
+depends=('harminv-git' 'libctl-git' 'hdf5' 'gsl' 'fftw' 'openmpi' 'swig' 'python-numpy')
makedepends=('gcc-fortran' 'suitesparse')
optdepends=('h5utils: visualization and conversion of scientific data'
+ 'python-h5py: process HDF5 data from python'
'python-mpi4py: use MPI from the python interface'
'mpb: calculation of electromagnetic modes')
options=('!libtool' '!makeflags')