mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pyfit-sne: Use pyproject-build-system.
* gnu/packages/bioinformatics.scm (python-pyfit-sne): [build-system]: Use pyproject. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I8f62f2dc30d2bd182a791830bb835adf778d2ecf Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
247afd63f2
commit
0809db9016
1 changed files with 6 additions and 8 deletions
|
@ -21291,14 +21291,12 @@ Torrent.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0f3n7wcmxbnqiisgimhpa6p5chqpb1hj69i6rpg2hv2671i8nn68"))))
|
(base32 "0f3n7wcmxbnqiisgimhpa6p5chqpb1hj69i6rpg2hv2671i8nn68"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments '(#:tests? #false)) ; there are none
|
(arguments
|
||||||
(propagated-inputs
|
'(#:tests? #f)) ;there are none
|
||||||
(list python-numpy))
|
(propagated-inputs (list python-numpy))
|
||||||
(inputs
|
(inputs (list fftw))
|
||||||
(list fftw))
|
(native-inputs (list python-cython python-setuptools python-wheel))
|
||||||
(native-inputs
|
|
||||||
(list python-cython))
|
|
||||||
(home-page "https://github.com/KlugerLab/pyFIt-SNE")
|
(home-page "https://github.com/KlugerLab/pyFIt-SNE")
|
||||||
(synopsis "FFT-accelerated Interpolation-based t-SNE")
|
(synopsis "FFT-accelerated Interpolation-based t-SNE")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue