summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRoberto Hueso Gomez2019-11-19 16:08:16 +0100
committerRoberto Hueso Gomez2019-11-19 16:08:16 +0100
commit7e48951e611aed95c30b350e0165e4ae77c1cf26 (patch)
treeac05c00ede964c37770db2bcbd52187b01e21102 /PKGBUILD
parentff00673e7d77d92b990880fd8d88e4516d19d18e (diff)
downloadaur-7e48951e611aed95c30b350e0165e4ae77c1cf26.tar.gz
Update to 2.10.4-1
This version adds the option to avoid building tests, so this is avoided and thus install time is improved.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 00629bf2fba4..53169e2d65e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Roberto Hueso < robertohueso96 at gmail dot com >
pkgname=ensmallen
-pkgver=2.10.3
+pkgver=2.10.4
pkgrel=1
pkgdesc='Flexible C++ library for efficient mathematical optimization'
arch=('x86_64')
@@ -19,7 +19,7 @@ makedepends=(
'cmake>=2.8.10'
)
source=("https://ensmallen.org/files/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('2be4da4256723510c624c55d11b9f2a582ab405e4976be3fbe1eea114baf1026')
+sha256sums=('82aca3724331b26156fd9bad118992093a08e3ef6881b996e976d090fb390bc7')
options=(!emptydirs)
prepare() {
@@ -32,6 +32,7 @@ build() {
cmake \
-D CMAKE_INSTALL_PREFIX="/usr" \
+ -D BUILD_TESTS=OFF \
-D USE_OPENMP=ON \
..
make