Commit Graph
14 Commits
Author SHA1 Message Date
Timo Kaufmann 9c79016915 givaro: 4.0.2 -> 4.0.4 2018-03-16 00:53:37 +01:00
Timo Kaufmann 488835ec6e conan: Locally pin deps, enable tests 2018-03-15 13:48:58 +01:00
Timo Kaufmann 5fdfe61b35 conan: Fix build
conan has very strict requirements on the versions of its dependencies.
This patch adds downgraded versinos of node-semver and distro to
statisfy these requirements.
2018-03-13 11:36:45 +01:00
Timo Kaufmann 95e88ad818 bip: Fix build 2018-03-10 18:06:35 +01:00
Timo Kaufmann 6b53a7cd09 blackmagic: Revert to gcc6 2018-03-10 16:15:57 +01:00
Timo Kaufmann 77d1fdb2c1 ecm: 6.4.4 -> 7.0.4 2018-03-07 18:28:26 +01:00
Timo Kaufmann 4f239f9d49 sage: Make build more platform independant 2018-03-04 01:36:31 +01:00
Timo Kaufmann 5643128ff2 syncthing,qsyncthingtray: remove syncthing-inotify
syncthing-inotify is replaced by the new syncthing "fswatcher" feature.
2018-02-24 01:08:44 +01:00
Timo Kaufmann 89162cdd29 sage: explicitly use gfortran6
The recent change from gfortran=gfortran6 to gfortran=gfortran7 broke
the build.
2018-02-23 17:00:21 +01:00
Timo Kaufmann 0713bde50f sage: Don't build docs by default
This makes the HTML-docs an default-off option. Inline documentation
(`matrix-plot??`) is still available and HTML docs are available online.

Motivation: Get below the Hydra output size limit.
2018-02-13 17:52:41 +01:00
Timo Kaufmann 272e930827 sage: fix non-deterministic build failures
The build was failing on some machines because of a `find` command that
touched files in different orders on different machines.

That confused `make`s timestamp mechanism.
2018-02-05 15:03:24 +01:00
Timo Kaufmann b223662ad1 sage: 8.0 -> 8.1, fix sandbox build
The sandboxed build was failing, because it relied heavily on
/usr/bin/env. This is fixed with a lot of shebang patching (both
to system packages and to sage-internal packages).
2018-01-26 14:42:24 +01:00
Timo Kaufmann 0cc1cf7407 qutebrowser: 1.0.2 -> 1.0.3 2017-11-05 18:54:33 -06:00
Timo Kaufmann fe68ba81d2 sage: 6.8 -> 8.0
This "un-breaks" sage while also updating it to 8.0.

It compiles sage with its dependencies as one big pile, which is not
the best approach but definately better than nothing for now.

To be able to shrink the huge output pile a little, it also splits
docs from the rest of the output.
2017-11-05 17:37:40 -06:00