Mirror of https://github.com/leanprover/lean2 in case it ever disappears
Find a file
Soonho Kong d2b9fd073f feat(CMakeLists.txt): include cpp14_lang/sized_deallocation.cmake
Previously, it downloaded cpp14_lang/sized_deallocation.cmake file from
Github during cmake was running. This worked in most cases but failed in an
environment where network connection was not provided. A particular
example is to build Ubuntu packages. See [1] for details.

This patch is to include cpp14_lang/sized_deallocation.cmake file in the
repository. It also set COMP_CMAKE_PATH to indicate the location of the
pre-downloaded file. 'CACHE INTERNAL ""' is required to set the scope of
COMP_CMAKE_PATH file so that it's visible inside of
'CompBase.cmake'. See [2] for details.

[1]: https://launchpadlibrarian.net/263258156/buildlog_ubuntu-precise-amd64.lean_0.2.0.20160603023524.gitc73b2860d5211187e9aa1039d1a49dcabdca4292~12.04_BUILDING.txt.gz

[2]: https://cmake.org/cmake/help/v2.8.12/cmake.html#command:set
2016-06-03 12:00:43 -04:00
bin fix(bin/linja.in): roll back d8fb6f5 2016-02-15 14:31:15 -05:00
doc doc(export_format): minor fixes 2016-05-06 14:20:19 -07:00
extras feat(library/unification_hint): basic handling of user-supplied unification hints 2016-02-12 11:48:51 -08:00
hott feat(book): add new theorems to book.md 2016-05-06 14:27:27 -07:00
images chore(CMakeLists.txt): move Lean logo to make sure we can test leanemacs without installing Lean 2015-01-31 17:38:49 -08:00
library fix(theories/analysis): rename derivative theorems 2016-06-02 10:45:54 -07:00
script fix(script/check_md_links.py): author name 2016-02-23 20:17:03 -05:00
src feat(CMakeLists.txt): include cpp14_lang/sized_deallocation.cmake 2016-06-03 12:00:43 -04:00
tests/lean fix(frontends/lean): uniform handling of declaration compound names 2016-06-02 18:07:03 -07:00
.gitignore feat(util/file_lock): add support for Windows 2015-12-14 10:07:26 -08:00
.travis.osx.yml fix(.travis.osx.yml): explicitly turn on multi-thread support 2015-05-06 02:37:31 -04:00
.travis.windows.yml fix(.travis.windows.yml): use cmake-2.8.11.2 2015-05-05 17:17:37 -04:00
.travis.yml fix(.travis.yml): add missing ';'s 2015-05-13 17:52:39 -04:00
LICENSE Add LICENSE file 2013-07-15 18:55:48 -07:00
README.md refactor(README.md): change Latex link from pygments to lstlean 2016-06-02 10:45:13 -07:00

logo

LicenseWindowsUbuntuOS XBuilds/Tests

Issue Stats Issue Stats

About

Requirements

Installing required packages at

Windows

Linux

OS X

Build Instructions

Miscellaneous