summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f6d2a070b4c..696de51a05ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = meep-git
pkgdesc = Free finite-difference time-domain (FDTD) software for electromagnetic simulations (includes python interface)
- pkgver = 1.6.0.r35.g3621a79b
+ pkgver = 1.7.0.r22.g8f4ea5b4
pkgrel = 1
url = https://github.com/stevengj/meep
arch = i686
@@ -22,6 +22,7 @@ pkgbase = meep-git
optdepends = python-h5py: process HDF5 data from python
optdepends = python-mpi4py: use MPI from the python interface
optdepends = mpb-git: calculation of electromagnetic modes
+ optdepends = libgdsii-git: support for GDSII files
provides = meep
conflicts = meep
options = !libtool
diff --git a/PKGBUILD b/PKGBUILD
index 8db3bd10d97d..ed4bc3d6fbd3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Lucas H. Gabrielli <heitzmann@gmail.com>
pkgname=meep-git
-pkgver=1.6.0.r35.g3621a79b
+pkgver=1.7.0.r22.g8f4ea5b4
pkgrel=1
pkgdesc='Free finite-difference time-domain (FDTD) software for electromagnetic simulations (includes python interface)'
arch=('i686' 'x86_64')
@@ -11,7 +11,8 @@ makedepends=('gcc-fortran' 'git')
optdepends=('h5utils: visualization and conversion of scientific data'
'python-h5py: process HDF5 data from python'
'python-mpi4py: use MPI from the python interface'
- 'mpb-git: calculation of electromagnetic modes')
+ 'mpb-git: calculation of electromagnetic modes'
+ 'libgdsii-git: support for GDSII files')
options=('!libtool' '!makeflags')
provides=('meep')
conflicts=('meep')