Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tony Delarue
guix-hpc
Commits
fe6a1fe7
Commit
fe6a1fe7
authored
Oct 04, 2019
by
Ludovic Courtès
Browse files
README: Move "hacking" section below "Pre-built binaries".
parent
1d2010c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
fe6a1fe7
...
...
@@ -41,27 +41,6 @@ with the following snippet to request the `guix-hpc` _channel_:
That way,
`guix pull`
will systematically pull not only Guix, but also
Guix-HPC.
## Hacking on Guix-HPC
When working on packages of the
`guix-hpc`
channel, you'll need to clone
the
`guix-hpc`
repository:
```
cd src
git clone https://gitlab.inria.fr/guix-hpc/guix-hpc.git
```
From then on, you can edit package definitions, and then try them out by
passing the location of the checkout using the
`-L`
flag to
`guix build`
and other command-line tools, as in this example:
```
guix build -L ~/src/guix-hpc starpu
```
When you’re satisfied with your changes, push them—your changes are now
just a
`guix pull`
away for users of your channel!
## Pre-built binaries
Pre-built binaries for Guix-HPC packages are served from
...
...
@@ -102,6 +81,27 @@ Pre-built binaries for Guix-HPC packages are served from
Enjoy!
## Hacking on Guix-HPC
When working on packages of the
`guix-hpc`
channel, you'll need to clone
the
`guix-hpc`
repository:
```
cd src
git clone https://gitlab.inria.fr/guix-hpc/guix-hpc.git
```
From then on, you can edit package definitions, and then try them out by
passing the location of the checkout using the
`-L`
flag to
`guix build`
and other command-line tools, as in this example:
```
guix build -L ~/src/guix-hpc starpu
```
When you’re satisfied with your changes, push them—your changes are now
just a
`guix pull`
away for users of your channel!
## More information
The Guix manual contains useful information:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment