Mirror of https://github.com/leanprover/lean2 in case it ever disappears
Find a file
Leonardo de Moura f49a610995 fix(.travis.yml): (try to fix) random build failures at travis
At https://bitcointalk.org/index.php?topic=304389.0, people suggest
that the failure

    g++-4.8: internal compiler error: Killed (program cc1plus)

usually happens when the system does not have enough free memory.
A possible workaround is to disable parallel build, and compile file by
file. I added the option `-j1` to Ninja.
2014-09-26 09:05:30 -07:00
bin feat(linja): remove drivename to fix problems with ninja 2014-09-20 10:52:59 -07:00
doc fix(doc/lean): typos 2014-09-20 07:44:48 -07:00
images chore(*): add logo 2014-04-29 16:21:17 -07:00
library refactor(library/data/vector): rename 'vec' to 'vector' 2014-09-19 16:20:50 -07:00
script fix(script/demangle_cpptype): process line-by-line, instead of waiting for EOF 2013-09-29 18:36:01 -07:00
src feat(build): add IGNORE_SORRY cmake option 2014-09-26 08:55:54 -07:00
tests feat(frontends/lean/elaborator): discard partial solution during 2014-09-25 19:46:08 -07:00
.gitignore chore(.gitignore): add .lean_options 2014-09-04 15:04:57 -07:00
.travis.osx.yml feat(build): add IGNORE_SORRY cmake option 2014-09-26 08:55:54 -07:00
.travis.windows.yml feat(build): add IGNORE_SORRY cmake option 2014-09-26 08:55:54 -07:00
.travis.yml fix(.travis.yml): (try to fix) random build failures at travis 2014-09-26 09:05:30 -07:00
LICENSE Add LICENSE file 2013-07-15 18:55:48 -07:00
README.md refactor(library): set up and document standard/classical/hott imports 2014-08-25 22:57:55 -07:00

logo

LicenseUbuntuOS XWindowsCoverageBuilds/TestsStatic Analysis
Coverity Scan Build Status

About

Requirements

Installing required packages at

Build Instructions

Miscellaneous