SHA256
1
0
forked from pool/glpk

- Update to version 4.63:

OBS-URL: https://build.opensuse.org/package/show/science/glpk?expand=0&rev=38
This commit is contained in:
Martin Pluskal 2017-07-31 13:36:58 +00:00 committed by Git OBS Bridge
parent 24b13f78a1
commit 3bd6c24ce7
7 changed files with 27 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9866de41777782d4ce21da11b88573b66bb7858574f89c28be6967ac22dfaba9
size 4116291

Binary file not shown.

3
glpk-4.63.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:914d27f1a51c2bf4a51f1bd4a507f875fcca99db7b219380b836a25b29b3e7f6
size 4131787

BIN
glpk-4.63.tar.gz.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Jul 31 13:31:32 UTC 2017 - mpluskal@suse.com
- Update to version 4.63:
* A "smart" LP perturbation was implemented in the primal and
dual simplex solvers.
* The long-step technique was implemented for phase I of the
primal simplex solver.
* An internal objective scaling was included in both primal and
ual simplex solvers.
* The Posix version of glp_time (glpk/src/env/time.c) was changed
to resolve time_t issue on msys2.
* Three new example models in MathProg were added.
* Changes for version 4.62:
* The bound perturbation technique was included in the primal
simplex solver to improve numerical stability and avoid
cycling.
* A range bug was fixed in the MPS reading routine.
* Changes were made to provide 64-bit portability of the Minisat
solver.
* Calls to non-thread-safe functions gmtime, strerror, and strtok
were replaced by calls to corresponding thread-safe equivalents
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 23 16:00:00 UTC 2017 - mpluskal@suse.com Mon Jan 23 16:00:00 UTC 2017 - mpluskal@suse.com

Binary file not shown.

View File

@ -18,7 +18,7 @@
%define lname libglpk40 %define lname libglpk40
Name: glpk Name: glpk
Version: 4.61 Version: 4.63
Release: 0 Release: 0
Summary: GNU Linear Programming Kit Summary: GNU Linear Programming Kit
License: GPL-3.0 License: GPL-3.0
@ -97,7 +97,6 @@ make %{?_smp_mflags} check
%postun -n %{lname} -p /sbin/ldconfig %postun -n %{lname} -p /sbin/ldconfig
%files %files
%defattr(-,root,root)
%dir %{_docdir}/%{name} %dir %{_docdir}/%{name}
%{_docdir}/%{name}/AUTHORS %{_docdir}/%{name}/AUTHORS
%{_docdir}/%{name}/ChangeLog %{_docdir}/%{name}/ChangeLog
@ -107,16 +106,13 @@ make %{?_smp_mflags} check
%{_bindir}/glpsol %{_bindir}/glpsol
%files -n %{lname} %files -n %{lname}
%defattr(-,root,root)
%{_libdir}/libglpk.so.* %{_libdir}/libglpk.so.*
%files devel %files devel
%defattr(-,root,root)
%{_includedir}/* %{_includedir}/*
%{_libdir}/libglpk.so %{_libdir}/libglpk.so
%files doc %files doc
%defattr(-,root,root)
%dir %{_docdir}/%{name} %dir %{_docdir}/%{name}
%{_docdir}/%{name}/doc %{_docdir}/%{name}/doc
%{_docdir}/%{name}/examples %{_docdir}/%{name}/examples