unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob 0b4d506535822bb1d885ef00c61ad64e5c9060db 14808 bytes (raw)
name: gnu/packages/lean.scm 	 # note: path name is non-authoritative(*)

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
 
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2019 Amin Bandali <bandali@gnu.org>
;;; Copyright © 2020 Brett Gilio <brettg@gnu.org>
;;; Copyright © 2020 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2022 Pradana Aumars <paumars@courrier.dev>
;;; Copyright © 2023 Zhu Zihao <all_but_last@163.com>
;;; Copyright © 2024 Antero Mejr <mail@antr.me>
;;;
;;; This file is part of GNU Guix.
;;;
;;; GNU Guix is free software; you can redistribute it and/or modify it
;;; under the terms of the GNU General Public License as published by
;;; the Free Software Foundation; either version 3 of the License, or (at
;;; your option) any later version.
;;;
;;; GNU Guix is distributed in the hope that it will be useful, but
;;; WITHOUT ANY WARRANTY; without even the implied warranty of
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
;;; GNU General Public License for more details.
;;;
;;; You should have received a copy of the GNU General Public License
;;; along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.

(define-module (gnu packages lean)
  #:use-module (guix build-system cmake)
  #:use-module (guix build-system emacs)
  #:use-module (guix build-system lean)
  #:use-module (guix build-system python)
  #:use-module (guix download)
  #:use-module (guix gexp)
  #:use-module (guix git-download)
  #:use-module (guix packages)
  #:use-module (guix platform)
  #:use-module (guix utils)
  #:use-module ((guix licenses) #:prefix license:)
  #:use-module (gnu packages base)
  #:use-module (gnu packages graphviz)
  #:use-module (gnu packages libevent)
  #:use-module (gnu packages multiprecision)
  #:use-module (gnu packages perl)
  #:use-module (gnu packages python-build)
  #:use-module (gnu packages python-crypto)
  #:use-module (gnu packages python-web)
  #:use-module (gnu packages python-xyz)
  #:use-module (gnu packages version-control))

(define-public lean
  (package
    (name "lean")
    (version "4.10.0") ;TODO: when updating, update mathlib deps as well
    (source (origin
              (method git-fetch)
              (uri (git-reference
                    (url "https://github.com/leanprover/lean4")
                    (commit (string-append "v" version))))
              (file-name (git-file-name name version))
              (sha256
               (base32
                "1q0xfg0apzb0dwj71k46w5218hwm2k890cgslwzr4mlyhvrspmcl"))))
    (build-system cmake-build-system)
    (arguments
     (list #:build-type "Release" ;default upstream build type
           #:phases
           #~(modify-phases %standard-phases
               (add-after 'unpack 'patch
                 (lambda _
                   (substitute* "stage0/src/CMakeLists.txt"
                     (("set\\(LEAN_PLATFORM_TARGET.*$")
                      (format #f "\
set(LEAN_PLATFORM_TARGET \"~a-linux-gnu\" CACHE STRING \
\"LLVM triple of the target platform\")\n"
                              #$(platform-linux-architecture
                                 (lookup-platform-by-target-or-system
                                  (or (%current-target-system)
                                      (%current-system)))))))
                   (substitute* '("src/lean.mk.in"
                                  "src/stdlib.make.in"
                                  "stage0/src/lean.mk.in"
                                  "stage0/src/stdlib.make.in")
                     (("/usr/bin/env bash")
                      (which "bash")))
                   (substitute* "src/lake/examples/reverse-ffi/Makefile"
                     (("cc -o")
                      "gcc -o")))))))
    (native-search-paths
     (list (search-path-specification
            (variable "LEAN_PATH")
            (files (list (string-append "lib/lean"
                                        (version-major+minor version)
                                        "/packages"))))))
    (native-inputs (list diffutils git-minimal perl))
    (inputs (list gmp libuv))
    (synopsis "Theorem prover and programming language")
    (home-page "https://lean-lang.org")
    (description
     "Lean is a theorem prover and programming language with a small trusted
core based on dependent typed theory, aiming to bridge the gap between
interactive and automated theorem proving.")
    (license license:asl2.0)))

