From 8f67f78acfb0890bb8b0cd62cb93de8d8cb9ae35 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 26 Apr 2016 11:32:21 +0200 Subject: ifeffit noch näher am Funktionieren? MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ifeffit/PKGBUILD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'ifeffit/PKGBUILD') diff --git a/ifeffit/PKGBUILD b/ifeffit/PKGBUILD index 351765ca..d96d2448 100644 --- a/ifeffit/PKGBUILD +++ b/ifeffit/PKGBUILD @@ -7,7 +7,7 @@ pkgdesc="a suite of interactive programs for XAFS analysis" arch=('x86_64' 'i686') license=('GPL') options=('!emptydirs') -depends=('pgplot-for-ifeffit') +depends=('pgplot') makedepends=('libx11' 'ncurses' 'libpng' 'wxgtk' 'gcc-fortran' 'xorg-server-devel') url='http://cars.uchicago.edu/ifeffit/Ifeffit' source=("${pkgname}-${pkgver}.tar.gz::https://github.com/newville/ifeffit/archive/${pkgver}.tar.gz") @@ -17,10 +17,8 @@ prepare() { cd ${pkgname}-${pkgver} ./configure \ --prefix=/usr \ - --with-arraysize=huge -# --with-pgplot=/usr/lib -# --with-pgplot-link='-L/usr/lib/libpgplott -lpgplot -lpng -lz -lX11' -# --with-pgplot=/usr/share/ifeffit/pgplot + --with-arraysize=huge \ + --with-pgplot-link='-L/usr/lib -lpgplot -lpng -lz -lX11' } build() { -- cgit v1.2.3-54-g00ecf