gnu: dmlc-core: Improve style.

* gnu/packages/machine-learning.scm (dmlc-core)[arguments]: Use
G-Expressions.
[native-inputs]: Modernize.

Change-Id: I9c43a02bc9575a971dd717de606cb800f295add4
Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
This commit is contained in:
Cayetano Santos 2025-08-27 16:47:33 +02:00 committed by Danny Milosavljevic
parent ae873c2ac9
commit 28abe1dc09
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -4076,11 +4076,10 @@ devices.")
(base32 "1x4ad1jhn84fywlk031fmv1kxyiscclmrqn9hhj8gz0mh7z9vcrh")))) (base32 "1x4ad1jhn84fywlk031fmv1kxyiscclmrqn9hhj8gz0mh7z9vcrh"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:configure-flags (list
(list "-DGOOGLE_TEST=ON"))) #:configure-flags #~(list "-DGOOGLE_TEST=ON")))
(native-inputs (native-inputs
`(("googletest" ,googletest) (list googletest python-wrapper))
("python" ,python-wrapper)))
(home-page "https://github.com/dmlc/dmlc-core") (home-page "https://github.com/dmlc/dmlc-core")
(synopsis "Common bricks library for machine learning") (synopsis "Common bricks library for machine learning")
(description (description