# Maintainer: Jaroslav Lichtblau # Contributor: Aetf # Contributor: Lex Black # Contributor: Peng Zhang pkgname=alglib pkgver=3.20.0 pkgrel=1 pkgdesc="A cross-platform numerical analysis and data processing library - Free Version" arch=('x86_64') url="http://www.alglib.net" license=('GPL2') makedepends=('cmake') source=(http://www.alglib.net/translator/re/alglib-${pkgver}.cpp.gpl.tgz) sha256sums=('e7357f0f894313ff1b640ec9cb5e8b63f06d2d3411c2143a374aa0e9740da8a9') prepare() { cd "${srcdir}"/alglib-cpp # generate a simple cmake file to build the library since the release # doesn't provide any build system cat > CMakeLists.txt <