# Contributor (Arch) : Fabian Yamaguchi # Maintainer (Parabola) : Aurélien DESBRIÈRES # Based on shogun-git package by # Alex Babescu pkgname=shogun pkgver=3.2.0 pkgrel=1 pkgdesc="Shogun - A Large Scale Machine Learning Toolbox" arch=('i686' 'x86_64' 'mips64el') url="http://www.shogun-toolbox.org" license=('GPLv3') depends=('python2' 'python2-numpy' 'swig' 'hdf5' 'blas' 'lapack') makedepends=('git' 'python2' 'lzo2' 'glpk' 'gcc' 'make' 'pkg-config' 'libxml2') optdepends=('atlas-lapack' 'octave' 'doxygen' 'r') provides=('shogun') source=("http://shogun-toolbox.org/archives/shogun/releases/3.2/sources/shogun-3.2.0.tar.bz2") build() { cd "${srcdir}/${pkgname}-${pkgver}" # msg "Starting make..." # python2 fix # sed -i 's/PYTHON=python/PYTHON=python2/g' src/configure # sed -i -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \ # -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \ # $(find ./ -name '*.py') #cd src #./configure --prefix=/usr #make } package() { cd "${srcdir}/${pkgname}-${pkgver}/src" make DESTDIR="$pkgdir/" .r-install.sh }