changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra / default.sxp

changeset 271: cd797f4eb846
parent: e2b8d0be0d24
child: 71ac00213ae3
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 16 Jun 2024 19:15:28 -0400
permissions: -rw-r--r--
description: rm infra.asd
1 ;; -*- mode:skel -*-
2 :sbcl-version "2.4.5" ;; SBCL is always required for bootstrap
3 
4 :cc "clang"
5 
6 :lisp "sbcl"
7 
8 :stash ".stash" ;; local build stash
9 
10 :dist nil ;; remote distribution directory, or nil to use the stash
11  ;; instead
12 
13 :install-root "/usr/local" ;; default installation directory
14 
15 :log-level :debug ;; should usually be set to at least :DEBUG, set to
16  ;; :TRACE or T for verbose output
17 
18 :lisp-home "/usr/local/share/lisp"
19 
20 :quicklisp-home "/usr/local/share/lisp/quicklisp"
21 
22 :rust-home "/usr/local/share/rust"
23 
24 :cargo-home "/usr/local/share/rust/cargo"