An open API service indexing awesome lists of open source software.

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

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
```