update to 3.8.2 [release 3.8.2-1mamba;Mon Sep 01 2014]
This commit is contained in:
parent
4b610c8c45
commit
92598575a1
45
octave.spec
45
octave.spec
@ -1,5 +1,5 @@
|
|||||||
Name: octave
|
Name: octave
|
||||||
Version: 3.8.1
|
Version: 3.8.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A high-level language, primarily intended for numerical computations
|
Summary: A high-level language, primarily intended for numerical computations
|
||||||
Group: Applications/Mathematics
|
Group: Applications/Mathematics
|
||||||
@ -12,33 +12,42 @@ Source1: octave.png
|
|||||||
Patch0: %{name}-3.4.2-curl_remove_include.patch
|
Patch0: %{name}-3.4.2-curl_remove_include.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: GraphicsMagick-devel
|
||||||
BuildRequires: gcc-fortran
|
BuildRequires: gcc-fortran
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: gnuplot
|
BuildRequires: libGL-devel
|
||||||
BuildRequires: GraphicsMagick-devel
|
BuildRequires: libGLU-devel
|
||||||
|
BuildRequires: libX11-devel
|
||||||
|
BuildRequires: libXext-devel
|
||||||
|
BuildRequires: libXft-devel
|
||||||
|
BuildRequires: libXinerama-devel
|
||||||
|
BuildRequires: libatlas-devel
|
||||||
BuildRequires: libblas-devel
|
BuildRequires: libblas-devel
|
||||||
BuildRequires: libbzip2-devel
|
|
||||||
BuildRequires: libcurl-devel
|
BuildRequires: libcurl-devel
|
||||||
BuildRequires: libfftw-devel
|
BuildRequires: libfftw-devel
|
||||||
BuildRequires: libfltk-devel
|
BuildRequires: libfltk-devel
|
||||||
BuildRequires: libfontconfig-devel
|
BuildRequires: libfontconfig-devel
|
||||||
BuildRequires: libfreetype-devel
|
BuildRequires: libfreetype-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libGL-devel
|
BuildRequires: libglpk-devel
|
||||||
BuildRequires: libGLU-devel
|
|
||||||
BuildRequires: libgomp-devel
|
BuildRequires: libgomp-devel
|
||||||
BuildRequires: libhdf5-devel
|
BuildRequires: libhdf5-devel
|
||||||
BuildRequires: liblapack-devel
|
|
||||||
BuildRequires: libncurses-devel
|
BuildRequires: libncurses-devel
|
||||||
BuildRequires: libpcre-devel
|
BuildRequires: libpcre-devel
|
||||||
|
BuildRequires: libqhull-devel
|
||||||
|
BuildRequires: libqt4-devel
|
||||||
|
BuildRequires: libquadmath-devel
|
||||||
BuildRequires: libreadline-devel
|
BuildRequires: libreadline-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libsuitesparse-devel
|
BuildRequires: libsuitesparse-devel
|
||||||
BuildRequires: libX11-devel
|
|
||||||
BuildRequires: libXext-devel
|
|
||||||
BuildRequires: libXft-devel
|
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
|
BuildRequires: qscintilla-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: libcares-devel
|
||||||
|
BuildRequires: libidn-devel
|
||||||
|
BuildRequires: libssh2-devel
|
||||||
|
BuildRequires: libgpg-error-devel
|
||||||
|
BuildRequires: libgss-devel
|
||||||
Requires: gnuplot
|
Requires: gnuplot
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
Requires(post):%{__install_info}
|
Requires(post):%{__install_info}
|
||||||
@ -68,12 +77,21 @@ This package contains static libraries and header files need for development.
|
|||||||
%setup -q
|
%setup -q
|
||||||
#%patch0 -p1
|
#%patch0 -p1
|
||||||
|
|
||||||
|
# FIXME: i586 workaround: comment #include <math.h> in
|
||||||
|
# /usr/include/suitesparse/SuiteSparse_config.h
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
--enable-shared=yes \
|
--enable-shared=yes \
|
||||||
--enable-static=no
|
--enable-static=no \
|
||||||
|
UIC=uic-qt4 \
|
||||||
|
MOC=moc-qt4
|
||||||
|
|
||||||
|
# \
|
||||||
|
# QT_CFLAGS="`pkg-config --cflags Qt5Core Qt5Gui Qt5Network`" \
|
||||||
|
# QT_LDFLAGS="`pkg-config --libs Qt5Core Qt5Gui Qt5Network`"
|
||||||
|
|
||||||
%make || make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -134,6 +152,9 @@ install -D -m 644 %{SOURCE1} \
|
|||||||
%doc ChangeLog README NEWS INSTALL
|
%doc ChangeLog README NEWS INSTALL
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 01 2014 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 3.8.2-1mamba
|
||||||
|
- update to 3.8.2
|
||||||
|
|
||||||
* Fri Mar 07 2014 Automatic Build System <autodist@mambasoft.it> 3.8.1-1mamba
|
* Fri Mar 07 2014 Automatic Build System <autodist@mambasoft.it> 3.8.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user