diff options
author | Timo Teräs <timo.teras@iki.fi> | 2016-04-05 16:21:20 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2016-04-05 16:21:20 +0000 |
commit | 9eac7dce78ffb977c4ef9f48dd9e98ea14d69d62 (patch) | |
tree | 587b278d31c8bbf192ac59c68f84bed38816c8fc | |
parent | 1874287cfdd426d62bb8d27e94e740dcf3471829 (diff) | |
download | aports-9eac7dce78ffb977c4ef9f48dd9e98ea14d69d62.tar.bz2 aports-9eac7dce78ffb977c4ef9f48dd9e98ea14d69d62.tar.xz |
testing/meep: disable on armhf (due to hdf5 dependency)
-rw-r--r-- | testing/meep/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/meep/APKBUILD b/testing/meep/APKBUILD index a8978adcc7..9c52496c05 100644 --- a/testing/meep/APKBUILD +++ b/testing/meep/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.3 pkgrel=0 pkgdesc="free finite-difference time-domain (FDTD) simulation software package developed at MIT to model electromagnetic systems" url="http://ab-initio.mit.edu/wiki/index.php/Meep" -arch="all" +arch="x86_64 x86" license="GPL2+" depends="" depends_dev="" |