Update to 3.8.0-rc2. Disable JIT as it segfaults on ARM.
This commit is contained in:
parent
b3bb96f3e8
commit
3f64382f50
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
11
octave.spec
11
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 <jussilehtola@fedoraproject.org> - 6:3.8.0-0.2.rc2
|
||||
- Update to 3.8.0-rc2.
|
||||
|
||||
* Fri Dec 6 2013 Orion Poplawski <orion@cora.nwra.com> - 6:3.8.0-0.1.rc1
|
||||
- Update to 3.8.0-rc1
|
||||
- Drop patches
|
||||
|
Loading…
Reference in New Issue
Block a user