1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02: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:
Kjartan Oli Agustsson
2025-06-18 02:21:57 +00:00
committed by Sharlatan Hellseher
parent 247afd63f2
commit 0809db9016

View File

@@ -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