-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -649,17 +649,7 @@ <h2>Hands-on</h2> | |
</section> | ||
<section> | ||
<section> | ||
<img src="dist/images/logo.svg" /> | ||
<h1 class="r-fit-text">What's new in Spack?</h1> | ||
<p>and what's to come?</p> | ||
</section> | ||
<section> | ||
<h2>What's new</h2> | ||
<ul> | ||
<li>Compiler runtime packages</li> | ||
<li>Automatic libc external</li> | ||
<li>Python virtual environments</li> | ||
</ul> | ||
<h1 class="r-fit-text">What are runtimes in Spack 0.22?</h1> | ||
</section> | ||
<section> | ||
<h2>Compiler runtime packages</h2> | ||
|
@@ -808,9 +798,13 @@ <h2>Spack 0.23 🔮</h2> | |
<li>Runtimes for other things than compilers?</li> | ||
</ul> | ||
</section> | ||
</section> | ||
<section> | ||
<section> | ||
<h2>What is <code>python-venv</code>?</h2> | ||
Python's injected runtime | ||
</section> | ||
<section> | ||
<h2>Python's injected runtime</h2> | ||
<pre><code data-noescape class="spec">$ spack spec py-click | ||
- [email protected] | ||
- ^[email protected] | ||
|
@@ -905,7 +899,7 @@ <h2>Hands on #1</h2> | |
|
||
<section> | ||
<section> | ||
<h2>Hands on #2</h2> | ||
<h2>Hands on OCI build caches</h2> | ||
<ul> | ||
<li>Learn about build caches</li> | ||
<li>Create container images</li> | ||
|