all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 6c71cb0f9146a8da44fbdb53f9bbb503911b9d29 309 bytes (raw)
name: talks/jres-2022/src/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/20220620035132.3461-1-zimon.toutoune@gmail.com/

applying [1/1] https://yhetil.org/guix/20220620035132.3461-1-zimon.toutoune@gmail.com/
diff --git a/talks/jres-2022/src/example/some-python-with-gcc7.scm b/talks/jres-2022/src/example/some-python-with-gcc7.scm
new file mode 100644
index 0000000..6c71cb0

Checking patch talks/jres-2022/src/example/some-python-with-gcc7.scm...
Applied patch talks/jres-2022/src/example/some-python-with-gcc7.scm cleanly.

index at:
100644 6c71cb0f9146a8da44fbdb53f9bbb503911b9d29	talks/jres-2022/src/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.