summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Heitzmann Gabrielli2017-06-06 14:53:46 -0300
committerLucas Heitzmann Gabrielli2017-06-06 14:53:46 -0300
commit23c2fb8afe2f40462e457b95588897052139a3be (patch)
tree1567854dafa75d0e4680ab2f1f8acce9def15ba5
parentc9c64188c4387bc3cdf53cc1e0ca71ce55b268db (diff)
downloadaur-23c2fb8afe2f40462e457b95588897052139a3be.tar.gz
Guile 2.0.12 and above are not supported by meep.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8df6c7e607c..e57fc1585c19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = libctl
pkgdesc = A free Guile-based library implementing flexible control files for scientific simulations.
pkgver = 3.2.2
- pkgrel = 2
+ pkgrel = 3
url = http://ab-initio.mit.edu/wiki/index.php/Libctl
arch = i686
arch = x86_64
license = GPL
- depends = guile2.0
+ depends = guile1.8
depends = gcc-fortran
options = !libtool
source = http://ab-initio.mit.edu/libctl/libctl-3.2.2.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index a8aa51b8a5a9..e8491bbc036e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@
pkgname=libctl
pkgver=3.2.2
-pkgrel=2
+pkgrel=3
arch=('i686' 'x86_64')
pkgdesc="A free Guile-based library implementing flexible control files for scientific simulations."
-depends=('guile2.0' 'gcc-fortran')
+depends=('guile1.8' 'gcc-fortran')
source=(http://ab-initio.mit.edu/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=('5fd7634dc9ae8e7fa70a68473b9cbb68')
url="http://ab-initio.mit.edu/wiki/index.php/Libctl"
@@ -16,7 +16,7 @@ options=('!libtool')
build() {
cd ${srcdir}/$pkgname-$pkgver
- ./configure --prefix=/usr LIBS="-lm" GUILE='/usr/bin/guile2.0' GUILE_CONFIG='/usr/bin/guile-config2.0'
+ ./configure --prefix=/usr LIBS="-lm" GUILE='/usr/bin/guile1.8' GUILE_CONFIG='/usr/bin/guile-config1.8'
make
}
package() {