From 8afadaa6a446d37330e1f3630397350f3b834e09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Tue, 17 Apr 2018 21:28:48 +0200 Subject: [PATCH] octave: rebuild against libhdf5.so.101 --- srcpkgs/octave/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/octave/template b/srcpkgs/octave/template index 160f853e9e7..9700ddf5404 100644 --- a/srcpkgs/octave/template +++ b/srcpkgs/octave/template @@ -1,7 +1,7 @@ # Template file for 'octave' pkgname=octave version=4.2.1 -revision=8 +revision=9 build_style=gnu-configure configure_args=" --with-blas=openblas --with-lapack=openblas $(vopt_if largearrays --enable-64)"