blob: eec97d5e2c1dc23a3ccd2c6bc9b7b61637281c1a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
pkgbase = meep-python
pkgdesc = A free finite-difference time-domain simulation software package (with Python support)
pkgver = 1.28.0
pkgrel = 1
url = http://ab-initio.mit.edu/wiki/index.php/Meep
arch = x86_64
license = GPL
makedepends = gcc-fortran
makedepends = suitesparse
makedepends = swig
depends = openmpi
depends = harminv
depends = libctl
depends = hdf5
depends = gsl
depends = fftw
depends = guile
depends = julia
depends = mpb
depends = python
depends = python-numpy
optdepends = h5utils: for visualization and conversion of scientific data
optdepends = python-matplotlib: for visualization in Python
optdepends = python-scipy: for scientific computations in Python
optdepends = python-autograd: for fast differentiation in Python
conflicts = meep
options = !libtool
options = !makeflags
options = staticlibs
source = meep-1.28.0.tar.gz::https://github.com/NanoComp/meep/archive/v1.28.0.tar.gz
sha256sums = fe79ec9b0d0cf87c3855a1661a38f23a3100120174f7e2df8add96cafe201544
pkgname = meep-python
|