summarylogtreecommitdiffstats
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
parent4aefc8ff693c80862d317b45c2c46257c21e01ed (diff)
downloadaur-222749f861a73a978dbb7377077d7d47883ab739.tar.gz
Update description and dependencies
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7cbaabf256f1..710bb4b83e2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = meep-git
- pkgdesc = Free finite-difference time-domain (FDTD) software for electromagnetic simulations
- pkgver = 1.3.r95.ga5669c1
+ pkgdesc = Free finite-difference time-domain (FDTD) software for electromagnetic simulations (includes python interface)
+ pkgver = 1.3.r125.gfc1b6b0
pkgrel = 1
url = https://github.com/stevengj/meep
arch = i686
@@ -8,8 +8,8 @@ pkgbase = meep-git
license = GPL2
makedepends = gcc-fortran
makedepends = suitesparse
- depends = harminv
- depends = libctl
+ depends = harminv-git
+ depends = libctl-git
depends = hdf5
depends = gsl
depends = fftw
@@ -17,6 +17,7 @@ pkgbase = meep-git
depends = swig
depends = python-numpy
optdepends = h5utils: visualization and conversion of scientific data
+ optdepends = python-h5py: process HDF5 data from python
optdepends = python-mpi4py: use MPI from the python interface
optdepends = mpb: calculation of electromagnetic modes
provides = meep
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')