mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pyglm: Update to 2.8.1.
* gnu/packages/python-science.scm (python-pyglm): Update to 2.8.1. [native-inputs]: Add python-pytest, python-setuptools, and python-wheel. Change-Id: I38ebaa301c3f08f1c011b8695a5595fffbebc06e
This commit is contained in:
parent
41b2716442
commit
1208fe94e0
1 changed files with 9 additions and 6 deletions
|
@ -2911,7 +2911,7 @@ and more
|
||||||
(define-public python-pyglm
|
(define-public python-pyglm
|
||||||
(package
|
(package
|
||||||
(name "python-pyglm")
|
(name "python-pyglm")
|
||||||
(version "2.5.7")
|
(version "2.8.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
;; Test files are not included in the archive in pypi.
|
;; Test files are not included in the archive in pypi.
|
||||||
|
@ -2919,15 +2919,18 @@ and more
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/Zuzu-Typ/PyGLM")
|
(url "https://github.com/Zuzu-Typ/PyGLM")
|
||||||
(commit version)
|
(commit version)
|
||||||
;; Checkout the bundled `glm` submodule. PyGLM uses the
|
;; XXX: Attempt to use Guix's glm@1.0.1 failed, try to figure out
|
||||||
;; currently unreleased GLM_EXT_matrix_integer feature. Can
|
;; how to fix it.
|
||||||
;; maybe unbundle once glm@0.9.9.9 is released.
|
|
||||||
(recursive? #t)))
|
(recursive? #t)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"08v0cgkwsf8rxscx5g9c5p1dy38rvak2fy3q6hg985if1nj6d9ks"))))
|
"1ra54m0pb5aca7q6ymappjsyxdzdy17yz8rrhlql04k0p9lnf1v8"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
|
(native-inputs
|
||||||
|
(list python-pytest
|
||||||
|
python-setuptools
|
||||||
|
python-wheel))
|
||||||
(home-page "https://github.com/Zuzu-Typ/PyGLM")
|
(home-page "https://github.com/Zuzu-Typ/PyGLM")
|
||||||
(synopsis "OpenGL Mathematics library for Python")
|
(synopsis "OpenGL Mathematics library for Python")
|
||||||
(description "PyGLM is a Python extension library which brings the OpenGL
|
(description "PyGLM is a Python extension library which brings the OpenGL
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue