changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra / default.sxp

changeset 232: 8b62bc1ae25c
parent: 8b389e2e1a69
child: e2b8d0be0d24
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 26 May 2024 21:11:52 +0000
permissions: -rw-r--r--
description: more porting over to skelfile
1 ;; -*- mode:skel -*-
2 :sbcl-version "2.4.4" ;; 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"