From 3f64382f50cfdb887b8b2974ad4a5d895e66b3f1 Mon Sep 17 00:00:00 2001 From: Susi Lehtola Date: Tue, 24 Dec 2013 01:22:16 +0200 Subject: [PATCH] Update to 3.8.0-rc2. Disable JIT as it segfaults on ARM. --- .gitignore | 1 + octave.spec | 11 ++++++++--- sources | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 08e5a5d..d1ea4da 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ octave-3.2.4.tar.bz2 /octave-3.6.4-rc2.tar.gz /octave-3.6.4.tar.bz2 /octave-3.8.0-rc1.tar.gz +/octave-3.8.0-rc2.tar.gz diff --git a/octave.spec b/octave.spec index 77cc189..398eff3 100644 --- a/octave.spec +++ b/octave.spec @@ -2,7 +2,7 @@ %global octave_api api-v49+ # For rc versions, change release manually -%global rcver 1 +%global rcver 2 %if 0%{?rcver:1} %global rctag -rc%{?rcver} %endif @@ -10,7 +10,7 @@ Name: octave Epoch: 6 Version: 3.8.0 -Release: 0.1.rc1%{?dist} +Release: 0.2.rc2%{?dist} Summary: A high-level language for numerical computations Group: Applications/Engineering License: GPLv3+ @@ -125,12 +125,14 @@ export F77=gfortran %global atlasblaslib -lf77blas -latlas %global atlaslapacklib -llapack %endif +# JIT support is still experimental, and causes a segfault on ARM. %configure --enable-shared --disable-static --enable-64=%enable64 \ --with-blas="-L%{_libdir}/atlas %{atlasblaslib}" \ --with-lapack="-L%{_libdir}/atlas %{atlaslapacklib}" \ --with-qrupdate \ --with-amd --with-umfpack --with-colamd --with-ccolamd --with-cholmod \ - --with-cxsparse + --with-cxsparse \ + --disable-jit # Check that octave_api is set correctly (autogenerated file) make -C libinterp version.h @@ -284,6 +286,9 @@ fi %changelog +* Sat Dec 21 2013 Susi Lehtola - 6:3.8.0-0.2.rc2 +- Update to 3.8.0-rc2. + * Fri Dec 6 2013 Orion Poplawski - 6:3.8.0-0.1.rc1 - Update to 3.8.0-rc1 - Drop patches diff --git a/sources b/sources index 9449eca..e024dd5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8d538221e7ded5a67e5f6462aaf5321b octave-3.8.0-rc1.tar.gz +2198cea81c0b56b1571743e7d5f6b83a octave-3.8.0-rc2.tar.gz