From e964900e404c5e19f3baf3354ce7a6f934f12628 Mon Sep 17 00:00:00 2001 From: Michał Masłowski Date: Tue, 1 Nov 2011 13:22:23 +0100 Subject: Fix vigra python vs python2 problems. --- extra/vigra/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'extra/vigra') diff --git a/extra/vigra/PKGBUILD b/extra/vigra/PKGBUILD index 87b38c68e..b2e124f72 100644 --- a/extra/vigra/PKGBUILD +++ b/extra/vigra/PKGBUILD @@ -12,7 +12,7 @@ license=('custom:MIT') makedepends=(# runtime deps 'libpng' 'libtiff' 'gcc-libs' 'sh' 'hdf5>=1.8.7' 'fftw' # additional makedeps - 'cmake' 'python-nose' 'doxygen' 'python-sphinx' 'boost' 'python-numpy') + 'cmake' 'python2-nose' 'doxygen' 'python-sphinx' 'boost' 'python2-numpy') options=('!libtool') source=(http://kogs-www.informatik.uni-hamburg.de/~koethe/vigra/${pkgname}-${pkgver}-src.tar.gz vigra-1.7.1.gcc460.patch) @@ -26,6 +26,7 @@ build() { patch -Np1 -i ${srcdir}/vigra-1.7.1.gcc460.patch cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DWITH_VIGRANUMPY=1 \ + -DPYTHON_EXECUTABLE=/usr/bin/python2.7 \ -DDOCINSTALL=share/doc make } -- cgit v1.2.3-54-g00ecf