summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Heitzmann Gabrielli2017-06-06 14:55:26 -0300
committerLucas Heitzmann Gabrielli2017-06-06 14:55:26 -0300
commit7193f36aefd6ced02204158c5307096e78f64474 (patch)
tree5f99c809920dfcba7e44e0c52eee3b573b1386ac
parent8545fc22ef618b0b7bda46603553c5b0f9b0712f (diff)
downloadaur-7193f36aefd6ced02204158c5307096e78f64474.tar.gz
Guile 2.0.12 and above are not supported by meep.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25dc127fee43..190aa06b15e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = meep
pkgdesc = A free finite-difference time-domain simulation software package
pkgver = 1.3
- pkgrel = 3
+ pkgrel = 4
url = http://ab-initio.mit.edu/wiki/index.php/Meep
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index fce68fb3233a..0f2e4958ac8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=meep
pkgver=1.3
-pkgrel=3
+pkgrel=4
pkgdesc="A free finite-difference time-domain simulation software package"
arch=('i686' 'x86_64')
url="http://ab-initio.mit.edu/wiki/index.php/Meep"
@@ -17,7 +17,7 @@ md5sums=('18a5b9e18008627a0411087e0bb60db5')
build() {
cd "$srcdir"/$pkgname-$pkgver
- ./configure CC=gcc CXX=g++ GUILE='/usr/bin/guile2.0' GUILE_CONFIG='/usr/bin/guile-config2.0' --prefix=/usr --enable-shared --with-mpi
+ ./configure CC=gcc CXX=g++ GUILE='/usr/bin/guile1.8' GUILE_CONFIG='/usr/bin/guile-config1.8' --prefix=/usr --enable-shared --with-mpi
make
}
package() {