Commit Graph

44 Commits

Author SHA1 Message Date
Tony Theodore 01e2a64d00 cross packages: replace dependency gcc with cc 2017-12-23 08:19:00 +11:00
Tony Theodore e983597b0e suitesparse: update 4.2.1 --> 4.5.6 and enable shared,intel-tbb,metis,openblas
closes #1921
2017-11-21 11:30:57 +11:00
Viktor Szakats 45d34aaac7 more URL updates 2017-03-10 13:59:00 +00:00
Boris Nagaev 74163f1794 add _WEBSITE and _DESCR fields to core packages
See https://github.com/mxe/mxe/issues/1422

Automation (Python 2 code): https://gist.github.com/9f5c315e5d0cf113d41dc454b7a0eb41
2016-12-22 22:25:48 +01:00
Boris Nagaev 6adb5ade12 Copyright headers: point to LICENSE.md and shorten
The following script was applied:

    sed ':a;/part of MXE.$/{N;s/\n//;ba}' -i $(git grep -l 'part of MXE')

    sed 's/\(part of MXE\).*\(See index.html\)/\1. \2/' -i \
        $(git grep -l 'part of MXE.*See index.html')

    before='This file is part of MXE. See index.html for further information.'
    after='This file is part of MXE. See LICENSE.md for licensing information.'
    sed "s/$before/$after/" -i $(git grep -l 'part of MXE')

Then git grep 'index.html for further information' revealed two other files.
One of them was patched manually (patch.mk). Makefile has text
"See index.html for further information" unrelated to licensing.

See https://github.com/mxe/mxe/issues/1500#issuecomment-241340792
2016-08-27 12:31:29 +03:00
Tony Theodore b2e57a7f13 suitesparse: add missing cross CXX variable 2015-12-07 09:33:13 +11:00
Tony Theodore fc0ed34fb9 all packages: really use sha256 checksums 2015-09-23 18:32:58 +10:00
Tony Theodore a228c0488f all packages: switch to sha256 checksums
closes #871
2015-09-23 17:27:16 +10:00
Boris Nagaev de90353233 fix suitesparse download URL
Old URL is 404. Parent URL redirects to [1].

[1] http://faculty.cse.tamu.edu/davis/research.html
2015-09-18 11:17:40 +03:00
Timothy Gu e093687cea Fix linking of suitesparse
See #403.

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-05-08 19:52:30 -07:00
Tony Theodore 8de0584a23 many packages: explicitly disable shared builds
closes #369
2014-04-06 23:18:24 +10:00
Volker Grabsch e412eb642d Move package versions from index.html back into the src/*.mk files
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)
2013-07-22 01:41:31 +02:00
David Ziman dd39d331a8 package suitesparse: update checksum 2013-07-13 18:24:40 +10:00
Niels Kristian Bech Jensen c634e01879 update package suitesparse 2013-04-28 15:52:15 +10:00
Niels Kristian Bech Jensen 327a1b5e3a update package suitsparse 2013-04-20 14:51:49 +10:00
Tony Theodore cd7ada78a6 package suitesparse: add secondary url 2012-09-17 21:31:16 +10:00
Tony Theodore 2d8a490af7 fix suitesparse checksum 2012-09-16 17:20:20 +10:00
Mark Brand 0677abd147 update package suitesparse 2012-07-18 01:27:59 +02:00
Mark Brand 3ced6de35d update package suitesparse 2012-07-09 01:30:37 +02:00
Mark Brand 6f35c21da4 package suitesparse: install config header 2012-06-12 21:32:15 +02:00
Mark Brand d9e8bf297b update package suitesparse 2012-06-12 21:23:22 +02:00
Mark Brand e0f23e55fe update package suitesparse 2012-05-20 23:44:39 +02:00
Tony Theodore 4ed13a9f30 all packages: use $(WGET) portability variable 2012-05-16 17:49:40 +10:00
Alois Schlögl 1c0c0be5af package suitesparse: fix compiling 3.7.0 2012-05-03 19:47:29 +10:00
Volker Grabsch 00f4690d3f Move full package names from src/*.mk into package list (index.html) 2012-03-29 21:41:44 +02:00
Volker Grabsch 7badad85c9 Move doc/index.html -> index.html 2012-03-29 12:14:15 +02:00
Volker Grabsch 7e6723adb5 Move $(PKG)_VERSION and $(PKG)_WEBSITE from src/*.mk into doc/index.html 2012-03-29 11:07:07 +02:00
Volker Grabsch defdff28f0 Rebrand to new project name MXE 2012-03-28 15:46:58 +02:00
Tony Theodore 3eb95d3a40 package suitesparse: fix checksum 2012-02-05 04:26:45 +11:00
Mark Brand af59ed307a package suitesparse: fix checksum 2011-12-26 10:54:12 +01:00
Mark Brand baa08f59e2 update packages: lcms libpng qt suitesparse 2011-12-16 13:15:16 +01:00
Volker Grabsch 6d0f84a206 ignore version 3.6.1 of package suitesparse, because the package download throws an "Error 403" 2011-05-18 03:00:27 +02:00
Tony Theodore 3bb2b8fcae update packages glew, gtkmm, imagemagick, pangomm, suitesparse, x264, xvidcore 2011-03-01 23:09:17 +11:00
Volker Grabsch c247c52493 remove package metis because it is not (yet) Free Software 2010-11-28 17:10:55 +01:00
Volker Grabsch c47a62afef cleanup package: suitesparse 2010-11-28 17:08:17 +01:00
Volker Grabsch 44fb1f071d fix dummy permissions (664 -> 644) 2010-11-17 03:56:10 +01:00
Volker Grabsch b3c7c457fc fix website URLs of packages: blas suitesparse 2010-11-17 03:32:28 +01:00
Volker Grabsch 281f36290c fix build issues of packages: lapack suitesparse 2010-11-17 02:59:17 +01:00
Volker Grabsch a149a4a947 cleanup packages: blas cblas lapack metis suitesparse 2010-11-17 00:52:47 +01:00
Volker Grabsch 328b9d8a9d build package metis separately, don't build it inline with package suitesparse 2010-11-16 19:53:44 +01:00
Alois Schlögl 66de4ee9ec improvements for packages: cblas lapack suitesparse 2010-11-16 19:13:33 +01:00
Alois Schlögl 2ae67527a8 improvements for package: suitesparse 2010-11-16 19:10:40 +01:00
Tony Theodore d60b42fa53 improvements for packages: metis suitesparse 2010-11-16 19:05:50 +01:00
Alois Schlögl 6bce5c4aec new packages: metis suitesparse 2010-11-16 19:03:38 +01:00