Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix linking of suitesparse | Timothy Gu | 2014-05-09 | 1 | -1/+1 |
| | | | | | | See #403. Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | many packages: explicitly disable shared builds | Tony Theodore | 2014-04-06 | 1 | -0/+2 |
| | | | | closes #369 | ||||
* | Move package versions from index.html back into the src/*.mk files | Volker Grabsch | 2013-07-21 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | Most of the automatic conversion was done using the following Python script: import os import re pkgs = sorted(mkfile[:-len('.mk')] for mkfile in os.listdir('src') if mkfile.endswith('.mk')) with open('index.html', 'rb') as f: index = f.read() pkgs_index = re.findall('<td class="package">([^<]*)</td>', index) assert pkgs_index == pkgs versions = dict(re.findall('<td id="([^"]*)-version">([^<]*)</td>', index)) assert sorted(versions.keys()) == pkgs for pkg in pkgs: version = versions[pkg] with open('src/' + pkg + '.mk', 'rb') as f: mk = f.read() checksumpos = mk.index('\n$(PKG)_CHECKSUM ') versionline = '\n$(PKG)_VERSION := %(version)s' % {'version': version} newmk = mk[:checksumpos] + versionline + mk[checksumpos:] with open('src/' + pkg + '.mk', 'wb') as f: f.write(newmk) | ||||
* | package suitesparse: update checksum | David Ziman | 2013-07-13 | 1 | -1/+1 |
| | |||||
* | update package suitesparse | Niels Kristian Bech Jensen | 2013-04-28 | 1 | -1/+1 |
| | |||||
* | update package suitsparse | Niels Kristian Bech Jensen | 2013-04-20 | 1 | -1/+1 |
| | |||||
* | package suitesparse: add secondary url | Tony Theodore | 2012-09-17 | 1 | -0/+1 |
| | |||||
* | fix suitesparse checksum | Tony Theodore | 2012-09-16 | 1 | -1/+1 |
| | |||||
* | update package suitesparse | Mark Brand | 2012-07-17 | 1 | -1/+1 |
| | |||||
* | update package suitesparse | Mark Brand | 2012-07-08 | 1 | -1/+1 |
| | |||||
* | package suitesparse: install config header | Mark Brand | 2012-06-12 | 1 | -0/+1 |
| | |||||
* | update package suitesparse | Mark Brand | 2012-06-12 | 1 | -2/+2 |
| | |||||
* | update package suitesparse | Mark Brand | 2012-05-20 | 1 | -1/+1 |
| | |||||
* | all packages: use $(WGET) portability variable | Tony Theodore | 2012-05-16 | 1 | -1/+1 |
| | |||||
* | package suitesparse: fix compiling 3.7.0 | Alois Schlögl | 2012-05-03 | 1 | -1/+1 |
| | |||||
* | Move full package names from src/*.mk into package list (index.html) | Volker Grabsch | 2012-03-29 | 1 | -1/+0 |
| | |||||
* | Move doc/index.html -> index.html | Volker Grabsch | 2012-03-29 | 1 | -1/+1 |
| | |||||
* | Move $(PKG)_VERSION and $(PKG)_WEBSITE from src/*.mk into doc/index.html | Volker Grabsch | 2012-03-29 | 1 | -2/+0 |
| | |||||
* | Rebrand to new project name MXE | Volker Grabsch | 2012-03-28 | 1 | -1/+1 |
| | |||||
* | package suitesparse: fix checksum | Tony Theodore | 2012-02-04 | 1 | -1/+1 |
| | |||||
* | package suitesparse: fix checksum | Mark Brand | 2011-12-26 | 1 | -2/+1 |
| | |||||
* | update packages: lcms libpng qt suitesparse | Mark Brand | 2011-12-16 | 1 | -2/+2 |
| | |||||
* | ignore version 3.6.1 of package suitesparse, because the package download ↵ | Volker Grabsch | 2011-05-18 | 1 | -1/+1 |
| | | | | throws an "Error 403" | ||||
* | update packages glew, gtkmm, imagemagick, pangomm, suitesparse, x264, xvidcore | Tony Theodore | 2011-03-01 | 1 | -2/+2 |
| | |||||
* | remove package metis because it is not (yet) Free Software | Volker Grabsch | 2010-11-28 | 1 | -3/+2 |
| | |||||
* | cleanup package: suitesparse | Volker Grabsch | 2010-11-28 | 1 | -16/+10 |
| | |||||
* | fix dummy permissions (664 -> 644) | Volker Grabsch | 2010-11-17 | 1 | -13/+13 |
| | |||||
* | fix website URLs of packages: blas suitesparse | Volker Grabsch | 2010-11-17 | 1 | -1/+1 |
| | |||||
* | fix build issues of packages: lapack suitesparse | Volker Grabsch | 2010-11-17 | 1 | -3/+3 |
| | |||||
* | cleanup packages: blas cblas lapack metis suitesparse | Volker Grabsch | 2010-11-16 | 1 | -45/+36 |
| | |||||
* | build package metis separately, don't build it inline with package suitesparse | Volker Grabsch | 2010-11-16 | 1 | -11/+3 |
| | |||||
* | improvements for packages: cblas lapack suitesparse | Alois Schlögl | 2010-11-16 | 1 | -7/+33 |
| | |||||
* | improvements for package: suitesparse | Alois Schlögl | 2010-11-16 | 1 | -3/+3 |
| | |||||
* | improvements for packages: metis suitesparse | Tony Theodore | 2010-11-16 | 1 | -5/+30 |
| | |||||
* | new packages: metis suitesparse | Alois Schlögl | 2010-11-16 | 1 | -0/+28 |