(define-public lean3
  (package
    (inherit lean)
    (name "lean")
    (version "3.51.1")
    (source (origin
              (method git-fetch)
              (uri (git-reference
                    (url "https://github.com/leanprover-community/lean")
                    (commit (string-append "v" version))))
              (file-name (git-file-name name version))
              (sha256
               (base32
                "17g4d3lqnbl1yfy2pjannf73v8qhc5003d2jkmrqiy05zkqs8d9n"))))
    (arguments
     (list #:build-type "Release"
           ;; XXX: Test phases currently fail on 32-bit sytems.
           ;; Tests for those architectures have been temporarily
           ;; disabled, pending further investigation.
           #:tests? (and (not (%current-target-system))
                         (let ((arch (%current-system)))
                           (not (or (string-prefix? "i686" arch)
                                    (string-prefix? "armhf" arch)))))
           #:phases #~(modify-phases %standard-phases
                        (add-before 'configure 'chdir-to-src
                          (lambda _ (chdir "src"))))))
    (inputs (list gmp))))

(define-public python-mathlibtools
  (package
    (name "python-mathlibtools")
    (version "1.1.1")
    (source (origin
              (method url-fetch)
              (uri (pypi-uri "mathlibtools" version))
              (sha256
               (base32
                "089pql105imx8z7ar1wiz9fn000jp6xqdfixw4jf2vric94vn9fj"))))
    (build-system python-build-system)
    (arguments
     '(#:phases (modify-phases %standard-phases
                  (add-before 'check 'fix-home-directory
                    (lambda _
                      (setenv "HOME" "/tmp"))))))
    (inputs (list python-toml
                  python-pygithub
                  python-certifi
                  python-gitpython
                  python-requests
                  python-click
                  python-tqdm
                  python-networkx
                  python-pydot
                  python-pyyaml
                  python-atomicwrites))
    (home-page "https://github.com/leanprover-community/mathlib-tools")
    (synopsis "Development tools for Lean mathlib")
    (description
     "This package contains @command{leanproject}, a supporting tool for Lean
mathlib, a mathematical library for the Lean theorem prover.")
    (license license:asl2.0)))

(define-public emacs-lean4-mode
  (let ((commit "da7b63d854d010d621e2c82a53d6ae2d94dd53b0") ;no releases
        (revision "0"))
    (package
      (name "emacs-lean4-mode")
      (version (git-version "0.1.0" revision commit))
      (source
       (origin
         (method git-fetch)
         (uri (git-reference
               (url "https://github.com/leanprover-community/lean4-mode")
               (commit commit)))
         (file-name (git-file-name name version))
         (sha256
          (base32 "0vj9vrfkgm7plp5mvq22fm9sln11j9763g3wd2w6c82rlsk6dhva"))))
      (build-system emacs-build-system)
      (home-page "https://github.com/leanprover-community/lean4-mode")
      (synopsis "Emacs major mode for the Lean 4 theorem prover")
      (description
       "This package provides a major mode and utilities for working with the
Lean 4 theorem prover.")
      (license license:asl2.0))))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Please keep everything below here alphabetized.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

(define-public lean-aesop
  (package
    (name "lean-aesop")
    (version "4.10.0") ;matches the version of lean package
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
             (url "https://github.com/leanprover-community/aesop")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "039rdy7lldkvbl8gvln4v912b9pyx0952mqad49g755yvhgq7zw0"))))
    (build-system lean-build-system)
    (propagated-inputs (list lean-batteries))
    (home-page
     "https://leanprover-community.github.io/mathlib4_docs/Aesop.html")
    (synopsis "Proof search tactic for the Lean theorem prover")
    (description
     "@acronym{Aesop,Automated Extensible Search for Obvious Proofs} is a
proof search tactic for Lean 4.  It is broadly similar to Isabelle's
@code{auto}.")
    (license license:asl2.0)))

(define-public lean-batteries
  (package
    (name "lean-batteries")
    (version "4.10.0") ;matches the version of lean package
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
             (url "https://github.com/leanprover-community/batteries")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "0q7wcbx3wl318k8x0hh846bdnh960kiqv9bvs83yzwlnqsvgiiga"))))
    (build-system lean-build-system)
    (home-page
     "https://leanprover-community.github.io/mathlib4_docs/Batteries.html")
    (synopsis "Extended standard library for the Lean theorem prover")
    (description
     "This package provides a a collection of data structures and tactics
intended for use by both computer-science applications and mathematics
applications of Lean 4.")
    (license license:asl2.0)))

