summaryrefslogtreecommitdiff
path: root/gnu/packages/julia-xyz.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-12-13 17:18:24 +0100
committerLudovic Courtès <ludo@gnu.org>2021-12-13 17:48:25 +0100
commit8394619baceb118df92e355377fd543bb1aa501a (patch)
tree504f07c2a9f88596a305b59ef45f941062426a52 /gnu/packages/julia-xyz.scm
parentaca2defe0172868295941fd9f0e97886f6e9b2d4 (diff)
downloadguix-patches-8394619baceb118df92e355377fd543bb1aa501a.tar
guix-patches-8394619baceb118df92e355377fd543bb1aa501a.tar.gz
gnu: Simplify package inputs.
This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
Diffstat (limited to 'gnu/packages/julia-xyz.scm')
-rw-r--r--gnu/packages/julia-xyz.scm682
1 files changed, 274 insertions, 408 deletions
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 28c36d3037..0f2a6b7514 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -48,7 +48,7 @@
(base32 "0083pwdyxjb04i330ir9pc8kmp4bwk59lx1jgc9qi05y8j7xzbp0"))))
(build-system julia-build-system)
(inputs ;required for tests
- `(("julia-unitful" ,julia-unitful)))
+ (list julia-unitful))
(home-page "https://github.com/JuliaGPU/Adapt.jl")
(synopsis "General framework for fast Fourier transforms (FFTs)")
(description "This package allows multiple FFT packages to co-exist with
@@ -166,16 +166,14 @@ provides functions to run a few automatable checks for Julia packages.")
;; Disable as stopgap.
`(#:tests? ,(not (target-x86-32?))))
(propagated-inputs
- `(("julia-ifelse" ,julia-ifelse)
- ("julia-requires" ,julia-requires)
- ("julia-static" ,julia-static)))
+ (list julia-ifelse julia-requires julia-static))
(native-inputs
- `(("julia-aqua" ,julia-aqua)
- ("julia-bandedmatrices" ,julia-bandedmatrices)
- ("julia-blockbandedmatrices" ,julia-blockbandedmatrices)
- ("julia-ifelse" ,julia-ifelse)
- ("julia-offsetarrays" ,julia-offsetarrays)
- ("julia-staticarrays" ,julia-staticarrays)))
+ (list julia-aqua
+ julia-bandedmatrices
+ julia-blockbandedmatrices
+ julia-ifelse
+ julia-offsetarrays
+ julia-staticarrays))
(home-page "https://github.com/JuliaArrays/ArrayInterface.jl")
(synopsis "Base array interface primitives")
(description "The purpose of this library is to solidify extensions to the
@@ -202,7 +200,7 @@ no issues with the upgrade.")
(base32 "05q62pks8j23pgbrfny072rrwzrz6q19l68srnjxxv39ncmdmrvg"))))
(build-system julia-build-system)
(propagated-inputs
- `(("julia-fillarrays" ,julia-fillarrays)))
+ (list julia-fillarrays))
(home-page "https://github.com/JuliaMatrices/ArrayLayouts.jl")
(synopsis "Array layouts and general fast linear algebra")
(description "This package implements a trait-based framework for describing
@@ -226,7 +224,7 @@ much wider class of matrix types than Julia's in-built @code{StridedArray}.")
(base32 "00x85lnfln7xkfnirpplzyi8r6q92nfqwya8il156bf7b1pa20gk"))))
(build-system julia-build-system)
(propagated-inputs
- `(("julia-woodburymatrices" ,julia-woodburymatrices)))
+ (list julia-woodburymatrices))
(home-page "https://github.com/timholy/AxisAlgorithms.jl")
(synopsis "Filtering and linear algebra routines for multidimensional arrays")
(description "@code{AxisAlgorithms} is a collection of filtering and linear
@@ -250,12 +248,9 @@ axis (dimension).")
(base32 "03kzan1lm4fxfhzv1xjg3ysf6y7nagcc61vfz15kvdrp1dqxlynk"))))
(build-system julia-build-system)
(propagated-inputs
- `(("julia-rangearrays" ,julia-rangearrays)
- ("julia-intervalsets" ,julia-intervalsets)
- ("julia-itertools" ,julia-itertools)))
+ (list julia-rangearrays julia-intervalsets julia-itertools))
(native-inputs
- `(("julia-offsetarrays" ,julia-offsetarrays)
- ("julia-unitful" ,julia-unitful)))
+ (list julia-offsetarrays julia-unitful))
(home-page "http://juliaarrays.github.io/AxisArrays.jl/latest/")
(synopsis "Arrays where each dimension can have a named axis with values")
(description "This package for the Julia language provides an array type
@@ -281,10 +276,9 @@ axes, allowing column names or interval selections.")
(base32 "0rlfj9gr9ss621v5kw5b06206yaak21s2vq9vk7r8a7p2ylncism"))))
(build-system julia-build-system)
(propagated-inputs
- `(("julia-arraylayouts" ,julia-arraylayouts)
- ("julia-fillarrays" ,julia-fillarrays)))
+ (list julia-arraylayouts julia-fillarrays))
(native-inputs
- `(("julia-genericlinearalgebra" ,julia-genericlinearalgebra)))
+ (list julia-genericlinearalgebra))
(home-page "https://github.com/JuliaMatrices/BandedMatrices.jl")
(synopsis "Julia package for representing banded matrices")
(description "This package supports representing banded matrices by only
@@ -324,7 +318,7 @@ the entries on the bands.")
(("@test @ballocated\\(Ref\\(1\\)\\)")
"@test_broken @ballocated(Ref(1))"))))))
'(%standard-phases))))
- (propagated-inputs `(("julia-json" ,julia-json)))
+ (propagated-inputs (list julia-json))
(home-page "https://github.com/JuliaCI/BenchmarkTools.jl")
(synopsis "Benchmarking framework for the Julia language")
(description "@code{BenchmarkTools.jl} makes performance tracking of Julia
@@ -356,12 +350,9 @@ benchmarks as well as comparing benchmark results.")
(substitute* "test/test_blockarrays.jl"
(("Int64") "Int32")))))))))
(propagated-inputs
- `(("julia-arraylayouts" ,julia-arraylayouts)
- ("julia-fillarrays" ,julia-fillarrays)))
+ (list julia-arraylayouts julia-fillarrays))
(native-inputs
- `(("julia-lazyarrays" ,julia-lazyarrays)
- ("julia-offsetarrays" ,julia-offsetarrays)
- ("julia-staticarrays" ,julia-staticarrays)))
+ (list julia-lazyarrays julia-offsetarrays julia-staticarrays))
(home-page "https://github.com/JuliaArrays/BlockArrays.jl")
(synopsis "BlockArrays for Julia")
(description "A block array is a partition of an array into blocks or
@@ -392,11 +383,8 @@ access to the full matrix to use in in for example a linear solver.")
(base32 "10n1r6kmmv2wa307jfg9y2m6p16j8hngjp3fjavpbdy1r5haasm9"))))
(build-system julia-build-system)
(propagated-inputs
- `(("julia-arraylayouts" ,julia-arraylayouts)
- ("julia-bandedmatrices" ,julia-bandedmatrices)
- ("julia-blockarrays" ,julia-blockarrays)
- ("julia-fillarrays" ,julia-fillarrays)
- ("julia-matrixfactorizations" ,julia-matrixfactorizations)))
+ (list julia-arraylayouts julia-bandedmatrices julia-blockarrays
+ julia-fillarrays julia-matrixfactorizations))
(home-page "https://github.com/JuliaMatrices/BlockBandedMatrices.jl")
(synopsis "Block-banded matrices and banded-block-banded matrices")
(description "This package supports representing block-banded and
@@ -420,7 +408,7 @@ A @code{BlockBandedMatrix} is a subtype of @code{BlockMatrix} of
(base32 "1l5608ma2ys7v2gpcqbiv9mwfc6yrlqkihrfx1pf7fgv5llhd4fn"))))
(build-system julia-build-system)
(native-inputs
- `(("julia-dataframes" ,julia-dataframes)))
+ (list julia-dataframes))
(home-page "https://github.com/JuliaIO/BSON.jl")
(synopsis "Binary JSON serialisation format")
(description "@code{BSON.jl} is a Julia package for working with the Binary
@@ -449,7 +437,7 @@ structures.")
'(#:tests? #f
#:julia-package-name "BufferedStreams"
#:julia-package-uuid "e1450e63-4bb3-523b-b2a4-4ffa8c0fd77d"))
- (propagated-inputs `(("julia-compat" ,julia-compat)))
+ (propagated-inputs (list julia-compat))
(home-page "https://github.com/BioJulia/BufferedStreams.jl")
(synopsis "Fast composable IO streams")
(description "@code{BufferedStreams.jl} provides buffering for IO
@@ -496,14 +484,14 @@ methods.")
(base32 "1bcfylxdaizgasnmlkjjkf4dgfvy2y9ycnphw2d0z6mm9vx3n04x"))))
(build-system julia-build-system)
(native-inputs
- `(("julia-pooledarrays" ,julia-pooledarrays)))
+ (list julia-pooledarrays))
(propagated-inputs
- `(("julia-dataapi" ,julia-dataapi)
- ("julia-json" ,julia-json)
- ("julia-json3" ,julia-json3)
- ("julia-missings" ,julia-missings)
- ("julia-recipesbase" ,julia-recipesbase)
- ("julia-structtypes" ,julia-structtypes)))
+ (list julia-dataapi
+ julia-json
+ julia-json3
+ julia-missings
+ julia-recipesbase
+ julia-structtypes))
(home-page "https://github.com/JuliaData/CategoricalArrays.jl")
(synopsis "Arrays for working with categorical data")
(description "This package provides tools for working with categorical
@@ -526,15 +514,11 @@ variables, both with unordered (nominal variables) and ordered categories
(base32 "0if93pd3b3scg2x3gmk1cbwjk0ax1n792vy8c38y3xl7jpd5cb70"))))
(build-system julia-build-system)
(inputs ;required for test
- `(("julia-chainrulestestutils" ,julia-chainrulestestutils)
- ("julia-finitedifferences" ,julia-finitedifferences)
- ("julia-nanmath" ,julia-nanmath)
- ("julia-specialfunctions" ,julia-specialfunctions)))
+ (list julia-chainrulestestutils julia-finitedifferences julia-nanmath
+ julia-specialfunctions))
(propagated-inputs
- `(("julia-chainrulescore" ,julia-chainrulescore)
- ("julia-compat" ,julia-compat)
- ("julia-reexport" ,julia-reexport)
- ("julia-requires" ,julia-requires)))
+ (list julia-chainrulescore julia-compat julia-reexport
+ julia-requires))
(home-page "https://github.com/JuliaDiff/ChainRules.jl")
(synopsis "Common utilities for automatic differentiation")
(description "The is package provides a variety of common utilities that
@@ -557,10 +541,9 @@ execute forward-, reverse-, and mixed-mode primitives.")
(base32 "1866xv30h1bi7f2m993nljzf58wwmv8zlgn6ffn9j3wckch1nfpb"))))
(build-system julia-build-system)
(inputs ;required for tests
- `(("julia-benchmarktools" ,julia-benchmarktools)
- ("julia-staticarrays" ,julia-staticarrays)))
+ (list julia-benchmarktools julia-staticarrays))
(propagated-inputs
- `(("julia-compat" ,julia-compat)))
+ (list julia-compat))
(home-page "https://github.com/JuliaDiff/ChainRulesCore.jl")
(synopsis "Common utilities used by downstream automatic differentiation tools")
(description "The package provides a light-weight dependency for defining
@@ -623,8 +606,7 @@ dependencies, while keeping @code{ChainRulesCore.jl} as light-weight as possible
(find-files out "\\.gz$"))
#t))))))
(propagated-inputs
- `(("julia-zlib-jll" ,julia-zlib-jll)
- ("julia-transcodingstreams" ,julia-transcodingstreams)))
+ (list julia-zlib-jll julia-transcodingstreams))
(home-page "https://github.com/JuliaIO/CodecZlib.jl")
(synopsis "Zlib codecs for @code{TranscodingStreams.jl}")
(description "This package provides zlib codecs for
@@ -646,9 +628,7 @@ dependencies, while keeping @code{ChainRulesCore.jl} as light-weight as possible
(base32 "0kx3hq7rf8p5zx6ly9k5j90zijmc7yrwmy96cgkl2ibdfbnhmya3"))))
(build-system julia-build-system)
(propagated-inputs
- `(("julia-colortypes" ,julia-colortypes)
- ("julia-fixedpointnumbers" ,julia-fixedpointnumbers)
- ("julia-reexport" ,julia-reexport)))
+ (list julia-colortypes julia-fixedpointnumbers julia-reexport))
(home-page "https://github.com/JuliaGraphics/Colors.jl")
(synopsis "Tools for dealing with color")
(description "This package provides a wide array of functions for dealing
@@ -672,10 +652,8 @@ color scales for graphics.")
(base32 "0kpjhmqd5cj8dh8bmh9b5g6bscyp7h23hzpr2s93pnrp57q1wvhq"))))
(build-system julia-build-system)
(propagated-inputs
- `(("julia-colors" ,julia-colors)
- ("julia-colortypes" ,julia-colortypes)
- ("julia-fixedpointnumbers" ,julia-fixedpointnumbers)
- ("julia-staticarrays" ,julia-staticarrays)))
+ (list julia-colors julia-colortypes julia-fixedpointnumbers
+ julia-staticarrays))
(home-page "https://github.com/JuliaGraphics/ColorSchemes.jl")
(synopsis "Colorschemes, colormaps, gradients, and palettes")
(description "This package provides a collection of colorschemes.")
@@ -696,9 +674,9 @@ color scales for graphics.")
(base32 "0n7h70caqv7yd0khjhn90iax62r73mcif8qzkwj5b4q46li1r8ih"))))
(build-system julia-build-system)
(propagated-inputs
- `(("julia-fixedpointnumbers" ,julia-fixedpointnumbers)))
+ (list julia-fixedpointnumbers))
(native-inputs
- `(("julia-documenter" ,julia-documenter)))
+ (list julia-documenter))
(home-page "https://github.com/JuliaGraphics/ColorTypes.jl")
(synopsis "Basic color types and constructor")
(description "This minimalistic package serves as the foundation for
@@ -722,11 +700,9 @@ with.")
(base32 "02gk7f5g5wjxdasbjf8bvv1m7clksh7mw1xmygjdirjz1q0d6dwi"))))
(build-system julia-build-system)
(propagated-inputs
- `(("julia-colortypes" ,julia-colortypes)
- ("julia-specialfunctions" ,julia-specialfunctions)
- ("julia-tensorcore" ,julia-tensorcore)))
+ (list julia-colortypes julia-specialfunctions julia-tensorcore))
(native-inputs
- `(("julia-colors" ,julia-colors)))
+ (list julia-colors))
(home-page "https://github.com/JuliaGraphics/ColorVectorSpace.jl")
(synopsis "Treat colors as n-vectors for the purposes of arithmetic")
(description "This package is an add-on to @code{ColorTypes.jl} and provides
@@ -770,7 +746,7 @@ focusing mostly (as of now) on enumerative combinatorics and permutations.")
(base32 "0mgy90kk8ksv3l720kkk04gnhn4aqhh2dj4sp3x8yy3limngfjay"))))
(build-system julia-build-system)
(propagated-inputs
- `(("julia-macrotools" ,julia-macrotools)))
+ (list julia-macrotools))
(home-page "https://github.com/rdeits/CommonSubexpressions.jl")
(synopsis "@code{@@cse} macro for Julia")
(description "This package provides the @code{@@cse} macro, which performs
@@ -836,9 +812,7 @@ way.")
(substitute* "test/runtests.jl"
(("Int64") "Int32")))))))))
(propagated-inputs
- `(("julia-crayons" ,julia-crayons)
- ("julia-expronicon" ,julia-expronicon)
- ("julia-orderedcollections" ,julia-orderedcollections)))
+ (list julia-crayons julia-expronicon julia-orderedcollections))
(home-page "https://configurations.rogerluo.dev/stable/")
(synopsis "Tools for options and configurations in Julia")
(description "@code{Configurations.jl} provides a macro @code{@@option} to
@@ -881,11 +855,9 @@ for construction of objects.")
(base32 "15zbkn32v7xlz7559s0r5a0vkwmjwsswxaqpzijly4lky4jnp33d"))))
(build-system julia-build-system)
(propagated-inputs
- `(("julia-staticarrays" ,julia-staticarrays)))
+ (list julia-staticarrays))
(native-inputs
- `(("julia-documenter" ,julia-documenter)
- ("julia-forwarddiff" ,julia-forwarddiff)
- ("julia-unitful" ,julia-unitful)))
+ (list julia-documenter julia-forwarddiff julia-unitful))
(home-page "https://github.com/JuliaGeometry/CoordinateTransformations.jl")
(synopsis "Coordinate transformations in Julia")
(description "@code{CoordinateTransformations} is a Julia package to manage
@@ -975,23 +947,23 @@ dependency on it.")
(string-append "test_nowarn " test)))
#t)))))
(propagated-inputs
- `(("julia-dataapi" ,julia-dataapi)
- ("julia-invertedindices" ,julia-invertedindices)
- ("julia-iteratorinterfaceextensions" ,julia-iteratorinterfaceextensions)
- ("julia-missings" ,julia-missings)
- ("julia-pooledarrays" ,julia-pooledarrays)
- ("julia-prettytables" ,julia-prettytables)
- ("julia-reexport" ,julia-reexport)
- ("julia-sortingalgorithms" ,julia-sortingalgorithms)
- ("julia-tables" ,julia-tables)
- ("julia-tabletraits" ,julia-tabletraits)))
+ (list julia-dataapi
+ julia-invertedindices
+ julia-iteratorinterfaceextensions
+ julia-missings
+ julia-pooledarrays
+ julia-prettytables
+ julia-reexport
+ julia-sortingalgorithms
+ julia-tables
+ julia-tabletraits))
(native-inputs
- `(("julia-categoricalarrays" ,julia-categoricalarrays)
- ("julia-combinatorics" ,julia-combinatorics)
- ("julia-datastructures" ,julia-datastructures)
- ("julia-datavalues" ,julia-datavalues)
- ("julia-offsetarrays" ,julia-offsetarrays)
- ("julia-unitful" ,julia-unitful)))
+ (list julia-categoricalarrays
+ julia-combinatorics
+ julia-datastructures
+ julia-datavalues
+ julia-offsetarrays
+ julia-unitful))
(home-page "https://dataframes.juliadata.org/stable/")
(synopsis "In-memory tabular data")
(description "This package provides a set of tools for working with tabular
@@ -1015,8 +987,7 @@ Julia from R or Python.")
(sha256
(base32 "0hdqp8ipsqdw5bqqkdvz4j6n67x80sj5azr9vzyxwjfsgkfbnk2l"))))
(propagated-inputs
- `(("julia-compat" ,julia-compat)
- ("julia-orderedcollections" ,julia-orderedcollections)))
+ (list julia-compat julia-orderedcollections))
(build-system julia-build-system)
(arguments
`(#:phases
@@ -1086,7 +1057,7 @@ without having to take direct dependencies.")
((".*DataValue\\(method\\(f.*") ""))
#t)))))
(propagated-inputs
- `(("julia-datavalueinterfaces" ,julia-datavalueinterfaces)))
+ (list julia-datavalueinterfaces))
(home-page "https://github.com/queryverse/DataValues.jl")
(synopsis "Missing values for Julia")
(description "This package provides the type @code{DataValue} that is used
@@ -1131,7 +1102,7 @@ dictionaries where values associated with a particular key may change,
(base32 "1mm43hm8hd6sgmkkpqhbqhvap7mpkjwzmz5algxi6manp580gkr5"))))
(build-system julia-build-system)
(propagated-inputs
- `(("julia-indexing" ,julia-indexing)))
+ (list julia-indexing))
(home-page "https://github.com/andyferris/Dictionaries.jl")
(synopsis "Alternative interface for dictionaries in Julia")
(description "This package provides an alternative interface for
@@ -1165,10 +1136,9 @@ dictionaries in Julia, for improved productivity and performance.")
(("test dist\\(z, x") "test_nowarn dist(z, x")
(("test dist\\(z, y") "test_nowarn dist(z, y")))))))
(propagated-inputs
- `(("julia-statsapi" ,julia-statsapi)))
+ (list julia-statsapi))
(native-inputs
- `(("julia-offsetarrays" ,julia-offsetarrays)
- ("julia-unitful" ,julia-unitful)))
+ (list julia-offsetarrays julia-unitful))
(home-page "https://github.com/JuliaStats/Distances.jl")
(synopsis "Julia package for evaluating distances (metrics) between vectors")
(description "A Julia package for evaluating distances(metrics) between
@@ -1238,10 +1208,8 @@ valuable enough at this time.")
((".*Main\\.examples_html_mathjax3_doc.*") ""))
#t)))))
(propagated-inputs
- `(("julia-ansicoloredprinters" ,julia-ansicoloredprinters)
- ("julia-docstringextensions" ,julia-docstringextensions)
- ("julia-iocapture" ,julia-iocapture)
- ("julia-json" ,julia-json)))
+ (list julia-ansicoloredprinters julia-docstringextensions
+ julia-iocapture julia-json))
(inputs
`(("python" ,python-wrapper)))
(native-inputs
@@ -1312,11 +1280,9 @@ valuable enough at this time.")
;; Cycle with Documenter.jl in later versions.
`(("julia-documenter" ,julia-documenter-bootstrap)))
(propagated-inputs
- `(("julia-docstringextensions" ,julia-docstringextensions)
- ("julia-gumbo" ,julia-gumbo)
- ("julia-sass" ,julia-sass)))
+ (list julia-docstringextensions julia-gumbo julia-sass))
(native-inputs
- `(("julia-example" ,julia-example)))
+ (list julia-example))
(home-page "https://github.com/JuliaDocs/DocumenterTools.jl")
(synopsis "Extra tools for setting up Documenter.jl")
(description "This package contains utilities for setting up documentation
@@ -1337,7 +1303,7 @@ generation with @code{Documenter.jl}.")
(sha256
(base32 "1w6p3yxajvclax5b9g7cr2jmbc7lvr5nk4gq0aljxdycdq1d2y3v"))))
(propagated-inputs
- `(("julia-staticarrays" ,julia-staticarrays)))
+ (list julia-staticarrays))
(build-system julia-build-system)
(home-page "https://github.com/JuliaDiff/DiffResults.jl")
(synopsis "In-place differentiation methods of primal values at multi-order")
@@ -1359,8 +1325,7 @@ be passed to in-place differentiation methods instead of an output buffer.")
(sha256
(base32 "0cwjvj4gma7924fm3yas0nf0jlnwwx4v7fi79ii3s290lkdldzfl"))))
(propagated-inputs
- `(("julia-nanmath" ,julia-nanmath)
- ("julia-specialfunctions" ,julia-specialfunctions)))
+ (list julia-nanmath julia-specialfunctions))
(build-system julia-build-system)
(home-page "https://github.com/JuliaDiff/DiffRules.jl")
(synopsis "Primitive differentiation rules")
@@ -1413,9 +1378,7 @@ stressing the robustness of differentiation tools.")
;; Seems to not play nicely with SpecialFunctions
((".*isempty.*") "")))))))
(propagated-inputs
- `(("julia-calculus" ,julia-calculus)
- ("julia-nanmath" ,julia-nanmath)
- ("julia-specialfunctions" ,julia-specialfunctions)))
+ (list julia-calculus julia-nanmath julia-specialfunctions))
(home-page "https://github.com/JuliaDiff/DualNumbers.jl")
(synopsis "Represent dual numbers and for perform dual algebra")
(description "The @code{DualNumbers} Julia package defines the @code{Dual}
@@ -1447,7 +1410,7 @@ combinations of dual numbers with predefined Julia numeric types.")
;; Seems to not play nicely with Julia-1.6.
((".*basic.jl.*") "")))))))
(propagated-inputs
- `(("julia-arrayinterface" ,julia-arrayinterface)))
+ (list julia-arrayinterface))
(home-page "https://github.com/ChrisRackauckas/EllipsisNotation.jl")
(synopsis "Elipsis notation implementation")
(description "This implements the notation @code{..} for indexing arrays.
@@ -1499,9 +1462,9 @@ before (or after)\".")
;; This test tries to access the Julia package registry.
((".*expand\\.jl.*") "")))))))
(propagated-inputs
- `(("julia-mlstyle" ,julia-mlstyle)))
+ (list julia-mlstyle))
(native-inputs
- `(("julia-documenter" ,julia-documenter)))
+ (list julia-documenter))
(home-page "https://expronicon.rogerluo.dev/dev/")
(synopsis "Collective tools for metaprogramming on Julia Expr")
(description "This package provides a collection of tools for
@@ -1545,8 +1508,7 @@ performant tooling without requiring additional package dependencies.")
(base32 "1ldxbp0kq3ip67x7sp82dz56aq4p5i0chspbgx2zgskr6jcbjj1b"))))
(build-system julia-build-system)
(propagated-inputs
- `(("julia-ffmpeg-jll" ,julia-ffmpeg-jll)
- ("julia-x264-jll" ,julia-x264-jll)))
+ (list julia-ffmpeg-jll julia-x264-jll))
(home-page "https://github.com/JuliaIO/FFMPEG.jl")
(synopsis "Julia Package for ffmpeg")
(description "This package is made to be included into packages that just
@@ -1590,11 +1552,9 @@ need the ffmpeg binaries + executables, and don't want the overhead of
(substitute* "test/runtests.jl"
((".*test_mimesave.*") "")))))))
(propagated-inputs
- `(("julia-requires" ,julia-requires)))
+ (list julia-requires))
(native-inputs
- `(("julia-colortypes" ,julia-colortypes)
- ("julia-filepathsbase" ,julia-filepathsbase)
- ("julia-http" ,julia-http)))
+ (list julia-colortypes julia-filepathsbase julia-http))
(home-page "https://github.com/JuliaIO/FileIO.jl")
(synopsis "Main Package for IO, loading all different kind of files")
(description "@code{FileIO} aims to provide a common framework for detecting
@@ -1641,7 +1601,7 @@ working with filesystem paths in Julia.")
(base32 "1sx96pzrgyh8k7x2w8vmyi6cazlmp7rg1n7wbl47qfzqjggka6kz"))))
(build-system julia-build-system)
(inputs ;required by tests
- `(("julia-staticarrays" ,julia-staticarrays)))
+ (list julia-staticarrays))
(home-page "https://github.com/JuliaArrays/FillArrays.jl")
(synopsis "Lazy matrix representation")
(description "This package lazily represents matrices filled with
@@ -1674,13 +1634,10 @@ following types: @code{Eye}, @code{Fill}, @code{Ones}, @code{Zeros},
(setenv "GROUP" "Core")
#t)))))
(propagated-inputs
- `(("julia-arrayinterface" ,julia-arrayinterface)
- ("julia-requires" ,julia-requires)
- ("julia-staticarrays" ,julia-staticarrays)))
+ (list julia-arrayinterface julia-requires julia-staticarrays))
(native-inputs
- `(("julia-bandedmatrices" ,julia-bandedmatrices)
- ("julia-blockbandedmatrices" ,julia-blockbandedmatrices)
- ("julia-safetestsets" ,julia-safetestsets)))
+ (list julia-bandedmatrices julia-blockbandedmatrices
+ julia-safetestsets))
(home-page "https://github.com/JuliaDiff/FiniteDiff.jl")
(synopsis "Calculations of gradients, Jacobians, and Hessians")
(description "This package is for calculating derivatives, gradients,
@@ -1715,11 +1672,9 @@ types and sparsity.")
"@test_broken central_fdm(15, 5, adapt=2)(exp, 1.0)"))))))
'(%standard-phases))))
(inputs
- `(("julia-benchmarktools" ,julia-benchmarktools)))
+ (list julia-benchmarktools))
(propagated-inputs
- `(("julia-chainrulescore" ,julia-chainrulescore)
- ("julia-richardson" ,julia-richardson)
- ("julia-staticarrays" ,julia-staticarrays)))
+ (list julia-chainrulescore julia-richardson julia-staticarrays))
(home-page "https://github.com/JuliaDiff/FiniteDifferences.jl")
(synopsis "Estimates derivatives with finite differences")
(description "This package calculates approximate derivatives numerically
@@ -1749,7 +1704,7 @@ using finite difference.")
;; A deprecation warning is not thrown
(("@test_logs.*:warn" all) (string-append "# " all)))
#t)))))
- (propagated-inputs `(("julia-compat" ,julia-compat)))
+ (propagated-inputs (list julia-compat))
(home-page "https://github.com/JuliaMath/FixedPointNumbers.jl")
(synopsis "Fixed point types for Julia")
(description "@code{FixedPointNumbers.jl} implements fixed-point number
@@ -1802,15 +1757,14 @@ c-style numerical formatting.")
;; Disable as stopgap.
`(#:tests? ,(not (target-x86-32?))))
(inputs ;required for tests
- `(("julia-calculus" ,julia-calculus)
- ("julia-difftests" ,julia-difftests)))
+ (list julia-calculus julia-difftests))
(propagated-inputs
- `(("julia-commonsubexpressions" ,julia-commonsubexpressions)
- ("julia-diffresults" ,julia-diffresults)
- ("julia-diffrules" ,julia-diffrules)
- ("julia-nanmath" ,julia-nanmath)
- ("julia-specialfunctions" ,julia-specialfunctions)
- ("julia-staticarrays" ,julia-staticarrays)))
+ (list julia-commonsubexpressions
+ julia-diffresults
+ julia-diffrules
+ julia-nanmath
+ julia-specialfunctions
+ julia-staticarrays))
(home-page "https://github.com/JuliaDiff/ForwardDiff.jl")
(synopsis "Methods to take multidimensional derivatives")
(description "This package implements methods to take derivatives,
@@ -1921,7 +1875,7 @@ update step.")
(substitute* "test/runtests.jl"
((".*lapack.*") "")))))))
(native-inputs
- `(("julia-quaternions" ,julia-quaternions)))
+ (list julia-quaternions))
(home-page "https://github.com/JuliaLinearAlgebra/GenericLinearAlgebra.jl")
(synopsis "Generic numerical linear algebra")
(description "The purpose of this package is partly to extend linear algebra
@@ -2001,12 +1955,10 @@ matrices the Schur form is often more useful.")
(substitute* "test/runtests.jl"
(("Int64") "Int32")))))))))
(propagated-inputs
- `(("julia-itertools" ,julia-itertools)
- ("julia-staticarrays" ,julia-staticarrays)
- ("julia-structarrays" ,julia-structarrays)
- ("julia-tables" ,julia-tables)))
+ (list julia-itertools julia-staticarrays julia-structarrays
+ julia-tables))
(native-inputs
- `(("julia-offsetarrays" ,julia-offsetarrays)))
+ (list julia-offsetarrays))
(home-page "https://github.com/JuliaGeometry/GeometryBasics.jl")
(synopsis "Basic Geometry Types")
(description "This package aims to offer a standard set of Geometry types,
@@ -2031,7 +1983,7 @@ finite elements analysis, Geo applications, and general geometry manipulations
(base32 "18zxa1w2wmrf44c5l10qbh99zjdp7h94gxlymh47cf5kj5fc4xmx"))))
(build-system julia-build-system)
(propagated-inputs
- `(("julia-gr-jll" ,julia-gr-jll)))
+ (list julia-gr-jll))
(home-page "https://github.com/jheinen/GR.jl")
(synopsis "Plotting for Julia based on GR")
(description "This module provides a Julia interface to GR, a framework for
@@ -2053,8 +2005,7 @@ visualisation applications.")
(base32 "10h1s09v7qkvrjr6l678zamb1p248n8jv4rrwkf8g7d2bpfz9amn"))))
(build-system julia-build-system)
(propagated-inputs
- `(("julia-colors" ,julia-colors)
- ("julia-nanmath" ,julia-nanmath)))
+ (list julia-colors julia-nanmath))
(home-page "https://github.com/JuliaGraphics/Graphics.jl")
(synopsis "Base graphics in Julia")
(description "@code{Graphics.jl} is an abstraction layer for graphical
@@ -2076,8 +2027,7 @@ operations in Julia.")
(base32 "1g22dv3v7caakspv3pdahnqn937fzzsg9y87rj72hid9g8lxl1gm"))))
(build-system julia-build-system)
(propagated-inputs
- `(("julia-abstracttrees" ,julia-abstracttrees)
- ("julia-gumbo-jll" ,julia-gumbo-jll)))
+ (list julia-abstracttrees julia-gumbo-jll))
(home-page "https://github.com/JuliaWeb/Gumbo.jl")
(synopsis "Julia wrapper around Google's gumbo C library for parsing HTML")
(description "@code{Gumbo.jl} is a Julia wrapper around Google's gumbo
@@ -2129,13 +2079,10 @@ library for parsing HTML.")
(string-append all "return\n")))
#t)))))
(propagated-inputs
- `(("julia-inifile" ,julia-inifile)
- ("julia-mbedtls" ,julia-mbedtls)
- ("julia-uris" ,julia-uris)))
+ (list julia-inifile julia-mbedtls julia-uris))
;; required for tests
(inputs
- `(("julia-json" ,julia-json)
- ("julia-bufferedstreams" ,julia-bufferedstreams)))
+ (list julia-json julia-bufferedstreams))
(home-page "https://juliaweb.github.io/HTTP.jl/")
(synopsis "HTTP support for Julia")
(description "@code{HTTP.jl} is a Julia library for HTTP Messages,
@@ -2157,7 +2104,7 @@ implementing both a client and a server.")
(base32 "0jvl4xn8f8k70sn473li5q62wbiycl5qi25b5k456h3a0j1lbiml"))))
(build-system julia-build-system)
(propagated-inputs
- `(("julia-offsetarrays" ,julia-offsetarrays)))
+ (list julia-offsetarrays))
(home-page "https://github.com/JuliaArrays/IdentityRanges.jl")
(synopsis "Ranges that preserve indices of views")
(description "@code{IdentityRanges} are Julia-language a helper type for
@@ -2203,12 +2150,10 @@ conditional ifelse. It is similar to @code{Core.ifelse} but it is extendable.")
(base32 "15zqxani1jjh8849s7rdps6b6prqdwv8yxx893y536vkpk7i07qd"))))
(build-system julia-build-system)
(propagated-inputs
- `(("julia-axisarrays" ,julia-axisarrays)
- ("julia-imagecore" ,julia-imagecore)
- ("julia-reexport" ,julia-reexport)
- ("julia-simpletraits" ,julia-simpletraits)))
+ (list julia-axisarrays julia-imagecore julia-reexport
+ julia-simpletraits))
(native-inputs
- `(("julia-unitful" ,julia-unitful)))
+ (list julia-unitful))
(home-page "https://github.com/JuliaImages/ImageAxes.jl")
(synopsis "Julia package for giving \"meaning\" to the axes of an image")
(description "This small package supports the representation of images as
@@ -2233,8 +2178,7 @@ such arrays easy via traits.")
(arguments
`(#:tests? #f)) ; Cycle with ImageMagick.jl.
(propagated-inputs
- `(("julia-imagecore" ,julia-imagecore)
- ("julia-reexport" ,julia-reexport)))
+ (list julia-imagecore julia-reexport))
;(native-inputs
; `(("julia-imagemagick" ,julia-imagemagick)
; ("julia-offsetarrays" ,julia-offsetarrays)
@@ -2264,16 +2208,16 @@ dependencies.")
(arguments
`(#:tests? #f)) ; Cycle with ImageMagick.jl.
(propagated-inputs
- `(("julia-abstractffts" ,julia-abstractffts)
- ("julia-colors" ,julia-colors)
- ("julia-colorvectorspace" ,julia-colorvectorspace)
- ("julia-fixedpointnumbers" ,julia-fixedpointnumbers)
- ("julia-graphics" ,julia-graphics)
- ("julia-mappedarrays" ,julia-mappedarrays)
- ("julia-mosaicviews" ,julia-mosaicviews)
- ("julia-offsetarrays" ,julia-offsetarrays)
- ("julia-paddedviews" ,julia-paddedviews)
- ("julia-reexport" ,julia-reexport)))
+ (list julia-abstractffts
+ julia-colors
+ julia-colorvectorspace
+ julia-fixedpointnumbers
+ julia-graphics
+ julia-mappedarrays
+ julia-mosaicviews
+ julia-offsetarrays
+ julia-paddedviews
+ julia-reexport))
;(native-inputs
; `(("julia-aqua" ,julia-aqua)
; ("julia-colorvectorspace" ,julia-colorvectorspace)
@@ -2306,10 +2250,7 @@ of packages designed to support image processing and computer vision.")
(arguments
`(#:tests? #f)) ; Cycle with ReferenceTests.jl.
(propagated-inputs
- `(("julia-crayons" ,julia-crayons)
- ("julia-imagebase" ,julia-imagebase)
- ("julia-imagecore" ,julia-imagecore)
- ("julia-requires" ,julia-requires)))
+ (list julia-crayons julia-imagebase julia-imagecore julia-requires))
;(native-inputs
; `(("julia-coordinatetransformations" ,julia-coordinatetransformations)
; ("julia-imagemagick" ,julia-imagemagick)
@@ -2355,18 +2296,16 @@ be downscaled to fit into the size of your active terminal session.")
(("test (B == map)" _ test) (string-append "test_nowarn " test)))
#t)))))
(propagated-inputs
- `(("julia-fileio" ,julia-fileio)
- ("julia-imagecore" ,julia-imagecore)
- ("julia-imagemagick-jll" ,julia-imagemagick-jll)))
+ (list julia-fileio julia-imagecore julia-imagemagick-jll))
(native-inputs
- `(("julia-colors" ,julia-colors)
- ("julia-colorvectorspace" ,julia-colorvectorspace)
- ("julia-imagemetadata" ,julia-imagemetadata)
- ("julia-imageshow" ,julia-imageshow)
- ("julia-imagetransformations" ,julia-imagetransformations)
- ("julia-indirectarrays" ,julia-indirectarrays)
- ("julia-offsetarrays" ,julia-offsetarrays)
- ("julia-zipfile" ,julia-zipfile)))
+ (list julia-colors
+ julia-colorvectorspace
+ julia-imagemetadata
+ julia-imageshow
+ julia-imagetransformations
+ julia-indirectarrays
+ julia-offsetarrays
+ julia-zipfile))
(home-page "https://github.com/JuliaIO/ImageMagick.jl")
(synopsis "Thin wrapper for ImageMagick")
(description "This package provides a wrapper around ImageMagick version 6.
@@ -2388,14 +2327,10 @@ It was split off from @code{Images.jl} to make image I/O more modular.")
(base32 "0iv154ms370xgcr56bwsjl13iwmy671cbxjl9ld5yfj85pclcwi1"))))
(build-system julia-build-system)
(propagated-inputs
- `(("julia-axisarrays" ,julia-axisarrays)
- ("julia-imageaxes" ,julia-imageaxes)
- ("julia-imagecore" ,julia-imagecore)
- ("julia-indirectarrays" ,julia-indirectarrays)))
+ (list julia-axisarrays julia-imageaxes julia-imagecore
+ julia-indirectarrays))
(native-inputs
- `(("julia-offsetarrays" ,julia-offsetarrays)
- ("julia-simpletraits" ,julia-simpletraits)
- ("julia-unitful" ,julia-unitful)))
+ (list julia-offsetarrays julia-simpletraits julia-unitful))
(home-page "https://github.com/JuliaImages/ImageMetadata.jl")
(synopsis "Julia package for images having metadata")
(description "@code{ImageMetadata} is a simple package providing utilities
@@ -2422,11 +2357,8 @@ information about the detector used to acquire the image.")
(arguments
`(#:tests? #f)) ; cycle with ImageMagick.jl.
(propagated-inputs
- `(("julia-fileio" ,julia-fileio)
- ("julia-imagebase" ,julia-imagebase)
- ("julia-imagecore" ,julia-imagecore)
- ("julia-offsetarrays" ,julia-offsetarrays)
- ("julia-stackviews" ,julia-stackviews)))
+ (list julia-fileio julia-imagebase julia-imagecore
+ julia-offsetarrays julia-stackviews))
;(native-inputs
; `(("julia-imagedistances" ,julia-imagedistances)
; ("julia-imagemagick" ,julia-imagemagick)
@@ -2457,15 +2389,15 @@ inline presentation of greyscale or color images.")
(arguments
`(#:tests? #f)) ; Cycle with ImageMagick.jl.
(propagated-inputs
- `(("julia-axisalgorithms" ,julia-axisalgorithms)
- ("julia-colorvectorspace" ,julia-colorvectorspace)
- ("julia-coordinatetransformations" ,julia-coordinatetransformations)
- ("julia-identityranges" ,julia-identityranges)
- ("julia-imagecore" ,julia-imagecore)
- ("julia-interpolations" ,julia-interpolations)
- ("julia-offsetarrays" ,julia-offsetarrays)
- ("julia-rotations" ,julia-rotations)
- ("julia-staticarrays" ,julia-staticarrays)))
+ (list julia-axisalgorithms
+ julia-colorvectorspace
+ julia-coordinatetransformations
+ julia-identityranges
+ julia-imagecore
+ julia-interpolations
+ julia-offsetarrays
+ julia-rotations
+ julia-staticarrays))
;(native-inputs
; `(("julia-imagemagick" ,julia-imagemagick)
; ("julia-referencetests" ,julia-referencetests)
@@ -2512,9 +2444,7 @@ out of dictionaries, tuples, etc, extending this ability beyond
(base32 "0l0jq0jnr9z3k431ni82xycq7mqapgxrbrx4yyk6lycvi41ipm4s"))))
(build-system julia-build-system)
(native-inputs
- `(("julia-colors" ,julia-colors)
- ("julia-fixedpointnumbers" ,julia-fixedpointnumbers)
- ("julia-mappedarrays" ,julia-mappedarrays)))
+ (list julia-colors julia-fixedpointnumbers julia-mappedarrays))
(home-page "https://github.com/JuliaArrays/IndirectArrays.jl")
(synopsis "Julia implementation of indexed arrays")
(description "An @code{IndirectArray} is one that encodes data using a
@@ -2548,9 +2478,9 @@ indexed images, sometimes called \"colormap images\" or \"paletted images.\"")
((".*infextendedtime.*") ""))
#t)))))
(propagated-inputs
- `(("julia-requires" ,julia-requires)))
+ (list julia-requires))
(native-inputs
- `(("julia-compat" ,julia-compat)))
+ (list julia-compat))
(home-page "https://docs.juliahub.com/Infinity/")
(synopsis "Representation of infinity in Julia")
(description "This package provides representations for infinity and
@@ -2599,18 +2529,15 @@ interfaces with @file{.ini} files.")
;; Disable as stopgap.
#:tests? ,(not (target-x86-32?))))
(propagated-inputs
- `(("julia-axisalgorithms" ,julia-axisalgorithms)
- ("julia-offsetarrays" ,julia-offsetarrays)
- ("julia-ratios" ,julia-ratios)
- ("julia-requires" ,julia-requires)
- ("julia-staticarrays" ,julia-staticarrays)
- ("julia-woodburymatrices" ,julia-woodburymatrices)))
+ (list julia-axisalgorithms
+ julia-offsetarrays
+ julia-ratios
+ julia-requires
+ julia-staticarrays
+ julia-woodburymatrices))
(native-inputs
- `(("julia-dualnumbers" ,julia-dualnumbers)
- ("julia-forwarddiff" ,julia-forwarddiff)
- ("julia-offsetarrays" ,julia-offsetarrays)
- ("julia-unitful" ,julia-unitful)
- ("julia-zygote" ,julia-zygote)))
+ (list julia-dualnumbers julia-forwarddiff julia-offsetarrays
+ julia-unitful julia-zygote))
(home-page "https://github.com/JuliaMath/Interpolations.jl")
(synopsis "Continuous interpolation of discrete datasets")
(description "This package implements a variety of interpolation schemes for
@@ -2647,9 +2574,9 @@ and exceptional performance.")
"@test_broken duration(ClosedInterval"))))))
'(%standard-phases))))
(propagated-inputs
- `(("julia-ellipsisnotation" ,julia-ellipsisnotation)))
+ (list julia-ellipsisnotation))
(native-inputs
- `(("julia-offsetarrays" ,julia-offsetarrays)))
+ (list julia-offsetarrays))
(home-page "https://github.com/JuliaMath/IntervalSets.jl")
(synopsis "Interval Sets for Julia")
(description "This package is intended to implement a \"minimal\" foundation
@@ -2673,7 +2600,7 @@ unambiguously define the @code{..} and @code{±} operators.")
(base32 "1179z20yxnkyziip7gn26wr1g3k3ssl1ci7pig3khc900f62di46"))))
(build-system julia-build-system)
(native-inputs
- `(("julia-offsetarrays" ,julia-offsetarrays)))
+ (list julia-offsetarrays))
(home-page "https://github.com/mbauman/InvertedIndices.jl")
(synopsis "Index type that allows for inverted selections")
(description "This package just exports one type: the @code{InvertedIndex},
@@ -2717,9 +2644,9 @@ as a string together with the return value.")
(base32 "11334fcg2slpwcj0raxf457brhf7pxglgxc6cy8q58ggrpxqfqql"))))
(build-system julia-build-system)
(propagated-inputs
- `(("julia-macrotools" ,julia-macrotools)))
+ (list julia-macrotools))
(native-inputs
- `(("julia-documenter" ,julia-documenter)))
+ (list julia-documenter))
(home-page "https://github.com/FluxML/IRTools.jl")
(synopsis "Simple and flexible IR format")
(description "This package provides a simple and flexible IR format,
@@ -2802,10 +2729,8 @@ extensions to the iterator interface.")
(base32 "1f9k613kbknmp4fgjxvjaw4d5sfbx8a5hmcszmp1w9rqfqngjx9m"))))
(build-system julia-build-system)
(propagated-inputs
- `(("julia-datastructures" ,julia-datastructures)
- ("julia-fixedpointnumbers" ,julia-fixedpointnumbers)
- ("julia-parsers" ,julia-parsers)
- ("julia-offsetarrays" ,julia-offsetarrays)))
+ (list julia-datastructures julia-fixedpointnumbers julia-parsers
+ julia-offsetarrays))
(home-page "https://github.com/JuliaIO/JSON.jl")
(synopsis "JSON parsing and printing library for Julia")
(description "@code{JSON.jl} is a pure Julia module which supports parsing
@@ -2827,8 +2752,7 @@ and printing JSON documents.")
(base32 "11z5maz7v50wd99id8z7838higza0cllh2amkdkrlskbri3v2f17"))))
(build-system julia-build-system)
(propagated-inputs
- `(("julia-parsers" ,julia-parsers)
- ("julia-structtypes" ,julia-structtypes)))
+ (list julia-parsers julia-structtypes))
(home-page "https://github.com/quinnj/JSON3.jl")
(synopsis "JSON package for Julia")
(description "This package provides another JSON package for Julia, with a
@@ -2850,7 +2774,7 @@ focus on speed and slick struct mapping.")
(base32 "117z27krcf8fydgp6mb0pgn75r4gng9qs7v90qb4bqzsry3faadp"))))
(build-system julia-build-system)
(native-inputs
- `(("julia-documenter" ,julia-documenter)))
+ (list julia-documenter))
(home-page "https://github.com/stevengj/LaTeXStrings.jl")
(synopsis "Input and display of LaTeX equation strings")
(description "This is a small package to make it easier to type LaTeX
@@ -2881,13 +2805,10 @@ equations in string literals in the Julia language.")
(substitute* "test/multests.jl"
(("Int64") "Int32")))))))))
(propagated-inputs
- `(("julia-arraylayouts" ,julia-arraylayouts)
- ("julia-fillarrays" ,julia-fillarrays)
- ("julia-macrotools" ,julia-macrotools)
- ("julia-matrixfactorizations" ,julia-matrixfactorizations)
- ("julia-staticarrays" ,julia-staticarrays)))
+ (list julia-arraylayouts julia-fillarrays julia-macrotools
+ julia-matrixfactorizations julia-staticarrays))
(native-inputs
- `(("julia-tracker" ,julia-tracker)))
+ (list julia-tracker))
(home-page "https://github.com/JuliaArrays/LazyArrays.jl")
(synopsis "Lazy arrays and linear algebra")
(description "This package supports lazy analogues of array operations like
@@ -2910,9 +2831,9 @@ implementation of matrix-free methods for iterative solvers.")
(base32 "0rvms3mmq8a1viqlyzdgs2ccddcy6j0c677dlb8m5nk6hkiwr16n"))))
(build-system julia-build-system)
(propagated-inputs
- `(("julia-docstringextensions" ,julia-docstringextensions)))
+ (list julia-docstringextensions))
(native-inputs
- `(("julia-offsetarrays" ,julia-offsetarrays)))
+ (list julia-offsetarrays))
(home-page "https://github.com/JuliaStats/LogExpFunctions.jl")
(synopsis "Special functions based on @code{log} and @code{exp}")
(description "Various special functions based on log and exp moved from
@@ -2966,11 +2887,9 @@ that let you do deep transformations of code.")
(substitute* "test/runtests.jl"
(("Int64") "Int32")))))))))
(propagated-inputs
- `(("julia-fixedpointnumbers" ,julia-fixedpointnumbers)))
+ (list julia-fixedpointnumbers))
(native-inputs
- `(("julia-colortypes" ,julia-colortypes)
- ("julia-fixedpointnumbers" ,julia-fixedpointnumbers)
- ("julia-offsetarrays" ,julia-offsetarrays)))
+ (list julia-colortypes julia-fixedpointnumbers julia-offsetarrays))
(home-page "https://github.com/JuliaArrays/MappedArrays.jl")
(synopsis "Lazy in-place transformations of arrays")
(description "This package implements \"lazy\" in-place elementwise
@@ -3007,7 +2926,7 @@ comes from the fact that @code{M == map(f, A)}.")
(("test String") "test_nowarn String"))
#t)))))
(propagated-inputs
- `(("julia-arraylayouts" ,julia-arraylayouts)))
+ (list julia-arraylayouts))
(home-page "https://github.com/JuliaMatrices/MatrixFactorizations.jl")
(synopsis "Julia package to contain non-standard matrix factorizations")
(description "A Julia package to contain non-standard matrix factorizations.
@@ -3039,7 +2958,7 @@ may include other factorizations such as the LQ factorization.")
(substitute* "test/runtests.jl"
(("testhost =") "return #"))
#t)))))
- (propagated-inputs `(("julia-mbedtls-jll" ,julia-mbedtls-jll)))
+ (propagated-inputs (list julia-mbedtls-jll))
(home-page "https://github.com/JuliaLang/MbedTLS.jl")
(synopsis "Apache's mbed TLS library wrapper")
(description "@code{MbedTLS.jl} provides a wrapper around the @code{mbed
@@ -3061,13 +2980,9 @@ TLS} and cryptography C library for Julia.")
(base32 "05p3f0gr4sv4maq8cix5fi8ldq0zagswqsd43xn6fhy046f936mz"))))
(build-system julia-build-system)
(propagated-inputs
- `(("julia-calculus" ,julia-calculus)
- ("julia-recipesbase" ,julia-recipesbase)
- ("julia-requires" ,julia-requires)))
+ (list julia-calculus julia-recipesbase julia-requires))
(native-inputs
- `(("julia-quadgk" ,julia-quadgk)
- ("julia-specialfunctions" ,julia-specialfunctions)
- ("julia-unitful" ,julia-unitful)))
+ (list julia-quadgk julia-specialfunctions julia-unitful))
(home-page "https://juliaphysics.github.io/Measurements.jl/stable/")
(synopsis "Error propagation calculator and library")
(description "@code{Measurements.jl} is an error propagation calculator and
@@ -3118,7 +3033,7 @@ resolving them into absolute units.")
'(#:julia-package-name "Media"
#:julia-package-uuid "e89f7d12-3494-54d1-8411-f7d8b9ae1f27"))
(propagated-inputs
- `(("julia-macrotools" ,julia-macrotools)))
+ (list julia-macrotools))
(home-page "https://github.com/JunoLab/Media.jl")
(synopsis "Unified measure and coordinates types")
(description "This package provides a display system which enables the
@@ -3141,7 +3056,7 @@ displayed where.")
(base32 "0k9jqgp285qhckldvvsmfk6s69dcr8s74m2fijgm2vxjj2gqjs1n"))))
(build-system julia-build-system)
(native-inputs
- `(("julia-jive" ,julia-jive)))
+ (list julia-jive))
(home-page "https://github.com/wookay/Millboard.jl")
(synopsis "Displaying data in tables for Julia")
(description
@@ -3164,7 +3079,7 @@ format to arrange into rows and columns of cells.")
(base32 "1k481rm5lahmjyh34j177d4n10svgr0wm7ps5m3ar3xx6nr26ad5"))))
(build-system julia-build-system)
(propagated-inputs
- `(("julia-dataapi" ,julia-dataapi)))
+ (list julia-dataapi))
(home-page "https://github.com/JuliaData/Missings.jl")
(synopsis "Additional missing value support for Julia")
(description "This package provides additional functionality for working
@@ -3186,7 +3101,7 @@ with @code{missing} values in Julia.")
(base32 "0h1cd7cr4c4cnpqyj3180113gdbvcc047lqphp8a8gq5smp3c059"))))
(build-system julia-build-system)
(native-inputs
- `(("julia-datastructures" ,julia-datastructures)))
+ (list julia-datastructures))
(home-page "https://thautwarm.github.io/MLStyle.jl/latest/")
(synopsis "Julia functional programming infrastructures")
(description "This package provides consistent and extensible functional
@@ -3208,8 +3123,7 @@ programming infrastructures, and metaprogramming facilities.")
(base32 "1cg2is83bjmrchmmxcgx57k8c9b9vlamrw38v4fdhbb6d4six5cg"))))
(build-system julia-build-system)
(propagated-inputs
- `(("julia-compat" ,julia-compat)
- ("julia-exprtools" ,julia-exprtools)))
+ (list julia-compat julia-exprtools))
(home-page "https://github.com/invenia/Mocking.jl")
(synopsis "Overload Julia function calls")
(description "The purpose of this package is to allow Julia function calls
@@ -3233,9 +3147,7 @@ to be temporarily overloaded for the purpose of testing.")
(arguments
`(#:tests? #f)) ; Cycle with ImageCore.jl
(propagated-inputs
- `(("julia-mappedarrays" ,julia-mappedarrays)
- ("julia-paddedviews" ,julia-paddedviews)
- ("julia-stackviews" ,julia-stackviews)))
+ (list julia-mappedarrays julia-paddedviews julia-stackviews))
;(native-inputs
; `(("julia-colorvectorspace" ,julia-colorvectorspace)
; ("julia-imagecore" ,julia-imagecore)))
@@ -3299,7 +3211,7 @@ Julia, with type-driven, overloadable packing/unpacking functionality.")
" "))))))
'(%standard-phases))))
(propagated-inputs
- `(("julia-offsetarrays" ,julia-offsetarrays)))
+ (list julia-offsetarrays))
(home-page "https://github.com/jump-dev/MutableArithmetics.jl")
(synopsis "Interface for arithmetics on mutable types in Julia")
(description "MutableArithmetics is a Julia package which allows:
@@ -3345,12 +3257,9 @@ still being completely generic
(base32 "0n8qh5a2ghjx1j70zxn0hmh8gzpa46kmjg8di879y9974bfk0f98"))))
(build-system julia-build-system)
(propagated-inputs
- `(("julia-diffresults" ,julia-diffresults)
- ("julia-finitediff" ,julia-finitediff)
- ("julia-forwarddiff" ,julia-forwarddiff)))
+ (list julia-diffresults julia-finitediff julia-forwarddiff))
(native-inputs
- `(("julia-optimtestproblems" ,julia-optimtestproblems)
- ("julia-recursivearraytools" ,julia-recursivearraytools)))
+ (list julia-optimtestproblems julia-recursivearraytools))
(home-page "https://github.com/JuliaNLSolvers/NLSolversBase.jl")
(synopsis "Optimization and equation solver software in JuliaNLSolvers")
(description "This package aims at establishing common ground for Optim.jl,
@@ -3383,13 +3292,9 @@ interface to interact with these types.")
(("&& CUDA\\.functional\\(\\)") ""))
(setenv "NNLIB_TEST_CUDA" "false"))))))
(propagated-inputs
- `(("julia-adapt" ,julia-adapt)
- ("julia-chainrulescore" ,julia-chainrulescore)
- ("julia-requires" ,julia-requires)))
+ (list julia-adapt julia-chainrulescore julia-requires))
(native-inputs
- `(("julia-chainrulestestutils" ,julia-chainrulestestutils)
- ("julia-stablerngs" ,julia-stablerngs)
- ("julia-zygote" ,julia-zygote)))
+ (list julia-chainrulestestutils julia-stablerngs julia-zygote))
(home-page "https://github.com/FluxML/NNlib.jl")
(synopsis "Neural Network primitives with multiple backends")
(description "This package will provide a library of functions useful for
@@ -3457,7 +3362,7 @@ which they were added to the collection.")
(base32 "0j5a8ar8yc0j9h87gwfyrcqm23wpyv5yv5gn8vzilpg4vr0fiasc"))))
(build-system julia-build-system)
(propagated-inputs
- `(("julia-adapt" ,julia-adapt)))
+ (list julia-adapt))
;; CatIndices depends on OffsetArrays, introducing a recursive dependency
(arguments '(#:tests? #f))
(home-page "https://juliaarrays.github.io/OffsetArrays.jl/stable/")
@@ -3482,9 +3387,9 @@ languages like Fortran.")
(base32 "0ran2vj6ahlzib0g77y7g0jhavy3k9s2mqq23ybpgp9z677wf26h"))))
(build-system julia-build-system)
(propagated-inputs
- `(("julia-offsetarrays" ,julia-offsetarrays)))
+ (list julia-offsetarrays))
(native-inputs
- `(("julia-documenter" ,julia-documenter)))
+ (list julia-documenter))
(home-page "https://github.com/JuliaArrays/PaddedViews.jl")
(synopsis "Add virtual padding to the edges of an array")
(description "@code{PaddedViews} provides a simple wrapper type,
@@ -3509,8 +3414,7 @@ Multiple arrays may be \"promoted\" to have common indices using the
(base32 "0b8lawi7kcws4axfsdf023gyxca15irl648ciyi1kw3wghz3pfi2"))))
(build-system julia-build-system)
(propagated-inputs
- `(("julia-orderedcollections" ,julia-orderedcollections)
- ("julia-unpack" ,julia-unpack)))
+ (list julia-orderedcollections julia-unpack))
(home-page "https://github.com/mauro3/Parameters.jl")
(synopsis "Numerical-model parameter helpers")
(description "This package contains types with default field values, keyword
@@ -3578,8 +3482,7 @@ actual computation.")
(base32 "1fd27w9z1vhz0d1bzrs5vcavpb5r5jviyh27d9c4ka37phz4xvmh"))))
(build-system julia-build-system)
(propagated-inputs
- `(("julia-plotutils" ,julia-plotutils)
- ("julia-requires" ,julia-requires)))
+ (list julia-plotutils julia-requires))
(home-page "https://github.com/JuliaPlots/PlotThemes.jl")
(synopsis "Themes for the Julia plotting package Plots.jl")
(description
@@ -3601,11 +3504,9 @@ actual computation.")
(base32 "12aw5gkkcfhpczv2w510k65w1j0hjnh825ihimi223v8plsi5105"))))
(build-system julia-build-system)
(propagated-inputs
- `(("julia-colors" ,julia-colors)
- ("julia-colorschemes" ,julia-colorschemes)
- ("julia-reexport" ,julia-reexport)))
+ (list julia-colors julia-colorschemes julia-reexport))
(native-inputs
- `(("julia-stablerngs" ,julia-stablerngs)))
+ (list julia-stablerngs))
(home-page "https://github.com/JuliaPlots/PlotUtils.jl")
(synopsis "Helper algorithms for building plotting components")
(description "This package contains generic helper algorithms for building
@@ -3627,7 +3528,7 @@ plotting components.")
(base32 "0qdwvf1p5z6z0q4s4hn85ysd8wq47zy6hlzddc5ijvhk86ccqlrr"))))
(build-system julia-build-system)
(propagated-inputs
- `(("julia-dataapi" ,julia-dataapi)))
+ (list julia-dataapi))
(home-page "https://github.com/JuliaData/PooledArrays.jl")
(synopsis "Pooled representation of arrays in Julia")
(description "This package provides a pooled representation of arrays for
@@ -3649,8 +3550,7 @@ purposes of compression when there are few unique elements.")
(base32 "1wxy6ak7f3hvibcgc8q88cgkf9zvi649mmjy1zlkx1qk80hgvz23"))))
(build-system julia-build-system)
(native-inputs
- `(("julia-forwarddiff" ,julia-forwarddiff)
- ("julia-reversediff" ,julia-reversediff)))
+ (list julia-forwarddiff julia-reversediff))
(home-page "https://github.com/timholy/PositiveFactorizations.jl")
(synopsis "Positive-definite \"approximations\" to matrices")
(description "@code{PositiveFactorizations} is a package for computing a
@@ -3709,10 +3609,7 @@ everything from run time algorithm choice to code generation at compile time.")
((".*colors\\.jl.*") ""))
#t)))))
(propagated-inputs
- `(("julia-crayons" ,julia-crayons)
- ("julia-formatting" ,julia-formatting)
- ("julia-reexport" ,julia-reexport)
- ("julia-tables" ,julia-tables)))
+ (list julia-crayons julia-formatting julia-reexport julia-tables))
(home-page "https://github.com/ronisbr/PrettyTables.jl")
(synopsis "Print data in formatted tables")
(description "This package has the purpose to print data in matrices in a
@@ -3779,12 +3676,11 @@ human-readable format.")
(setenv "JULIA_PKGEVAL" "true")
#t)))))
(propagated-inputs
- `(("julia-macrotools" ,julia-macrotools)
- ("julia-versionparsing" ,julia-versionparsing)))
+ (list julia-macrotools julia-versionparsing))
(inputs
- `(("python" ,python)))
+ (list python))
(native-inputs
- `(("python-numpy" ,python-numpy)))
+ (list python-numpy))
(home-page "https://github.com/JuliaPy/PyCall.jl")
(synopsis "Call Python functions from the Julia language")
(description "This package provides the ability to directly call and fully
@@ -3809,12 +3705,12 @@ share large data structures between Julia and Python without copying them.")
(base32 "007zs0imfgs69f30pp2a3rc93kl0qiq7qjx6ig35z4wzkmps4skd"))))
(build-system julia-build-system)
(propagated-inputs
- `(("julia-colors" ,julia-colors)
- ("julia-latexstrings" ,julia-latexstrings)
- ("julia-pycall" ,julia-pycall)
- ("julia-versionparsing" ,julia-versionparsing)
- ;; python-matplotlib is expected to be available at runtime.
- ("python-matplotlib" ,python-matplotlib)))
+ (list julia-colors
+ julia-latexstrings
+ julia-pycall
+ julia-versionparsing
+ ;; python-matplotlib is expected to be available at runtime.
+ python-matplotlib))
(home-page "https://github.com/JuliaPy/PyPlot.jl")
(synopsis "Plotting for Julia based on matplotlib.pyplot")
(description "This package provides a Julia interface to the Matplotlib
@@ -3838,7 +3734,7 @@ Julia with little or no overhead (arrays are passed without making a copy).")
(base32 "1hy0629yai6xflgxaflk9764lzr1lzhlghimxk1aqi212q9c6n33"))))
(build-system julia-build-system)
(propagated-inputs
- `(("julia-datastructures" ,julia-datastructures)))
+ (list julia-datastructures))
(home-page "https://github.com/JuliaMath/QuadGK.jl")
(synopsis "Adaptive 1d numerical Gauss–Kronrod integration")
(description "This package provides support for one-dimensional numerical
@@ -3873,11 +3769,11 @@ arbitrary normed vector spaces (e.g. matrix-valued integrands).")
(("libquadmath.so.0" lib) (string-append gcclib "/lib/" lib)))
#t))))))
(propagated-inputs
- `(("julia-requires" ,julia-requires)))
+ (list julia-requires))
(inputs
`(("gcc:lib" ,gcc "lib")))
(native-inputs
- `(("julia-specialfunctions" ,julia-specialfunctions)))
+ (list julia-specialfunctions))
(home-page "https://github.com/JuliaMath/Quadmath.jl")
(synopsis "Float128 and libquadmath for the Julia language")
(description "This is a Julia interface to @code{libquadmath}, providing a
@@ -3900,7 +3796,7 @@ format.")
(base32 "1zhynyvchc50hywws2jznpkwydr3njh8cv84d2ylyabhcwwmil9s"))))
(build-system julia-build-system)
(propagated-inputs
- `(("julia-dualnumbers" ,julia-dualnumbers)))
+ (list julia-dualnumbers))
(home-page "https://github.com/JuliaGeometry/Quaternions.jl")
(synopsis "Quaternion and dual-quaternion functionality")
(description "Quaternions are best known for their suitability as
@@ -3923,9 +3819,8 @@ extension of complex numbers.")
(base32 "06zm4cbn3x49lbpgshhdfvvmgz066qkc8q0d57igm5p8bcp6js22"))))
(build-system julia-build-system)
(propagated-inputs
- `(("julia-datastructures" ,julia-datastructures)
- ("julia-iteratorinterfaceextensions" ,julia-iteratorinterfaceextensions)
- ("julia-tableshowutils" ,julia-tableshowutils)))
+ (list julia-datastructures julia-iteratorinterfaceextensions
+ julia-tableshowutils))
(home-page "https://github.com/queryverse/QueryOperators.jl")
(synopsis "Query operators for Julia")
(description "This package contains the underlying query operators that are
@@ -4014,9 +3909,7 @@ more complex visualizations.")
(arguments
`(#:tests? #f)) ; Cycle with Plots.jl.
(propagated-inputs
- `(("julia-nanmath" ,julia-nanmath)
- ("julia-plotutils" ,julia-plotutils)
- ("julia-recipesbase" ,julia-recipesbase)))
+ (list julia-nanmath julia-plotutils julia-recipesbase))
(home-page "http://juliaplots.org/RecipesPipeline.jl/dev/")
(synopsis "Utilities for processing recipes")
(description "This package was factored out of @code{Plots.jl} to allow any
@@ -4044,13 +3937,13 @@ recipes to full specifications for a plot.")
(arguments
`(#:tests? #f)) ; Cycle with OrdinaryDiffEq.jl.
(propagated-inputs
- `(("julia-arrayinterface" ,julia-arrayinterface)
- ("julia-chainrulescore" ,julia-chainrulescore)
- ("julia-docstringextensions" ,julia-docstringextensions)
- ("julia-recipesbase" ,julia-recipesbase)
- ("julia-requires" ,julia-requires)
- ("julia-staticarrays" ,julia-staticarrays)
- ("julia-zygoterules" ,julia-zygoterules)))
+ (list julia-arrayinterface
+ julia-chainrulescore
+ julia-docstringextensions
+ julia-recipesbase
+ julia-requires
+ julia-staticarrays
+ julia-zygoterules))
;(native-inputs
; `(("julia-forwarddiff" ,julia-forwarddiff)
; ("julia-nlsolve" ,julia-nlsolve)
@@ -4099,11 +3992,8 @@ recursive arrays like arrays of arrays.")
(arguments
`(#:tests? #f)) ; Cycle with ImageCore.jl through ImageMagick.jl.
(propagated-inputs
- `(("julia-deepdiffs" ,julia-deepdiffs)
- ("julia-distances" ,julia-distances)
- ("julia-fileio" ,julia-fileio)
- ("julia-imagecore" ,julia-imagecore)
- ("julia-imageinterminal" ,julia-imageinterminal)))
+ (list julia-deepdiffs julia-distances julia-fileio julia-imagecore
+ julia-imageinterminal))
;(native-inputs
; `(("julia-csvfiles" ,julia-csvfiles)
; ("julia-dataframes" ,julia-dataframes)
@@ -4137,9 +4027,9 @@ package can help create and update if need be.")
(arguments
`(#:parallel-tests? #f))
(inputs ;required for test
- `(("julia-example" ,julia-example)))
+ (list julia-example))
(propagated-inputs
- `(("julia-colors" ,julia-colors)))
+ (list julia-colors))
(home-page "https://github.com/JuliaPackaging/Requires.jl/")
(synopsis "Faster package loader")
(description "This package make loading packages faster, maybe. It
@@ -4169,17 +4059,16 @@ can be avoided.")
;; Disable as stopgap.
`(#:tests? ,(not (target-x86-32?))))
(propagated-inputs
- `(("julia-diffresults" ,julia-diffresults)
- ("julia-diffrules" ,julia-diffrules)
- ("julia-forwarddiff" ,julia-forwarddiff)
- ("julia-functionwrappers" ,julia-functionwrappers)
- ("julia-macrotools" ,julia-macrotools)
- ("julia-nanmath" ,julia-nanmath)
- ("julia-specialfunctions" ,julia-specialfunctions)
- ("julia-staticarrays" ,julia-staticarrays)))
+ (list julia-diffresults
+ julia-diffrules
+ julia-forwarddiff
+ julia-functionwrappers
+ julia-macrotools
+ julia-nanmath
+ julia-specialfunctions
+ julia-staticarrays))
(native-inputs
- `(("julia-difftests" ,julia-difftests)
- ("julia-fillarrays" ,julia-fillarrays)))
+ (list julia-difftests julia-fillarrays))
(home-page "https://github.com/JuliaDiff/ReverseDiff.jl")
(synopsis "Reverse Mode Automatic Differentiation for Julia")
(description "@code{ReverseDiff.jl} is a fast and compile-able tape-based
@@ -4233,11 +4122,9 @@ other power series in @code{h}.")
(base32 "01wwqbdmj61yiz7rkmams4xg7gb9hbmg325173846ky4b9x1wb19"))))
(build-system julia-build-system)
(propagated-inputs
- `(("julia-staticarrays" ,julia-staticarrays)))
+ (list julia-staticarrays))
(native-inputs
- `(("julia-benchmarktools" ,julia-benchmarktools)
- ("julia-forwarddiff" ,julia-forwarddiff)
- ("julia-unitful" ,julia-unitful)))
+ (list julia-benchmarktools julia-forwarddiff julia-unitful))
(home-page "https://github.com/JuliaGeometry/Rotations.jl")
(synopsis "Julia implementations for different rotation parameterisations")
(description "This package implements various 3D rotation parameterizations
@@ -4268,7 +4155,7 @@ through matrix-vector multiplication.")
`(#:julia-package-name "SafeTestsets"
#:julia-package-uuid "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"))
(native-inputs
- `(("julia-staticarrays" ,julia-staticarrays)))
+ (list julia-staticarrays))
(home-page "https://github.com/YingboMa/SafeTestsets.jl")
(synopsis "Julia's testset in a module")
(description "This package contains the testset from Julia, packaged into
@@ -4290,7 +4177,7 @@ a loadable module.")
(base32 "0y7kkkj717h5cj659ssry89i5r64symr6pvhr6vv4qmaxrnjxj92"))))
(build-system julia-build-system)
(propagated-inputs
- `(("julia-libsass-jll" ,julia-libsass-jll)))
+ (list julia-libsass-jll))
(home-page "https://github.com/piever/Sass.jl")
(synopsis "Compile scss and sass file to css")
(description "This package provides a simple Julian API to use the
@@ -4361,7 +4248,7 @@ in @code{Gadfly}, @code{Plots} and @code{Makie} to label axes and keys.")
(base32 "1qvmkqcvhc2nilvkk36szccxdlcv9ls2i0ksxgl2yfjr3b3qlr05"))))
(build-system julia-build-system)
(propagated-inputs
- `(("julia-macrotools" ,julia-macrotools)))
+ (list julia-macrotools))
(home-page "https://github.com/mauro3/SimpleTraits.jl")
(synopsis "Simple Traits for Julia")
(description "This package provides a macro-based implementation of traits.
@@ -4411,7 +4298,7 @@ beginners.")
(arguments
`(#:tests? #f)) ; cycle with StatsBase.jl
(propagated-inputs
- `(("julia-datastructures" ,julia-datastructures)))
+ (list julia-datastructures))
;(native-inputs
; `(("julia-statsbase" ,julia-statsbase)))
(home-page "https://github.com/JuliaCollections/SortingAlgorithms.jl")
@@ -4436,11 +4323,10 @@ timsort and radixsort.")
(base32 "0nfpnglx7zl9g20w2mgfkg17hcw9ri0shaq2rwplj0ij5pwz8yf0"))))
(build-system julia-build-system)
(inputs
- `(("julia-chainrulestestutils" ,julia-chainrulestestutils)))
+ (list julia-chainrulestestutils))
(propagated-inputs
- `(("julia-chainrulescore" ,julia-chainrulescore)
- ("julia-logexpfunctions" ,julia-logexpfunctions)
- ("julia-openspecfun-jll" ,julia-openspecfun-jll)))
+ (list julia-chainrulescore julia-logexpfunctions
+ julia-openspecfun-jll))
(home-page "https://github.com/JuliaMath/SpecialFunctions.jl")
(synopsis "Special mathematical functions")
(description "This package provides special mathematical functions,
@@ -4464,8 +4350,7 @@ polygamma functions.")
(base32 "1qzaqvk57b0s5krzn8bxkzmr5kz6hi9dm3jbf2sl7z4vznsgbn9x"))))
(build-system julia-build-system)
(propagated-inputs
- `(("julia-dictionaries" ,julia-dictionaries)
- ("julia-indexing" ,julia-indexing)))
+ (list julia-dictionaries julia-indexing))
(home-page "https://github.com/JuliaData/SplitApplyCombine.jl")
(synopsis "Split-apply-combine strategies for Julia")
(description "@code{SplitApplyCombine.jl} provides high-level, generic tools
@@ -4521,10 +4406,9 @@ some performance improvements).")
((".*doctest.*") ""))
#t)))))
(propagated-inputs
- `(("julia-offsetarrays" ,julia-offsetarrays)))
+ (list julia-offsetarrays))
(native-inputs
- `(("julia-aqua" ,julia-aqua)
- ("julia-documenter" ,julia-documenter)))
+ (list julia-aqua julia-documenter))
(home-page "https://github.com/JuliaArrays/StackViews.jl")
(synopsis "No more catcat")
(description "StackViews provides only one array type: @code{StackView}.
@@ -4552,9 +4436,9 @@ There are multiple ways to understand @code{StackView}:
(base32 "19k7h47zhz3zz28i0l4b3cc0r07pzp8kf35z0yammpy361b644l2"))))
(build-system julia-build-system)
(propagated-inputs
- `(("julia-ifelse" ,julia-ifelse)))
+ (list julia-ifelse))
(native-inputs
- `(("julia-aqua" ,julia-aqua)))
+ (list julia-aqua))
(home-page "https://github.com/SciML/Static.jl")
(synopsis "Static types useful for dispatch and generated functions")
(description "Static.jl defines a limited set of statically parameterized
@@ -4576,7 +4460,7 @@ types and a common interface that is shared between them.")
(base32 "041mijzgzm8r61a3gwspr2wcxjikqksvj2rbnl4gmcy41alqmx79"))))
(build-system julia-build-system)
(inputs
- `(("julia-benchmarktools" ,julia-benchmarktools)))
+ (list julia-benchmarktools))
(home-page "https://github.com/JuliaArrays/StaticArrays.jl")
(synopsis "Statically sized arrays")
(description "This package provides a framework for implementing
@@ -4624,13 +4508,10 @@ dependency on it.")
(base32 "02y4pm5yvg713a2pn970bbcfkrn2h133rxbxk1da18svhqw3czhi"))))
(build-system julia-build-system)
(propagated-inputs
- `(("julia-dataapi" ,julia-dataapi)
- ("julia-datastructures" ,julia-datastructures)
- ("julia-missings" ,julia-missings)
- ("julia-sortingalgorithms" ,julia-sortingalgorithms)
- ("julia-statsapi" ,julia-statsapi)))
+ (list julia-dataapi julia-datastructures julia-missings
+ julia-sortingalgorithms julia-statsapi))
(native-inputs
- `(("julia-stablerngs" ,julia-stablerngs)))
+ (list julia-stablerngs))
(home-page "https://github.com/JuliaStats/StatsBase.jl")
(synopsis "Basic statistics for Julia")
(description "StatsBase.jl is a Julia package that provides basic support
@@ -4654,7 +4535,7 @@ ranking, covariances, sampling, and empirical density estimation.")
(base32 "0n5707wplbibzhhv1xmshvc025d7xk6mnikclc3hvq5cdc0gy9f7"))))
(build-system julia-build-system)
(propagated-inputs
- `(("julia-distances" ,julia-distances)))
+ (list julia-distances))
(home-page "https://github.com/matthieugomez/StringDistances.jl")
(synopsis "String Distances in Julia")
(description "This package provides string distances in Julia. Distances
@@ -4688,15 +4569,10 @@ applied to any distance.")
"test/runtests.jl")
(("Int64") "Int32")))))))))
(propagated-inputs
- `(("julia-dataapi" ,julia-dataapi)
- ("julia-staticarrays" ,julia-staticarrays)
- ("julia-tables" ,julia-tables)))
+ (list julia-dataapi julia-staticarrays julia-tables))
(native-inputs
- `(("julia-documenter" ,julia-documenter)
- ("julia-offsetarrays" ,julia-offsetarrays)
- ("julia-pooledarrays" ,julia-pooledarrays)
- ("julia-typedtables" ,julia-typedtables)
- ("julia-weakrefstrings" ,julia-weakrefstrings)))
+ (list julia-documenter julia-offsetarrays julia-pooledarrays
+ julia-typedtables julia-weakrefstrings))
(home-page "https://github.com/JuliaArrays/StructArrays.jl")
(synopsis "Efficient implementation of struct arrays in Julia")
(description "This package introduces the type @code{StructArray} which is
@@ -4785,13 +4661,10 @@ the @code{Pluto.jl} tabular data import functionality.")
(base32 "1sqqagzqvav8b1rv5ywwbgy9ixvlmipq95fkwfwn0m8769i8jwzb"))))
(build-system julia-build-system)
(propagated-inputs
- `(("julia-dataapi" ,julia-dataapi)
- ("julia-datavalueinterfaces" ,julia-datavalueinterfaces)
- ("julia-iteratorinterfaceextensions" ,julia-iteratorinterfaceextensions)
- ("julia-tabletraits" ,julia-tabletraits)))
+ (list julia-dataapi julia-datavalueinterfaces
+ julia-iteratorinterfaceextensions julia-tabletraits))
(native-inputs
- `(("julia-datavalues" ,julia-datavalues)
- ("julia-queryoperators" ,julia-queryoperators)))
+ (list julia-datavalues julia-queryoperators))
(home-page "https://github.com/JuliaData/Tables.jl")
(synopsis "Interface for tables in Julia")
(description "The @code{Tables.jl} package provides simple, yet powerful
@@ -4816,8 +4689,7 @@ interface functions for working with all kinds tabular data.")
(base32 "0gp3hpj3jvzfhkp9r345vfic2j2n2s60729wv38hwn75csp74cg5"))))
(build-system julia-build-system)
(propagated-inputs
- `(("julia-datavalues" ,julia-datavalues)
- ("julia-json" ,julia-json)))
+ (list julia-datavalues julia-json))
(home-page "https://github.com/queryverse/TableShowUtils.jl")
(synopsis "Implement show for TableTraits.jl types")
(description "This package provides some common helper functions that make
@@ -4840,7 +4712,7 @@ participate in the @code{TableTraits.jl} ecosystem.")
(base32 "08ssb2630wm6j8f2qa985mn2vfibfm5kjcn4ayl2qkhfcyp8daw4"))))
(build-system julia-build-system)
(propagated-inputs
- `(("julia-iteratorinterfaceextensions" ,julia-iteratorinterfaceextensions)))
+ (list julia-iteratorinterfaceextensions))
(home-page "https://github.com/queryverse/TableTraits.jl")
(synopsis "Traits for Julia tables")
(description "TableTraits defines a generic interface for tabular data.")
@@ -4886,11 +4758,8 @@ dimensions}.")
(arguments
`(#:tests? #f)) ; cycle with ImageMagick.jl
(propagated-inputs
- `(("julia-axisarrays" ,julia-axisarrays)
- ("julia-colortypes" ,julia-colortypes)
- ("julia-fileio" ,julia-fileio)
- ("julia-offsetarrays" ,julia-offsetarrays)
- ("julia-stringdistances" ,julia-stringdistances)))
+ (list julia-axisarrays julia-colortypes julia-fileio
+ julia-offsetarrays julia-stringdistances))
;(native-inputs
; `(("julia-colors" ,julia-colors)
; ("julia-fixedpointnumbers" ,julia-fixedpointnumbers)
@@ -4922,16 +4791,16 @@ package.")
(patches (search-patches "julia-tracker-16-compat.patch"))))
(build-system julia-build-system)
(propagated-inputs
- `(("julia-adapt" ,julia-adapt)
- ("julia-diffrules" ,julia-diffrules)
- ("julia-forwarddiff" ,julia-forwarddiff)
- ("julia-macrotools" ,julia-macrotools)
- ("julia-nanmath" ,julia-nanmath)
- ("julia-nnlib" ,julia-nnlib)
- ("julia-requires" ,julia-requires)
- ("julia-specialfunctions" ,julia-specialfunctions)))
+ (list julia-adapt
+ julia-diffrules
+ julia-forwarddiff
+ julia-macrotools
+ julia-nanmath
+ julia-nnlib
+ julia-requires
+ julia-specialfunctions))
(native-inputs
- `(("julia-pdmats" ,julia-pdmats)))
+ (list julia-pdmats))
(home-page "https://github.com/FluxML/Tracker.jl")
(synopsis "Operator overloading reverse-mode automatic differentiator")
(description "@code{Tracker.jl} previously provided @code{Flux.jl} with
@@ -4981,9 +4850,7 @@ which are:
(base32 "0nk6zhqvl2r8yhjdhb59kxq0srd3vy4ysg4d8rszj9a43dnn3w3i"))))
(build-system julia-build-system)
(propagated-inputs
- `(("julia-adapt" ,julia-adapt)
- ("julia-splitapplycombine" ,julia-splitapplycombine)
- ("julia-tables" ,julia-tables)))
+ (list julia-adapt julia-splitapplycombine julia-tables))
(home-page "https://github.com/JuliaData/TypedTables.jl")
(synopsis "Column-based storage for data analysis in Julia")
(description "@code{TypedTables.jl} provides two column-based storage
@@ -5039,7 +4906,7 @@ types, modules, and dictionaries.")
(string-append out "/share/julia/loadpath/URIs/test")))
#t)))))
;; required for tests
- (inputs `(("julia-json" ,julia-json)))
+ (inputs (list julia-json))
(home-page "https://github.com/JuliaWeb/URIs.jl")
(synopsis "URI parsing in Julia")
(description "@code{URIs.jl} is a Julia package that allows parsing and
@@ -5064,7 +4931,7 @@ working with @acronym{URIs,Uniform Resource Identifiers}, as defined in RFC
(arguments
`(#:parallel-tests? #f))
(propagated-inputs
- `(("julia-constructionbase" ,julia-constructionbase)))
+ (list julia-constructionbase))
(home-page "https://painterqubits.github.io/Unitful.jl/stable/")
(synopsis "Physical units in Julia")
(description "This package supports SI units and also many other unit
@@ -5111,8 +4978,7 @@ useful in order to support @code{VersionNumber} comparisons applied to
(base32 "14h1vdnc3rx87w6v2rr59lgb4kai2hd1wzqpxhmzsi8karg2z219"))))
(build-system julia-build-system)
(propagated-inputs
- `(("julia-dataapi" ,julia-dataapi)
- ("julia-parsers" ,julia-parsers)))
+ (list julia-dataapi julia-parsers))
(home-page "https://github.com/JuliaData/WeakRefStrings.jl")
(synopsis "Efficient string representation and transfer in Julia")
(description "This package provides a minimal String type for Julia that
@@ -5168,7 +5034,7 @@ inaccuracy in the result.")
"15bm3ki5mb9nvqs2byznrryq0bilnjcvsfy3k05hxhk9vapilw7k"))))
(build-system julia-build-system)
(propagated-inputs
- `(("julia-zlib-jll" ,julia-zlib-jll)))
+ (list julia-zlib-jll))
(home-page "https://github.com/fhs/ZipFile.jl")
(synopsis "Read/Write ZIP archives in Julia")
(description "This module provides support for reading and writing ZIP
@@ -5190,7 +5056,7 @@ archives in Julia.")
(base32 "07i2mf6rr5b8i6l82qgwl5arsb5pwyyzyfasgnszhdqllk9501bs"))))
(build-system julia-build-system)
(propagated-inputs
- `(("julia-macrotools" ,julia-macrotools)))
+ (list julia-macrotools))
(home-page "https://github.com/FluxML/ZygoteRules.jl")
(synopsis "Add minimal custom gradients to Zygote")
(description "Minimal package which enables to add custom gradients to