blob 6c71cb0f9146a8da44fbdb53f9bbb503911b9d29 309 bytes (raw)
name: talks/fcc-inrae-2022/example/some-python-with-gcc7.scm # note: path name is non-authoritative(*)
1
2
3
4
5
6
7
8
9
10
11
12
13
| | (use-modules (guix transformations))
(define transform
(options->transformation
'((with-c-toolchain . "python=gcc-toolchain@7"))))
(packages->manifest
(map (compose transform specification->package)
(list
"python"
"python-matplotlib"
"python-numpy"
"python-scipy")))
|
debug log:
solving 6c71cb0 ...
found 6c71cb0 in https://yhetil.org/guix/20220620035428.4810-1-zimon.toutoune@gmail.com/
applying [1/1] https://yhetil.org/guix/20220620035428.4810-1-zimon.toutoune@gmail.com/
diff --git a/talks/fcc-inrae-2022/example/some-python-with-gcc7.scm b/talks/fcc-inrae-2022/example/some-python-with-gcc7.scm
new file mode 100644
index 0000000..6c71cb0
Checking patch talks/fcc-inrae-2022/example/some-python-with-gcc7.scm...
Applied patch talks/fcc-inrae-2022/example/some-python-with-gcc7.scm cleanly.
index at:
100644 6c71cb0f9146a8da44fbdb53f9bbb503911b9d29 talks/fcc-inrae-2022/example/some-python-with-gcc7.scm
(*) Git path names are given by the tree(s) the blob belongs to.
Blobs themselves have no identifier aside from the hash of its contents.^
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.