This file contains hidden or 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
| #import "@preview/ilm:2.0.0": * | |
| #show: ilm.with( | |
| cover-page: none, | |
| table-of-contents: none, | |
| paper-size: "a5", | |
| // footer: none, | |
| footer: "page-number-center", | |
| ) |
This file contains hidden or 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
| #!/usr/bin/env bash | |
| # shellcheck disable=SC1090 | |
| packages=( | |
| autoconf automake bzip2 cmake diffutils | |
| findutils gettext git gmake libtool m4 | |
| ninja openssl perl pkgconf python | |
| ) | |
| git clone -b releases/v1.1 --depth 2 https://github.com/spack/spack.git ~/spack |
This file contains hidden or 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
| #!/usr/bin/env bash | |
| # shellcheck disable=SC2016 | |
| # shellcheck disable=SC2154 | |
| # @arg app! | |
| # @arg version! | |
| # @arg prefix! | |
| # @env GENMOD_DIR! | |
| eval "$(argc --argc-eval "$0" "$@")" |