From 5360ee2294a6fcd30aa2e57e8c0c33b41ae9c3e4 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Wed, 25 Jul 2018 15:13:27 +0200 Subject: [PATCH] octave: rebuild for gcc stdc++ dropping gcc4 compat --- srcpkgs/octave/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/octave/template b/srcpkgs/octave/template index 3acde0d86f6..eafa916dc5e 100644 --- a/srcpkgs/octave/template +++ b/srcpkgs/octave/template @@ -1,7 +1,7 @@ # Template file for 'octave' pkgname=octave version=4.4.0 -revision=1 +revision=2 build_style=gnu-configure configure_args=" --with-blas=openblas --with-lapack=openblas $(vopt_if largearrays --enable-64)"