Commit Graph

25 Commits

Author SHA1 Message Date
Timothy Gu d14a17c511 eigen/ffmpeg: update 2015-07-05 18:44:59 -07:00
Tobias Gruetzmacher 6bb70a6916 eigen: Update & enable shared build. 2014-10-10 00:15:46 +02:00
Timothy Gu f3254ddadb eigen: use eigen-3.2.1.tar.bz2 as file name
3.2.1.tar.bz2 looks really random.

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-08-17 17:26:51 -07:00
Tony Theodore 7ae90663c6 package eigen: fix typo 2014-04-28 18:26:27 +10:00
Brad Pitcher 3632aea052 add eigen test
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-04-26 20:01:16 -07:00
Brad Pitcher 8a07313d43 update eigen to 3.2.1 2014-04-19 17:45:57 -07:00
Tony Theodore 8de0584a23 many packages: explicitly disable shared builds
closes #369
2014-04-06 23:18:24 +10:00
Niels Kristian Bech Jensen 156417a58b update package eigen 2013-09-07 23:16:43 +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
Niels Kristian Bech Jensen f0e96705c5 update package eigen 2013-04-20 14:48:34 +10:00
Martin Lambers bbb8cb14a3 Update package eigen.
The update script only found versions 2.x, but 3.x is current.
2012-12-07 20:32:02 +01:00
Tony Theodore 4ed13a9f30 all packages: use $(WGET) portability variable 2012-05-16 17:49:40 +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
Volker Grabsch e86ebf0526 Fix annoying whitespaces at EOL 2012-03-27 13:29:57 +02:00
Mark Brand 96f6219738 package eigen: fixed subdir 2011-12-22 09:58:03 +01:00
Volker Grabsch d2690bc6a6 Fixed download URL of package eigen: HTTP redirects to HTTPS, so we should use the HTTPS URL directly 2011-12-16 10:21:33 +01:00
Volker Grabsch 48be942f78 Fixed checksum of package eigen 2011-12-16 10:20:05 +01:00
Mark Brand 8dd29376bd update package eigen 2011-12-06 22:34:02 +01:00
Tony Theodore b3db813174 packages cgal, eigen, lapack: use CMAKE_TOOLCHAIN_FILE 2011-11-27 00:45:44 +11:00
Mark Brand 78fced81ef package eigen: fix filename 2011-10-22 10:59:03 +02:00
Mark Brand 456cf21c12 style improvements for projects cgal eigen mpfr 2011-10-22 00:53:46 +02:00
Brad Pitcher 4093ebb6cc new packages cgal eigen mpfr 2011-10-22 00:24:34 +02:00