Accepting request 228257 from science
- updated to 4.54 * Block-triangular LU-factorization was implemented to be used on computing an initial factorization of the basis matrix. * A new version of the Schur-complement-based factorization module was included in the package. Now it can be used along with plain as well as with block-triangular LU-factorization. * The API routine glp_read_mps was changed to remove free rows. * etc. see NEWS for details OBS-URL: https://build.opensuse.org/request/show/228257 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glpk?expand=0&rev=10
This commit is contained in:
commit
391d1c888c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3231685b9ff92d30ccbb5c21ba7815b25ba59c7d1e5194e57a880dd1ebb3e95b
|
|
||||||
size 2812957
|
|
Binary file not shown.
3
glpk-4.54.tar.gz
Normal file
3
glpk-4.54.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ab72c8078402d34d176eda18c3f9a6ef006e223d530897a4d1d73fb4ad12f9a1
|
||||||
|
size 3098202
|
BIN
glpk-4.54.tar.gz.sig
Normal file
BIN
glpk-4.54.tar.gz.sig
Normal file
Binary file not shown.
12
glpk.changes
12
glpk.changes
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 31 06:34:30 UTC 2014 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- updated to 4.54
|
||||||
|
* Block-triangular LU-factorization was implemented to be used
|
||||||
|
on computing an initial factorization of the basis matrix.
|
||||||
|
* A new version of the Schur-complement-based factorization
|
||||||
|
module was included in the package. Now it can be used along
|
||||||
|
with plain as well as with block-triangular LU-factorization.
|
||||||
|
* The API routine glp_read_mps was changed to remove free rows.
|
||||||
|
* etc. see NEWS for details
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 10 15:24:32 UTC 2013 - sweet_f_a@gmx.de
|
Tue Dec 10 15:24:32 UTC 2013 - sweet_f_a@gmx.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package glpk
|
# spec file for package glpk
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: glpk
|
Name: glpk
|
||||||
%define lname libglpk36
|
%define lname libglpk36
|
||||||
Version: 4.52.1
|
Version: 4.54
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GNU Linear Programming Kit
|
Summary: GNU Linear Programming Kit
|
||||||
License: GPL-3.0
|
License: GPL-3.0
|
||||||
@ -27,7 +27,7 @@ Url: http://www.gnu.org/software/glpk/glpk.html
|
|||||||
|
|
||||||
#DL-URL: http://ftp.gnu.org/gnu/glpk/
|
#DL-URL: http://ftp.gnu.org/gnu/glpk/
|
||||||
Source: http://ftp.gnu.org/gnu/glpk/%name-%version.tar.gz
|
Source: http://ftp.gnu.org/gnu/glpk/%name-%version.tar.gz
|
||||||
Source2: http://ftp.gnu.org/gnu/glpk/%name-%version.tar.gz
|
Source2: http://ftp.gnu.org/gnu/glpk/%name-%version.tar.gz.sig
|
||||||
Source3: %name.keyring
|
Source3: %name.keyring
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: ghostscript
|
BuildRequires: ghostscript
|
||||||
|
Loading…
Reference in New Issue
Block a user