glicid-non-free/README.md

56 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

2023-02-03 19:07:14 +01:00
glicid-non-free
===
Description
---
We define in this repository packages that we use at GLiCID HPC that are ether non-free.
2023-02-03 18:01:57 +00:00
2023-02-03 19:07:14 +01:00
Two channels here :
- main ![CI Badge](https://guix.glicid.fr/jobset/glicid/badge.svg?type=1) : stable release of our channel
- devel ![CI Badge](https://guix.glicid.fr/jobset/glicid-devel/badge.svg?type=1) : development release of our channel, things may get broken
2023-02-03 18:01:57 +00:00
2023-02-03 19:07:14 +01:00
How to use
---
To use the guix-glicid channel, add these lines to ~/.config/guix/channels.scm or /etc/guix/channels.scm :
2023-02-03 18:01:57 +00:00
2023-02-03 19:07:14 +01:00
<details>
<summary>For stable release :</summary>
2023-02-03 18:01:57 +00:00
```
2023-02-03 19:07:14 +01:00
(channel
(name 'glicid)
(url "https://gitlab.univ-nantes.fr/glicid-public/glicid-non-free.git")
(branch "main"))
2023-02-03 18:01:57 +00:00
```
2023-02-03 19:07:14 +01:00
</details>
2023-02-03 18:01:57 +00:00
2023-02-03 19:07:14 +01:00
<details>
<summary>For devel release :</summary>
2023-02-03 18:01:57 +00:00
2023-02-03 19:07:14 +01:00
```
(channel
(name 'glicid)
(url "https://gitlab.univ-nantes.fr/glicid-public/glicid-non-free.git")
(branch "devel"))
```
2023-02-03 18:01:57 +00:00
2023-02-03 19:07:14 +01:00
</details>
2023-02-03 18:01:57 +00:00
2023-02-03 19:07:14 +01:00
Substitutes configuration
---
2023-02-03 18:01:57 +00:00
2023-02-03 19:07:14 +01:00
We offer substitutes (pre-built binaries) for these channels.
2023-02-03 18:01:57 +00:00
2023-02-03 19:07:14 +01:00
<details>
<summary>Substitutes configuration :</summary>
2023-02-03 18:01:57 +00:00
2023-02-03 19:07:14 +01:00
To obtain substitutes for packages in theses channel, add https://guix-substitutes.glicid.fr/ and authorize this key:
```
(public-key
(ecc
(curve Ed25519)
(q #C07EE66C971860BFE963856ADD29F5F97E347C0C97E4A915B0BE74114EB443AB#)))
```
2023-02-03 18:01:57 +00:00
2023-02-03 19:07:14 +01:00
</details>