(define-public lean-cli
  (let ((commit "2cf1030dc2ae6b3632c84a09350b675ef3e347d0")
        (revision "0"))
    (package
      (name "lean-cli")
      (version (git-version "4.10.0" revision commit)) ;matches lean version
      (source
       (origin
         (method git-fetch)
         (uri (git-reference
               (url "https://github.com/leanprover/lean4-cli")
               (commit commit)))
         (file-name (git-file-name name version))
         (sha256
          (base32 "0vj9vrfkgm7plp5mvq22fm9sln11j9763g3wd2w6c82rlsk6dhva"))))
      (build-system lean-build-system)
      (home-page "https://github.com/leanprover/lean4-cli")
      (synopsis "Lean library for creating command-line interfaces")
      (description
       "This package provides a Lean library for creating command-line
interfaces and argument parsing, using a @acronym{DSL, domain-specific
language}.")
      (license license:asl2.0))))

(define-public lean-importgraph
  (package
    (name "lean-importgraph")
    (version "4.10.0") ;matches the version of lean package
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
             (url "https://github.com/leanprover-community/import-graph")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "0vj9vrfkgm7plp5mvq22fm9sln11j9763g3wd2w6c82rlsk6dhva"))))
    (build-system lean-build-system)
    (propagated-inputs (list lean-batteries lean-cli))
    (home-page "https://github.com/leanprover-community/import-graph")
    (synopsis "Lean tool for generating import graphs of Lake packages")
    (description
     "This package provides a tool to generate import graphs of packages for
Lean's Lake package manager.")
    (license license:asl2.0)))

(define-public lean-mathlib
  (package
    (name "lean-mathlib")
    (version "4.10.0") ;matches the version of lean package
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
             (url "https://github.com/leanprover-community/mathlib4")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "0qxif7ldrcbd8mrmy6rsxig41jbvffhs6vab3bix15pbil5z4x6q"))))
    (build-system lean-build-system)
    (propagated-inputs (list lean-aesop
                             lean-batteries
                             lean-importgraph
                             lean-proofwidgets
                             lean-qq))
    (home-page "https://leanprover-community.github.io/mathlib4_docs/")
    (synopsis "Math library for the Lean theorem prover")
    (description
     "This package provides a Lean library with proofs and tactics for
programming and mathematics.")
    (license license:asl2.0)))

(define-public lean-proofwidgets
  (package
    (name "lean-proofwidgets")
    (version "0.0.41")
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
             (url "https://github.com/leanprover-community/ProofWidgets4")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "0vj9vrfkgm7plp5mvq22fm9sln11j9763g3wd2w6c82rlsk6dhva"))))
    (build-system lean-build-system)
    (propagated-inputs (list lean-batteries))
    (home-page
     "https://leanprover-community.github.io/mathlib4_docs/ProofWidgets.html")
    (synopsis "User interface library for the Lean theorem prover")
    (description
     "This package provides a library of user interface components for Lean
4. It supports:
@itemize
@item{symbolic visualizations of mathematical objects and data structures}
@item{data visualization}
@item{interfaces for tactics and tactic modes}
@item{alternative and domain-specific goal state displays}
@item{user interfaces for entering expressions and editing proofs}
@end itemize")
    (license license:asl2.0)))

(define-public lean-qq
  (let ((commit "71f54425e6fe0fa75f3aef33a2813a7898392222") ;no tags
        (revision "0"))
    (package
      (name "lean-qq")
      (version (git-version "4.10.0" revision commit)) ;match lean version
      (source
       (origin
         (method git-fetch)
         (uri (git-reference
               (url "https://github.com/leanprover-community/quote4")
               (commit commit)))
         (file-name (git-file-name name version))
         (sha256
          (base32 "0d5qihwqh17ajld2lxjai2y0s0a5551y19da1y8azihlmy540nc8"))))
      (build-system lean-build-system)
      (arguments (list #:tests? #f)) ;no tests
      (home-page
       "https://leanprover-community.github.io/mathlib4_docs/Qq.html")
      (synopsis "Lean library for type-safe expression quotations")
      (description
       "This package provides a Lean library for type-safe expression
quotations, which are a particularly convenient way of constructing
object-level expressions (Expr) in meta-level code.")
      (license license:asl2.0))))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; New Lean packages should be alphabetized above.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

debug log:

solving 0b4d506535 ...
found 0b4d506535 in https://yhetil.org/guix-patches/8734mxnp42.fsf@antr.me/
found 1533200426 in https://git.savannah.gnu.org/cgit/guix.git
preparing index
index prepared:
100644 15332004262faab1cd5014ee53e0b25a549c7fe3	gnu/packages/lean.scm

applying [1/1] https://yhetil.org/guix-patches/8734mxnp42.fsf@antr.me/
diff --git a/gnu/packages/lean.scm b/gnu/packages/lean.scm
index 1533200426..0b4d506535 100644

Checking patch gnu/packages/lean.scm...
Applied patch gnu/packages/lean.scm cleanly.

index at:
100644 0b4d506535822bb1d885ef00c61ad64e5c9060db	gnu/packages/lean.scm

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).