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))
|
||||
(sha256
|
||||
(base32 "0f3n7wcmxbnqiisgimhpa6p5chqpb1hj69i6rpg2hv2671i8nn68"))))
|
||||
(build-system python-build-system)
|
||||
(arguments '(#:tests? #false)) ; there are none
|
||||
(propagated-inputs
|
||||
(list python-numpy))
|
||||
(inputs
|
||||
(list fftw))
|
||||
(native-inputs
|
||||
(list python-cython))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f)) ;there are none
|
||||
(propagated-inputs (list python-numpy))
|
||||
(inputs (list fftw))
|
||||
(native-inputs (list python-cython python-setuptools python-wheel))
|
||||
(home-page "https://github.com/KlugerLab/pyFIt-SNE")
|
||||
(synopsis "FFT-accelerated Interpolation-based t-SNE")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue