diff options
author | Erich Eckner <git@eckner.net> | 2016-04-26 11:32:21 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2016-04-26 11:40:33 +0200 |
commit | 8f67f78acfb0890bb8b0cd62cb93de8d8cb9ae35 (patch) | |
tree | 7d3b420c9560195f31abfe4048dc8c44e2d5023d | |
parent | 1613f17565503303f797ee50d701284745756cb9 (diff) | |
download | archlinuxewe-8f67f78acfb0890bb8b0cd62cb93de8d8cb9ae35.tar.xz |
ifeffit noch näher am Funktionieren?
-rw-r--r-- | ifeffit/PKGBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/ifeffit/PKGBUILD b/ifeffit/PKGBUILD index 351765ca1..d96d2448d 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() { |