-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (35 loc) · 1.72 KB
/
Copy pathindex.html
File metadata and controls
39 lines (35 loc) · 1.72 KB
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
---
layout: home
author_profile: false
title: <img src="/assets/images/spack-logo-white.svg" width="96"/> Spack
excerpt: A flexible package manager supporting multiple versions, configurations, platforms, and compilers.
header:
overlay_image: /assets/images/sierra-banner.jpg
overlay_filter: .5
caption: "Photo: [**LLNL Sierra**](https://computing.llnl.gov/computers/sierra)"
actions:
- label: "<i class=\"fab fa-fw fa-github\"></i> GitHub"
url: "https://github.com/spack/spack"
- label: "<i class=\"fab fa-brands fa-x-twitter\"></i> @spackpm"
url: "https://x.com/spackpm"
- label: "<i class=\"fab fa-brands fa-mastodon\"></i> @spack"
url: "https://mast.hpc.social/@spack"
- label: "<i class=\"fab fa-slack\"></i> Slack"
url: "https://slack.spack.io"
- label: "<i class=\"fas fa-book\"></i> Docs"
url: "https://spack.readthedocs.io/"
- label: "<i class=\"fas fa-comments\"></i> Discussion"
url: "https://github.com/spack/spack/discussions"
---
{% capture markdown %}
# Welcome to Spack!
Spack is a package manager for [supercomputers], Linux, macOS, and Windows.
It makes installing scientific software easy.
Spack isn't tied to a particular language; you can build a software stack consisting of Python or R packages, link to libraries written in C, C++, or Fortran, easily [swap compilers], and target [specific microarchitectures].
Learn more [here][about].
[swap compilers]: https://spack.readthedocs.io/en/latest/spec_syntax.html
[supercomputers]: https://en.wikipedia.org/wiki/Supercomputer
[specific microarchitectures]: https://spack.readthedocs.io/en/latest/spec_syntax.html#support-for-specific-microarchitectures
[about]: /about/ "Learn more about Spack"
{% endcapture %}
{{ markdown | markdownify }}