https://github.com/kklot/spackr
additional/custom R packages for spack
https://github.com/kklot/spackr
eppasm hpc-cluster spack spack-packages spack-repo tmb
Last synced: about 1 year ago
JSON representation
additional/custom R packages for spack
- Host: GitHub
- URL: https://github.com/kklot/spackr
- Owner: kklot
- License: mit
- Created: 2022-02-24T14:28:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-24T16:18:18.000Z (over 4 years ago)
- Last Synced: 2025-02-16T03:29:23.969Z (over 1 year ago)
- Topics: eppasm, hpc-cluster, spack, spack-packages, spack-repo, tmb
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spackr
additional/custom R packages for spack, e.g.,
- [x] TMB
- [x] INLA
- [ ] eppasm
- [ ] naomi
## How to:
clone this repo to, for example, `spackr`, then edit the default repos
located at
`etc/spack/defaults/repos.yaml`, changing from
```yaml
repos:
- $spack/var/spack/repos/builtin
```
to
```yaml
repos:
- ~/spackr
- $spack/var/spack/repos/builtin
```