summaryrefslogtreecommitdiff
path: root/lib/spack/docs/build_systems.rst
diff options
context:
space:
mode:
authorThomas Dickerson <elfprince13@gmail.com>2022-04-04 04:32:25 -0400
committerGitHub <noreply@github.com>2022-04-04 10:32:25 +0200
commitee505e6c69528825d269cf90277654ff93a343e0 (patch)
treef2cea852f2007c992e222a050f7c732c56a3d3a4 /lib/spack/docs/build_systems.rst
parentd61e54b4c7da6ceaee098447f6d1baa5ee4e1668 (diff)
downloadspack-ee505e6c69528825d269cf90277654ff93a343e0.tar.gz
spack-ee505e6c69528825d269cf90277654ff93a343e0.tar.bz2
spack-ee505e6c69528825d269cf90277654ff93a343e0.tar.xz
spack-ee505e6c69528825d269cf90277654ff93a343e0.zip
Add support for racket packages (#27564)
- Add variants for various common build flags, including support for both versions of the Racket VM environment. - Prevent `-j` flags to `make`, which has been known to cause problems with Racket builds. - Prefer the minimal release to improve install times. Bells and whistles carry their own runtime dependencies and should be installed via `raco`. An enterprising user may even create a `RacketPackage` class to make spack aware of `raco` installed packages. - Match the official version numbering scheme.
Diffstat (limited to 'lib/spack/docs/build_systems.rst')
-rw-r--r--lib/spack/docs/build_systems.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/spack/docs/build_systems.rst b/lib/spack/docs/build_systems.rst
index 0ee80276b8..77fb5c7838 100644
--- a/lib/spack/docs/build_systems.rst
+++ b/lib/spack/docs/build_systems.rst
@@ -51,6 +51,7 @@ on these ideas for each distinct build system that Spack supports:
build_systems/perlpackage
build_systems/pythonpackage
build_systems/rpackage
+ build_systems/racketpackage
build_systems/rubypackage
.. toctree::