mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
ae873c2ac9
commit
28abe1dc09
1 changed files with 3 additions and 4 deletions
|
@ -4076,11 +4076,10 @@ devices.")
|
|||
(base32 "1x4ad1jhn84fywlk031fmv1kxyiscclmrqn9hhj8gz0mh7z9vcrh"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
(list "-DGOOGLE_TEST=ON")))
|
||||
(list
|
||||
#:configure-flags #~(list "-DGOOGLE_TEST=ON")))
|
||||
(native-inputs
|
||||
`(("googletest" ,googletest)
|
||||
("python" ,python-wrapper)))
|
||||
(list googletest python-wrapper))
|
||||
(home-page "https://github.com/dmlc/dmlc-core")
|
||||
(synopsis "Common bricks library for machine learning")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue