summary refs log tree commit diff
path: root/pkgs/development/libraries/glpk
Commit message (Collapse)AuthorAge
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* Treewide: use HTTPS on GNU domainsc0bw3b2018-12-02
| | | | | | | | | | | HTTP -> HTTPS for : - http://gnu.org/ - http://www.gnu.org/ - http://elpa.gnu.org/ - http://lists.gnu.org/ - http://gcc.gnu.org/ - http://ftp.gnu.org/ (except in fetchurl mirrors) - http://bugs.gnu.org/
* glpk: adopt error recovery patch (#44201)Timo Kaufmann2018-07-29
| | | | This makes it possible to use "vanilla" glpk for sage and shouldn't affect anything else.
* glpk: Add gmp supportTimo Kaufmann2018-04-23
|
* glpk: 4.64 -> 4.65Ryan Mulligan2018-03-08
| | | | | | | | | | | | | | Semi-automatic update. These checks were done: - built on NixOS - ran `/nix/store/ra315prmwpsflq6fwq5glpxq0zqa1v3y-glpk-4.65/bin/glpsol -h` got 0 exit code - ran `/nix/store/ra315prmwpsflq6fwq5glpxq0zqa1v3y-glpk-4.65/bin/glpsol --help` got 0 exit code - ran `/nix/store/ra315prmwpsflq6fwq5glpxq0zqa1v3y-glpk-4.65/bin/glpsol -v` and found version 4.65 - ran `/nix/store/ra315prmwpsflq6fwq5glpxq0zqa1v3y-glpk-4.65/bin/glpsol --version` and found version 4.65 - ran `/nix/store/ra315prmwpsflq6fwq5glpxq0zqa1v3y-glpk-4.65/bin/glpsol -h` and found version 4.65 - ran `/nix/store/ra315prmwpsflq6fwq5glpxq0zqa1v3y-glpk-4.65/bin/glpsol --help` and found version 4.65 - found 4.65 with grep in /nix/store/ra315prmwpsflq6fwq5glpxq0zqa1v3y-glpk-4.65 - found 4.65 in filename of file in /nix/store/ra315prmwpsflq6fwq5glpxq0zqa1v3y-glpk-4.65
* glpk: 4.63 -> 4.64Lancelot SIX2017-12-05
| | | | | See http://lists.gnu.org/archive/html/info-gnu/2017-12/msg00002.html for release information
* glpk: 4.62 -> 4.63Lancelot SIX2017-07-26
| | | | | See http://lists.gnu.org/archive/html/info-gnu/2017-07/msg00011.html for release information
* glpk: 4.61 -> 4.62Lancelot SIX2017-06-15
| | | | | See http://lists.gnu.org/archive/html/info-gnu/2017-06/msg00006.html for release announcement
* glpk: 4.56 -> 4.61Lancelot SIX2017-01-28
| | | | | See https://lists.gnu.org/archive/html/info-gnu/2017-01/msg00011.html for release announcement
* Revert "Revert "Merge pull request #9543 from NixOS/staging.post-15.06""William A. Kennington III2015-11-14
| | | | | | This reverts commit 741bf840dad05cd1728481045466811ae8ae8281. This reverts the fallout from reverting the major changes.
* Revert "Merge pull request #9543 from NixOS/staging.post-15.06"Eelco Dolstra2015-10-06
| | | | | | | | This reverts commit f61176c5396ed513f3d399f73f38ab78a066667f, reversing changes made to a27ca029ee2b39e04d7d2a516a7228f4b62067fb. Conflicts: pkgs/development/libraries/ncurses/default.nix
* glpk: 4.52.1 -> 4.56Lancelot SIX2015-10-02
|
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* glpk: update from 4.47 to 4.52.1Nixpkgs Monitor2013-12-12
|
* GNU Linear Programming Kit 4.47.Ludovic Courtès2011-09-17
| | | | svn path=/nixpkgs/trunk/; revision=29318
* GLPK 4.46.Ludovic Courtès2011-08-22
| | | | svn path=/nixpkgs/trunk/; revision=28745
* GNU Linear Programming Kit 4.45.Ludovic Courtès2010-12-12
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=25078
* GLPK 4.44.Ludovic Courtès2010-06-10
| | | | svn path=/nixpkgs/trunk/; revision=22221
* Add the GNU Linear Programming Kit (GLPK).Ludovic Courtès2010-04-23
Contributed by Brian Gough <bjg@gnu.org>. svn path=/nixpkgs/trunk/; revision=21284