automatic version update by autodist [release 9.4.0-1mamba;Sat Feb 08 2025]
This commit is contained in:
parent
5cb24c880c
commit
adf10fe2fe
@ -1,5 +1,5 @@
|
|||||||
Name: octave
|
Name: octave
|
||||||
Version: 9.3.0
|
Version: 9.4.0
|
||||||
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
|
||||||
@ -91,15 +91,12 @@ It is easily extensible and customizable via user-defined functions written in O
|
|||||||
|
|
||||||
This package contains static libraries and header files need for development.
|
This package contains static libraries and header files need for development.
|
||||||
|
|
||||||
%debug_package
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#-D -T
|
#-D -T
|
||||||
#:<< _EOF
|
#:<< _EOF
|
||||||
#%patch0 -p1
|
|
||||||
# FIX for gcc 6.1 (Fedora)
|
# FIX for gcc 6.1 (Fedora)
|
||||||
#%patch1 -p1
|
|
||||||
find -name \*.cc -o -name \*.h -o -name \*.yy | xargs sed -i -e 's/#include <c\(math\|stdlib\)>/#include <\1.h>/'
|
find -name \*.cc -o -name \*.h -o -name \*.yy | xargs sed -i -e 's/#include <c\(math\|stdlib\)>/#include <\1.h>/'
|
||||||
find -name \*.h -o -name \*.cc | xargs sed -i -e 's/<config.h>/"config.h"/' -e 's/<base-list.h>/"base-list.h"/'
|
find -name \*.h -o -name \*.cc | xargs sed -i -e 's/<config.h>/"config.h"/' -e 's/<base-list.h>/"base-list.h"/'
|
||||||
# FIXME: i586 workaround: comment #include <math.h> in
|
# FIXME: i586 workaround: comment #include <math.h> in
|
||||||
@ -185,6 +182,9 @@ rm -f %{buildroot}%{_infodir}/dir
|
|||||||
#%doc ChangeLog README NEWS INSTALL
|
#%doc ChangeLog README NEWS INSTALL
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 08 2025 Automatic Build System <autodist@openmamba.org> 9.4.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Dec 15 2024 Automatic Build System <autodist@openmamba.org> 9.3.0-1mamba
|
* Sun Dec 15 2024 Automatic Build System <autodist@openmamba.org> 9.3.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user