mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 02:16:31 +01:00
gnu: cl-py4cl: Update to 0.0.0-1.2f2a008.
* gnu/packages/lisp-xyz.scm (sbcl-py4cl): Update to 0.0.0-1.2f2a008. [arguments]<#:phases>: Adjust substitutions to renamed files. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
8f5b2f0693
commit
5059e7f01e
1 changed files with 5 additions and 5 deletions
|
@ -5183,8 +5183,8 @@ writing NumPy @file{.npy} and @file{.npz} files.")
|
||||||
(sbcl-package->ecl-package sbcl-numpy-file-format))
|
(sbcl-package->ecl-package sbcl-numpy-file-format))
|
||||||
|
|
||||||
(define-public sbcl-py4cl
|
(define-public sbcl-py4cl
|
||||||
(let ((commit "4c8a2b0814fd311f978964f825ce012290f60136")
|
(let ((commit "2f2a008dd6162d4446803971292fe1b323fe0dd5")
|
||||||
(revision "1"))
|
(revision "2"))
|
||||||
(package
|
(package
|
||||||
(name "sbcl-py4cl")
|
(name "sbcl-py4cl")
|
||||||
(version (git-version "0.0.0" revision commit))
|
(version (git-version "0.0.0" revision commit))
|
||||||
|
@ -5197,7 +5197,7 @@ writing NumPy @file{.npy} and @file{.npz} files.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15mk7qdqjkj56gdnbyrdyz6r7m1h26ldvn6ch96pmvg5vmr1m45r"))
|
"1zx1kpfpd8mi1qaa7gr32mki6nvl6pqcs3437fvn4xa3yf7ybsha"))
|
||||||
(modules '((guix build utils)))))
|
(modules '((guix build utils)))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
@ -5212,7 +5212,7 @@ writing NumPy @file{.npy} and @file{.npz} files.")
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'fix-python3-path
|
(add-after 'unpack 'fix-python3-path
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
(substitute* "src/callpython.lisp"
|
(substitute* "src/python-process.lisp"
|
||||||
(("\\*python-command\\* \"python\"")
|
(("\\*python-command\\* \"python\"")
|
||||||
(string-append "*python-command* "
|
(string-append "*python-command* "
|
||||||
"\""
|
"\""
|
||||||
|
@ -5225,7 +5225,7 @@ writing NumPy @file{.npy} and @file{.npz} files.")
|
||||||
;; source-code so lisp can call into "py4cl.py". We can
|
;; source-code so lisp can call into "py4cl.py". We can
|
||||||
;; hard-code this since we know where this file will
|
;; hard-code this since we know where this file will
|
||||||
;; reside.
|
;; reside.
|
||||||
(substitute* "src/callpython.lisp"
|
(substitute* "src/python-process.lisp"
|
||||||
(("py4cl/config:\\*base-directory\\*")
|
(("py4cl/config:\\*base-directory\\*")
|
||||||
(string-append
|
(string-append
|
||||||
"\""
|
"\""
|
||||||
|
|
Loading…
Add table
Reference in a new issue