(define-module (gn packages julia) #:use-module ((guix licenses) #:prefix license:) #:use-module (guix utils) #:use-module (guix packages) #:use-module (guix download) #:use-module (guix git-download) #:use-module (guix build-system julia) #:use-module (gn packages cran) #:use-module (gnu packages bioinformatics) #:use-module (gnu packages compression) #:use-module (gnu packages cran) #:use-module (gnu packages julia-xyz) #:use-module (gnu packages python) #:use-module (gnu packages statistics) #:use-module (ice-9 match)) (define-public julia-lmgpu (let ((commit "e9e95b5fa46f1905ca1ff32a3684a2616a7e482c") (revision "1")) (package (name "julia-lmgpu") (version (git-version "0.1.1" revision commit)) (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/ChelseaTrotter/LMGPU.jl") (commit commit))) ;(file-name (git-file-name name version)) (file-name "LMGPU") (sha256 (base32 "1ddx2np1lakw1l2dclpcaihxd0fcj6bjxsvaxr6g5brxjqk5j7b1")))) (build-system julia-build-system) (arguments `(#:phases (modify-phases %standard-phases ;(add-after 'precompile 'check ; (lambda* (#:key outputs #:allow-other-keys) ; (let* ((out (assoc-ref outputs "out")) ; (builddir (string-append out "/share/julia/"))) ; (setenv "JULIA_LOAD_PATH" ; (string-append builddir "packages/" ":" ; (or (getenv "JULIA_LOAD_PATH") ; ""))) ; (setenv "HOME" (getcwd)) ; (invoke "julia" "test/runtests.jl")))) ))) (native-inputs `(("r" ,r-minimal) ("r-mice" ,r-mice) ("r-qtl2" ,r-qtl2) ("r-tictoc" ,r-tictoc) ("r-tidyverse" ,r-tidyverse))) (propagated-inputs `(("julia-zipfile" ,julia-zipfile))) (home-page "https://github.com/ChelseaTrotter/LMGPU.jl") (synopsis "") (description "") (license license:expat)))) (define-public julia-lmgpu-myapp (package (inherit julia-lmgpu) (name "julia-lmgpu-myapp") (source (origin (inherit (package-source julia-lmgpu)) (file-name "MyApp"))) (arguments (substitute-keyword-arguments (package-arguments julia-lmgpu) ((#:phases phases) `(modify-phases ,phases (add-after 'unpack 'change-directory (lambda _ (chdir "bin/MyApp") #t)))))) (propagated-inputs `(("julia-lmgpu" ,julia-lmgpu) ,@(package-propagated-inputs julia-lmgpu))) (native-inputs `(("julia-packagecompiler" ,julia-packagecompiler))))) (define-public julia-packagecompiler (package (name "julia-packagecompiler") (version "1.2.5") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/JuliaLang/PackageCompiler.jl") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "1yyvqfix7ys3p24hyxi75r6ifyw0mplbry8rvd0vp0h77g6q357i")))) (build-system julia-build-system) (arguments `(;#:tests? #f ;#:julia-package-name "PackageCompiler" )) (home-page "https://github.com/JuliaLang/PackageCompiler.jl") (synopsis "Compile your Julia Package") (description "PackageCompiler is a Julia package with two main purposes: @itemize @item Creating custom sysimages for reduced latency when working locally with packages that has a high startup time. @item Creating \"apps\" which are a bundle of files including an executable that can be sent and run on other machines without Julia being installed on that machine. @end itemize") (license license:expat))) (define-public julia-flxqtl (package (name "julia-flxqtl") (version "0.2.0") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/senresearch/FlxQTL.jl") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "0lzf4vmbjc8zfqsw7a697gza4dxchq5jqp876567ywla3d1f3sl0")))) (build-system julia-build-system) (arguments `(;#:tests? #f ;#:julia-package-name "PackageCompiler" )) (propagated-inputs `( ;("julia-distributions" ,julia-distributions) ;("julia-lossfunctions" ,julia-lossfunctions) ("julia-pyplot" ,julia-pyplot) ;("julia-revise" ,julia-revise) ;("julia-staticarrays" ,julia-static-arrays) ("julia-statsbase" ,julia-statsbase) )) (home-page "https://github.com/senresearch/FlxQTL.jl") (synopsis "QTL analysis tool by multivariate mixed linear model") (description "FlxQTL.jl is a a package for a multivariate linear mixed model based QTL analysis tool that supports incorporating information from trait covariates such as time or different environments. The package supports computation of one-dimensional and two-dimensional multivariate genome scans, visualization of genome scans, support for @acronym{LOCO, leave-one-chromosome-out}, computation of kinship matrices, and support for distributed computing.") (license license:gpl3))) (define-public julia-pyplot (package (name "julia-pyplot") (version "2.9.0") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/JuliaPy/PyPlot.jl") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "0lvnraw8i851xnlfyd8d1p1bp8nrr1s9z56fw6znlmakpjjwny39")))) (build-system julia-build-system) (arguments `(;#:tests? #f ;#:julia-package-name "PackageCompiler" )) (propagated-inputs `( ("julia-pycall" ,julia-pycall) ("julia-latexstrings" ,julia-latexstrings) ("julia-colors" ,julia-colors) ("julia-versionparsing" ,julia-versionparsing) )) (home-page "https://github.com/JuliaPy/PyPlot.jl") (synopsis "Plotting for Julia based on matplotlib.pyplot") (description "This module provides a Julia interface to the Matplotlib plotting library from Python, and specifically to the @code{matplotlib.pyplot} module. PyPlot uses the Julia PyCall package to call Matplotlib directly from Julia with little or no overhead (arrays are passed without making a copy).") (license license:expat))) (define-public julia-pycall (package (name "julia-pycall") (version "1.92.3") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/JuliaPy/PyCall.jl") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "07r99ni6nkxpyrp3wsb5qg4jxz7i2r08dyqbiffy2zm3g0bn88jq")))) (build-system julia-build-system) (arguments `(;#:tests? #f ;#:julia-package-name "PackageCompiler" #:phases (modify-phases %standard-phases (add-after 'unpack 'remove-conda (lambda _ (substitute* "Project.toml" ((".*Conda.*") "")) (substitute* "src/PyCall.jl" (("import Conda") "")) #t)) (add-after 'unpack 'set-python (lambda* (#:key inputs #:allow-other-keys) (let ((python (assoc-ref inputs "python"))) ;(substitute* "deps/find_libpython.py" ; (("/usr/bin/env python") ;(string-append python "/bin/python3")) ; "/usr/bin/env python3") ;(("return (path|None)") ; (string-append "return \"" python "/lib/libpython3.so\"")) ; ) ;(substitute* "deps/buildutils.jl" ; (("\\$python \\$script") ; (string-append python "/bin/python3 $script")) ; (("pythonenv\\(cmd\\)") ; (string-append python "/lib/libpython3.so")) ; ) ;(substitute* "src/startup.jl" ; (("dlopen\\(libpython") ; (string-append "dlopen(\"" python "/lib/libpython3.so\"")) ; (("pyversion_build") ; ;(string-append "\"" ,(package-version python) "\"")) ; ;,(package-version python)) ; ,(version-major+minor (package-version python))) ; (("PYTHONHOME") ; (string-append "\"" python "\"")) ; ) ;(setenv "SHLIB_SUFFIX" ".so") (setenv "PYCALL_DEBUG_BUILD" "yes") (setenv "JULIA_PKGEVAL" "false") (with-output-to-file "deps/deps.jl" (lambda _ (format #t ;"ENV[\"PYTHON\"]=\"~a/bin/python3\"~%" "ENV[\"PYTHONHOME\"]=\"~a\"~%" ;python python))) #t))) ) )) (propagated-inputs `( ;("julia-conda" ,julia-conda) ("julia-macrotools" ,julia-macrotools) ("julia-versionparsing" ,julia-versionparsing) ("python" ,python) )) (native-inputs `( ;("python-numpy" ,(@ (gnu packages python-xyz) 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 interoperate with Python from the Julia language. You can import arbitrary Python modules from Julia, call Python functions (with automatic conversion of types between Julia and Python), define Python classes from Julia methods, and share large data structures between Julia and Python without copying them.") (license license:expat))) (define-public julia-versionparsing (package (name "julia-versionparsing") (version "1.2.0") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/JuliaInterop/VersionParsing.jl") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "060s72dsnpavgilf7f7315lw2sn4npk8lkndmj6bg7i23hppiwva")))) (build-system julia-build-system) (home-page "https://github.com/JuliaInterop/VersionParsing.jl") (synopsis "Flexible VersionNumber parsing in Julia") (description "The @code{VersionParsing} package implements flexible parsing of version-number strings into Julia's built-in @code{VersionNumber} type, via the @code{vparse(string)} function. Unlike the @code{VersionNumber(string){ constructor, @code{vparse(string)} can handle version-number strings in a much wider range of formats than are encompassed by the semver standard. This is useful in order to support @code{VersionNumber} comparisons applied to \"foreign\" version numbers from external packages.") (license license:expat))) (define-public julia-conda (package (name "julia-conda") (version "1.5.0") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/JuliaPy/Conda.jl") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "1v0plrhx9765kzynjdbgrxg5yv0nl40mklyl0z0p06ifvn927q77")))) (build-system julia-build-system) (arguments `(;#:tests? #f ;#:julia-package-name "PackageCompiler" #:phases (modify-phases %standard-phases (add-before 'check 'pre-check (lambda* (#:key inputs #:allow-other-keys) ;(setenv "CONDA_JL_HOME" (string-append (assoc-ref inputs "conda") )) ;(setenv "CONDA_JL_VERSION" "3") ;(display (getcwd)) ;(invoke "ls") ;(invoke "pwd") ;(with-output-to-file "deps/deps.jl" ; (lambda () #t)) ;(invoke "touch" "deps/deps.jl") ;(invoke "julia" "-e" "using Pkg; Pkg.add(\"Conda\")") ;(invoke "julia" "-e" "using Pkg; Pkg.build(\"Conda\")") ;; From .travis.yml ;(setenv "CONDA_JL_VERSION" "3") ;(setenv "CONDA_JL_USE_MINIFORGE" "false") #t))) )) (native-inputs `( ("conda" ,(@ (gnu packages package-management) conda)) ("python" ,(@ (gnu packages python) python-wrapper)) )) (propagated-inputs `( ("julia-json" ,julia-json) ("julia-versionparsing" ,julia-versionparsing) )) (home-page "https://github.com/JuliaPy/Conda.jl") (synopsis "Conda managing Julia binary dependencies") (description "This package allows one to use @code{conda} as a cross-platform binary provider for Julia for other Julia packages, especially to install binaries that have complicated dependencies like Python.") (license license:expat))) (define-public julia-latexstrings (package (name "julia-latexstrings") (version "1.2.1") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/stevengj/LaTeXStrings.jl") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "117z27krcf8fydgp6mb0pgn75r4gng9qs7v90qb4bqzsry3faadp")))) (build-system julia-build-system) (native-inputs `(("julia-documenter" ,julia-documenter-0.24))) (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 equations in string literals in the Julia language.") (license license:expat))) (define-public julia-distributions (package (name "julia-distributions") (version "0.25.0") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/JuliaStats/Distributions.jl") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "1rxv9cml5r8gp0qgqdp61hqbgvv55ncyfzbim4iqfmbaj4ji9fmp")))) (build-system julia-build-system) (arguments `(;#:tests? #f )) (propagated-inputs `( ;("julia-fillarrays" ,julia-fillarrays) ;("julia-distributed" ,julia-distributed) ("julia-pdmats" ,julia-pdmats) ;("julia-quadgk" ,julia-quadgk) ;("julia-specialfunctions" ,julia-specialfunctions) ("julia-statsbase" ,julia-statsbase) ("julia-statsfuns" ,julia-statsfuns) )) (home-page "https://github.com/JuliaStats/Distributions.jl") (synopsis "probability distributions and associated functions") (description "Julia package for probability distributions and associated functions. Particularly, Distributions implements: @enumerate @enum Moments (e.g mean, variance, skewness, and kurtosis), entropy, and other properties @enum Probability density/mass functions (pdf) and their logarithm (logpdf) @enum Moment generating functions and characteristic functions @enum Sampling from population or from a distribution @enum Maximum likelihood estimation @end enumerate") (license license:expat))) (define-public julia-documenter (package (name "julia-documenter") (version "0.26.3") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/JuliaDocs/Documenter.jl") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "1d4mdjc56w0hrc50qia361zfp8zapq163cqgagkbbjn0k83zp21x")))) (build-system julia-build-system) (arguments `(#:tests? #f)) ; LoadError: UndefVarError: iocapture not defined (propagated-inputs `(("julia-docstringextensions" ,julia-docstringextensions) ("julia-iocapture" ,julia-iocapture) ("julia-json" ,julia-json))) (native-inputs `(("julia-documentermarkdown" ,julia-documentermarkdown))) (home-page "https://juliadocs.github.io/Documenter.jl") (synopsis "Documentation generator for Julia") (description "This package provides a documentation generator for Julia.") (license license:expat))) (define-public julia-documenter-0.24 (package (inherit julia-documenter) (name "julia-documenter") (version "0.24.11") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/JuliaDocs/Documenter.jl") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "0s3di48bwc08lhsqhqkgsxg01fr39vp3j1hbnswcaq7f90v6lqhn")))) (arguments `(#:tests? #f ; Some tests fail )) (propagated-inputs `(("julia-docstringextensions" ,julia-docstringextensions) ("julia-json" ,julia-json))) (native-inputs `(("julia-documentermarkdown" ,julia-documentermarkdown))) (properties '((hidden? . #t))))) (define-public julia-documenter-0.22 (package (inherit julia-documenter) (name "julia-documenter") (version "0.22.6") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/JuliaDocs/Documenter.jl") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "1z8b7267y7yn5nx8sjwkmc0ph97vmv42q52jg7s89ghqb9xx3wv5")))) (arguments `(#:tests? #f)) ; Some tests require network. (propagated-inputs `(("julia-docstringextensions" ,julia-docstringextensions) ("julia-json" ,julia-json))) (native-inputs `()) (properties '((hidden? . #t))))) (define-public julia-documentermarkdown (package (name "julia-documentermarkdown") (version "0.2.1") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/JuliaDocs/DocumenterMarkdown.jl") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "11l7yrifg8pdr4q6h75zydfw5i8vww07p5bci5mi8gwwcpi3jksb")))) (build-system julia-build-system) (propagated-inputs ;; Cycle with julia-documenter in later versions. `(("julia-documenter" ,julia-documenter-0.22))) (home-page "https://github.com/JuliaDocs/DocumenterMarkdown.jl") (synopsis "Documenter's Markdown") (description "his package enables the Markdown / MkDocs backend of @code{Documenter.jl}.") (license license:expat))) (define-public julia-statsbase (package (name "julia-statsbase") (version "0.33.8") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/JuliaStats/StatsBase.jl") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (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-1) ("julia-statsapi" ,julia-statsapi))) (native-inputs `(("julia-stablerngs" ,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 for statistics. Particularly, it implements a variety of statistics-related functions, such as scalar statistics, high-order moment computation, counting, ranking, covariances, sampling, and empirical density estimation.") (license license:expat))) (define-public julia-statsbase-0.23 (package (inherit julia-statsbase) (name "julia-statsbase") (version "0.23.1") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/JuliaStats/StatsBase.jl") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "09vdymrh88bq78rs4jc1w3yc3y0smnhclp20zaxgpgdza551hyk0")))) (arguments `(;#:tests? #f #:julia-package-name "StatsBase" )) (propagated-inputs `( ("julia-compat" ,julia-compat) ("julia-datastructures" ,julia-datastructures) ;("julia-missings" ,julia-missings) ("julia-sortingalgorithms" ,julia-sortingalgorithms) ;("julia-statsapi" ,julia-statsapi) )) )) (define-public julia-statsbase-0.16 (package (inherit julia-statsbase) (name "julia-statsbase") (version "0.16.1") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/JuliaStats/StatsBase.jl") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "03lcls1hj1pvd80r5dx3hngzxdw51cffl1fyqf3nq205pvrqr1s1")))) (arguments `(;#:tests? #f #:julia-package-name "StatsBase" )) (propagated-inputs `( ("julia-compat" ,julia-compat) ;("julia-datastructures" ,julia-datastructures) ;("julia-missings" ,julia-missings) ;("julia-sortingalgorithms" ,julia-sortingalgorithms) ;("julia-statsapi" ,julia-statsapi) )) )) (define-public julia-dataapi (package (name "julia-dataapi") (version "1.6.0") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/JuliaData/DataAPI.jl") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "14sfvkz169zcbap3gdwpj16qsap783h86fd07flfxk822abam11w")))) (build-system julia-build-system) (home-page "https://github.com/JuliaData/DataAPI.jl") (synopsis "data-focused namespace for packages to share functions") (description "This package provides a namespace for data-related generic function definitions to solve the optional dependency problem; packages wishing to share and/or extend functions can avoid depending directly on each other by moving the function definition to DataAPI.jl and each package taking a dependency on it.") (license license:expat))) (define-public julia-sortingalgorithms (package (name "julia-sortingalgorithms") (version "0.3.1") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/JuliaCollections/SortingAlgorithms.jl") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "1nz96sccgl6h6aknck59gmy1yrzx356kk9z68svj2g6yialprv1j")))) (build-system julia-build-system) (arguments `(#:tests? #f ; cycle with statsbase #:julia-package-name "SortingAlgorithms" )) (propagated-inputs `( ("julia-datastructures" ,julia-datastructures) )) (native-inputs `( ;("julia-statsbase" ,julia-statsbase-0.16) )) (home-page "https://github.com/JuliaCollections/SortingAlgorithms.jl") (synopsis "extra sorting algorithms extending Julia's sorting API") (description "The SortingAlgorithms package provides three sorting algorithms that can be used with Julia's standard sorting API: heapsort, timsort and radixsort.") (license license:expat))) (define-public julia-sortingalgorithms-1 (package (name "julia-sortingalgorithms") (version "1.0.0") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/JuliaCollections/SortingAlgorithms.jl") ;; Tagging releases is hard: ;; https://github.com/JuliaCollections/SortingAlgorithms.jl/issues/41#issuecomment-840587380 (commit "aa2b98d384ddd132aae0219e68fb63b92513cb35"))) (file-name (git-file-name name version)) (sha256 (base32 "13zbx18psxrg4fvkqgp0m7g484vrama2xm6902bbls30801hgljg")))) (build-system julia-build-system) (arguments `(#:tests? #f ; cycle with statsbase ;#:julia-package-name "SortingAlgorithms" )) (propagated-inputs `( ("julia-datastructures" ,julia-datastructures) )) (native-inputs `( ;("julia-statsbase" ,julia-statsbase) )) (home-page "https://github.com/JuliaCollections/SortingAlgorithms.jl") (synopsis "extra sorting algorithms extending Julia's sorting API") (description "The SortingAlgorithms package provides three sorting algorithms that can be used with Julia's standard sorting API: heapsort, timsort and radixsort.") (license license:expat))) (define-public julia-sortingalgorithms-0.2 (package (inherit julia-sortingalgorithms) (name "julia-sortingalgorithms") (version "0.2.1") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/JuliaCollections/SortingAlgorithms.jl") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "16pbcarw65z9a6l6b10xvyhj00c203zdy6qjpj20l8jf7bxb3i2d")))) (build-system julia-build-system) (arguments `(;#:tests? #f #:julia-package-name "SortingAlgorithms" )) (propagated-inputs `( ("julia-datastructures" ,julia-datastructures) )) (native-inputs `( ;("julia-statsbase" ,julia-statsbase) )) )) (define-public julia-sortingalgorithms-0.1 (package (inherit julia-sortingalgorithms) (name "julia-sortingalgorithms") (version "0.1.1") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/JuliaCollections/SortingAlgorithms.jl") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "1qqr32g32haa4kidxb57ii1yfqcmgid3vylj2p75pzz40m0gyi5z")))) (build-system julia-build-system) (arguments `(;#:tests? #f #:julia-package-name "SortingAlgorithms" )) (propagated-inputs `( ("julia-datastructures" ,julia-datastructures) )) (native-inputs `( ;("julia-statsbase" ,julia-statsbase) )) )) (define-public julia-optim (package (name "julia-optim") (version "1.3.0") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/JuliaNLSolvers/Optim.jl") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "1nmc4979dim5s630b5wskkjg141yz9655qag7i5m8f4p2cq4b2dp")))) (build-system julia-build-system) (arguments `(;#:tests? #f ;#:julia-package-name "SortingAlgorithms" )) (propagated-inputs `( ("julia-compat" ,julia-compat) ;("julia-fillarrays" ,julia-fillarrays) ;("julia-linesearches" ,julia-linesearches) ("julia-nlsolversbase" ,julia-nlsolversbase) ("julia-nanmath" ,julia-nanmath) ("julia-parameters" ,julia-parameters) ;("julia-positivefactorizations" ,julia-positivefactorizations) ;("julia-statsbase" ,julia-statsbase) )) (native-inputs `( ;("julia-statsbase" ,julia-statsbase) )) (home-page "https://github.com/JuliaNLSolvers/Optim.jl") (synopsis "Optimization functions for Julia") (description "Optim.jl is a package for univariate and multivariate optimization of functions.") (license license:expat))) (define-public julia-nlsolversbase (package (name "julia-nlsolversbase") (version "7.8.0") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/JuliaNLSolvers/NLSolversBase.jl") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "0n8qh5a2ghjx1j70zxn0hmh8gzpa46kmjg8di879y9974bfk0f98")))) (build-system julia-build-system) (arguments `(;#:tests? #f ;#:julia-package-name "SortingAlgorithms" )) (propagated-inputs `( ("julia-diffresults" ,julia-diffresults) ;("julia-distributed" ,julia-distributed) ("julia-finitediff" ,julia-finitediff) ("julia-forwarddiff" ,julia-forwarddiff) )) (native-inputs `( ;("julia-linearalgebra" ,julia-linearalgebra) ;("julia-optimtestproblems" ,julia-optimtestproblems) ;("julia-random" ,julia-random) ;("julia-recursivearraytools" ,julia-recursivearraytools) ;("julia-sparsearrays" ,julia-sparsearrays) )) (home-page "https://github.com/JuliaNLSolvers/NLSolversBase.jl") (synopsis "Base package for optimization and equation solver software in JuliaNLSolvers") (description "The package aims at establishing common ground for Optim.jl, LineSearches.jl, and NLsolve.jl. The common ground is mainly the types used to hold objective related callables, information about the objectives, and an interface to interact with these types.") (license license:expat))) (define-public julia-finitediff (package (name "julia-finitediff") (version "2.8.0") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/JuliaDiff/FiniteDiff.jl") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "0ndazn02wn8ddwgjh1i32y7pbaqpw06f42ccilz5ya78cyrjhq2m")))) (build-system julia-build-system) (arguments `(;#:tests? #f ;#:julia-package-name "SortingAlgorithms" )) (propagated-inputs `( ("julia-arrayinterface" ,julia-arrayinterface) ;("julia-requires" ,julia-requires) ("julia-staticarrays" ,julia-staticarrays) )) (native-inputs `( ;("julia-bandedmatrices" ,julia-bandedmatrices) ;("julia-blockedbandedmatrices" ,julia-blockedbandedmatrices) ("julia-safetestsets" ,julia-safetestsets) )) (home-page "https://github.com/JuliaDiff/FiniteDiff.jl") (synopsis "Fast non-allocating calculations of gradients, Jacobians, and Hessians with sparsity support") (description "This package is for calculating derivatives, gradients, Jacobians, Hessians, etc. numerically. This library is for maximizing speed while giving a usable interface to end users in a way that specializes on array types and sparsity.") (license license:expat))) (define-public julia-safetestsets (let ((commit "e553edc4c753344d38349304b9ff5483c3b8ff21") (revision "1")) (package (name "julia-safetestsets") (version (git-version "0.0.1" revision commit)) (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/YingboMa/SafeTestsets.jl") (commit commit))) (file-name (git-file-name name version)) (sha256 (base32 "1fb1dfdmiw2ggx60hf70954xlps0r48fcb3k3dvxynlz7ylphp96")))) (build-system julia-build-system) (arguments `(#:julia-package-name "SafeTestsets")) (native-inputs `(("julia-staticarrays" ,julia-staticarrays))) (home-page "https://github.com/YingboMa/SafeTestsets.jl") (synopsis "Put Julia's testset in a module") (description "@code{safetestset} puts @code{testset} into a module.") (license license:expat)))) (define-public julia-arrayinterface (package (name "julia-arrayinterface") (version "3.1.12") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/JuliaArrays/ArrayInterface.jl") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "0hn3n2clhmly1842snn18kjxabkrxscd5mkbqgxqspk1a8r3r74k")))) (build-system julia-build-system) (arguments `(;#:tests? #f ;#:julia-package-name "SortingAlgorithms" )) (propagated-inputs `( ("julia-ifelse" ,julia-ifelse) ("julia-requires" ,julia-requires) ;("julia-static" ,julia-static) ;("julia-staticarrays" ,julia-staticarrays) )) (native-inputs `( ;("julia-bandedmatrices" ,julia-bandedmatrices) ;("julia-blockedbandedmatrices" ,julia-blockedbandedmatrices) ;("julia-safetestsets" ,julia-safetestsets) )) (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 current AbstractArray interface, which are put to use in package ecosystems like DifferentialEquations.jl. Since these libraries are live, this package will serve as a staging ground for ideas before they are merged into Base Julia. For this reason, no functionality is exported so that if such functions are added and exported in a future Base Julia, there will be no issues with the upgrade.") (license license:expat))) (define-public julia-ifelse (package (name "julia-ifelse") (version "0.1.0") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/sciml/ifelse.jl") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "1wrw842r8708fryf2ihp9mkmdrg27saa9nix2c31vs995k2fgr9w")))) (build-system julia-build-system) (home-page "https://github.com/sciml/ifelse.jl") (synopsis "Under some conditions you may need this function") (description "Sometimes, it's good to have a function form of a conditional. Julia's Base defines ifelse for this, but... psyche, it's not defined in Base but in Core! While this rarely matters, if you're trying to define a new dispatch for Core.ifelse you will find an interesting error message...") (license license:expat))) (define-public julia-plots (package (name "julia-plots") (version "1.14.0") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/JuliaPlots/Plots.jl") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "0gpry538c3159ngf5kc86rsd5dpj8nh77g9kah0asahw46dz9sm8")))) (build-system julia-build-system) (arguments `(;#:tests? #f ;#:julia-package-name "SortingAlgorithms" )) (propagated-inputs `( ;("julia-compat" ,julia-compat) ;("julia-fillarrays" ,julia-fillarrays) ;("julia-linesearches" ,julia-linesearches) ;("julia-nlsolversbase" ,julia-nlsolversbase) ;("julia-nanmath" ,julia-nanmath) ;("julia-parameters" ,julia-parameters) ;("julia-positivefactorizations" ,julia-positivefactorizations) ;("julia-statsbase" ,julia-statsbase) )) (native-inputs `( ("julia-imagemagick" ,julia-imagemagick) )) (home-page "http://docs.juliaplots.org/") (synopsis "Powerful convenience for Julia visualizations and data analysis") (description "Plots is a plotting API and toolset.") (license license:expat))) (define-public julia-imagemagick (package (name "julia-imagemagick") (version "1.2.1") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/JuliaIO/ImageMagick.jl") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "05vzv4jsj3l9pv6yrix28hlw7wnag0mqdfjwv8shn4x71hcfxl1p")))) (build-system julia-build-system) (arguments `(;#:tests? #f ;#:julia-package-name "SortingAlgorithms" )) (propagated-inputs `( ("julia-fileio" ,julia-fileio) ;("julia-fillarrays" ,julia-fillarrays) ;("julia-linesearches" ,julia-linesearches) ;("julia-nlsolversbase" ,julia-nlsolversbase) ;("julia-nanmath" ,julia-nanmath) ;("julia-parameters" ,julia-parameters) ;("julia-positivefactorizations" ,julia-positivefactorizations) ;("julia-statsbase" ,julia-statsbase) )) (native-inputs `( ;("julia-imagemagick" ,julia-imagemagick) )) (home-page "https://github.com/JuliaIO/ImageMagick.jl") (synopsis "Thin Wrapper for the library ImageMagick") (description "This package provides a wrapper around ImageMagick version 6. It was split off from Images.jl to make image I/O more modular.") (license license:expat))) (define-public julia-fileio (package (name "julia-fileio") (version "1.8.2") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/JuliaIO/FileIO.jl") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "0qbh93ys16h8p28sf8h556lzj7771ylhisqmla7y5yxwg4nqwkim")))) (build-system julia-build-system) (arguments `(;#:tests? #f ;#:julia-package-name "SortingAlgorithms" )) (propagated-inputs `( ("julia-requires" ,julia-requires) ;("julia-fillarrays" ,julia-fillarrays) ;("julia-linesearches" ,julia-linesearches) ;("julia-nlsolversbase" ,julia-nlsolversbase) ;("julia-nanmath" ,julia-nanmath) ;("julia-parameters" ,julia-parameters) ;("julia-positivefactorizations" ,julia-positivefactorizations) ;("julia-statsbase" ,julia-statsbase) )) (native-inputs `( ("julia-filepathsbase" ,julia-filepathsbase) )) (home-page "https://github.com/JuliaIO/FileIO.jl") (synopsis "Main Package for IO, loading all different kind of files") (description "FileIO aims to provide a common framework for detecting file formats and dispatching to appropriate readers/writers. The two core functions in this package are called load and save, and offer high-level support for formatted files (in contrast with julia's low-level read and write). To avoid name conflicts, packages that provide support for standard file formats through functions named load and save are encouraged to register with FileIO.") (license license:expat))) (define-public julia-filepathsbase (package (name "julia-filepathsbase") (version "0.9.10") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/rofinn/FilePathsBase.jl") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "136wm4ik6isrdanmpi4gdr1qw0qhr15i925qzjxbawk5hnyzwng9")))) (build-system julia-build-system) (arguments `(;#:tests? #f ;#:julia-package-name "SortingAlgorithms" )) (propagated-inputs `( ;("julia-requires" ,julia-requires) ;("julia-fillarrays" ,julia-fillarrays) ;("julia-linesearches" ,julia-linesearches) ;("julia-nlsolversbase" ,julia-nlsolversbase) ;("julia-nanmath" ,julia-nanmath) ;("julia-parameters" ,julia-parameters) ;("julia-positivefactorizations" ,julia-positivefactorizations) ;("julia-statsbase" ,julia-statsbase) )) (native-inputs `( ("julia-jlso" ,julia-jlso) )) (home-page "https://github.com/rofinn/FilePathsBase.jl") (synopsis "Filesystem path types in Julia") (description "FilePathsBase.jl provides a type based approach to working with filesystem paths in julia.") (license license:expat))) (define-public julia-jlso (package (name "julia-jlso") (version "2.5.0") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/invenia/JLSO.jl") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "1x00mrn4njvkhjns4g8bzjj40g4n6slaxlpsbbccalyabs9sz6id")))) (build-system julia-build-system) (arguments `(;#:tests? #f ;#:julia-package-name "SortingAlgorithms" )) (propagated-inputs `( ("julia-bson" ,julia-bson) ;("julia-fillarrays" ,julia-fillarrays) ;("julia-linesearches" ,julia-linesearches) ;("julia-nlsolversbase" ,julia-nlsolversbase) ;("julia-nanmath" ,julia-nanmath) ;("julia-parameters" ,julia-parameters) ;("julia-positivefactorizations" ,julia-positivefactorizations) ;("julia-statsbase" ,julia-statsbase) )) (native-inputs `( ;("julia-jlso" ,julia-jlso) )) (home-page "https://github.com/invenia/JLSO.jl") (synopsis "Julia Serialized Object (JLSO) file format for storing checkpoint data") (description "JLSO is a storage container for serialized Julia objects. Think of it less as a serialization format but as a container, that employs a serializer, and a compressor, handles all the other concerns including metadata and saving. Such that the serializer just needs to determine how to turn a julia object into a streamVector{UInt8}, and the compressor just needs to determine how to turn one stream of UInt8s into a smaller one (and the reverse).") (license license:expat))) (define-public julia-bson (package (name "julia-bson") (version "0.3.3") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/JuliaIO/BSON.jl") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "1l5608ma2ys7v2gpcqbiv9mwfc6yrlqkihrfx1pf7fgv5llhd4fn")))) (build-system julia-build-system) (arguments `(;#:tests? #f ;#:julia-package-name "SortingAlgorithms" )) (propagated-inputs `( ;("julia-bson" ,julia-bson) ;("julia-fillarrays" ,julia-fillarrays) ;("julia-linesearches" ,julia-linesearches) ;("julia-nlsolversbase" ,julia-nlsolversbase) ;("julia-nanmath" ,julia-nanmath) ;("julia-parameters" ,julia-parameters) ;("julia-positivefactorizations" ,julia-positivefactorizations) ;("julia-statsbase" ,julia-statsbase) )) (native-inputs `( ("julia-dataframes" ,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 JSON serialisation format. It can be used as a general store for Julia data structures.") (license license:expat))) (define-public julia-dataframes (package (name "julia-dataframes") (version "1.1.1") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/JuliaData/DataFrames.jl") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "0ab03l9q9vmc176711hp0adc456fphh0d762fv6hcvzvhms4xjkz")))) (build-system julia-build-system) (arguments `(;#:tests? #f ;#:julia-package-name "SortingAlgorithms" )) (propagated-inputs `( ("julia-reexport" ,julia-reexport) ("julia-sortingalgorithms" ,julia-sortingalgorithms-0.2) )) (native-inputs `( ;("julia-dataframes" ,julia-dataframes) )) (home-page "https://dataframes.juliadata.org/stable/") (synopsis "In-memory tabular data") (description "Tools for working with tabular data in Julia.") (license license:expat))) (define-public julia-parameters (package (name "julia-parameters") (version "0.12.2") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/mauro3/Parameters.jl") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "0b8lawi7kcws4axfsdf023gyxca15irl648ciyi1kw3wghz3pfi2")))) (build-system julia-build-system) (propagated-inputs `(("julia-orderedcollections" ,julia-orderedcollections) ("julia-unpack" ,julia-unpack))) (home-page "https://github.com/mauro3/Parameters.jl") (synopsis "Types with default field values, keyword constructors and (un-)pack macros") (description "This is a package I use to handle numerical-model parameters, thus the name. However, it should be useful otherwise too.") (license license:expat))) (define-public julia-unpack (package (name "julia-unpack") (version "1.0.2") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/mauro3/UnPack.jl") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "066v1px72zidnvhl0rczhh07rcfwvli0jx5nprrgyi1dvj3mps2a")))) (build-system julia-build-system) (home-page "https://github.com/mauro3/UnPack.jl") (synopsis "Pack and Unpack macros for Julia") (description "The @code{@@unpack} and @code{@@pack!} macros work to unpack types, modules, and dictionaries.") (license license:expat))) ;; TODO: unbundle javascript calls to cdn.jsdelivr.net (define-public julia-pluto (package (name "julia-pluto") (version "0.14.5") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/fonsp/Pluto.jl") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "1dvgrj0likniafs06hrwfndbshqr5khdqdyylganc1m81652rz5x")))) (build-system julia-build-system) (arguments `(#:tests? #f)) ; Many tests need network connectivity or a browser. (propagated-inputs `(("julia-configurations" ,julia-configurations) ("julia-fuzzycompletions" ,julia-fuzzycompletions) ("julia-http" ,julia-http) ("julia-msgpack" ,julia-msgpack) ("julia-tableiointerface" ,julia-tableiointerface))) (home-page "https://github.com/fonsp/Pluto.jl") (synopsis "Simple reactive notebooks for Julia") (description "A Pluto notebook is made up of small blocks of Julia code (cells) and together they form a reactive notebook. When you change a variable, Pluto automatically re-runs the cells that refer to it. Cells can even be placed in arbitrary order - intelligent syntax analysis figures out the dependencies between them and takes care of execution.") (license license:expat))) (define-public julia-plutoui (package (name "julia-plutoui") (version "0.7.9") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/fonsp/PlutoUI.jl") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "0p159b4m0nxbz36ll5kf082vb806n2f26ma145pbhp749aldzplp")))) (build-system julia-build-system) (propagated-inputs `(("julia-json" ,julia-json) ("julia-reexport" ,julia-reexport) ("julia-suppressor" ,julia-suppressor))) (home-page "https://github.com/fonsp/PlutoUI.jl") (synopsis "Helper package for Julia Pluto") (description "A tiny package to make html\"\" a bit more Julian. Use it with the @code{@@bind} macro in Pluto.") (license license:expat))) (define-public julia-configurations (package (name "julia-configurations") (version "0.15.4") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/Roger-luo/Configurations.jl") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "1dz1h64nqgcv6ai70pfv2dv4mqx9rqmh08196k7j73bqlc6r00w1")))) (build-system julia-build-system) (arguments `(#:tests? #f)) ; cannot find test/option.toml (propagated-inputs `(("julia-crayons" ,julia-crayons) ("julia-exproniconlite" ,julia-exproniconlite) ("julia-orderedcollections" ,julia-orderedcollections) ("julia-toml" ,julia-toml))) (home-page "https://configurations.rogerluo.dev/stable") (synopsis "Options & Configurations made easy") (description "Configurations is a Julia Language package.") (license license:expat))) ;; XXX: Part of base Julia as of 1.6+ (define-public julia-toml (package (name "julia-toml") (version "1.0.1") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/JuliaLang/TOML.jl") (commit version))) (file-name (git-file-name name version)) (sha256 (base32 "15qmgy3jpyw6h938kg2fc9h896rbskdjgaimj118p3mg4mln4gci")))) (build-system julia-build-system) (home-page "https://github.com/JuliaLang/TOML.jl") (synopsis "TOML parser for TOML 1.0 written in Julia") (description "TOML v1.0.0 parser for Julia.") (license license:expat))) (define-public julia-expronicon (package (name "julia-expronicon") (version "0.6.9") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/Roger-luo/Expronicon.jl") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "0lbzfn1li2ph02z6hl5286bj6bf17g63vfp6qn4cz40d760fcw8a")))) (build-system julia-build-system) (arguments `(;#:tests? #f )) (propagated-inputs `( ;("julia-mlstyle" ,julia-mlstyle) )) (home-page "https://expronicon.rogerluo.dev/") (synopsis "Collective tools for metaprogramming on Julia Expr") (description "Collective tools for metaprogramming on Julia Expr.") (license license:expat))) (define-public julia-exproniconlite (package (name "julia-exproniconlite") (version "0.6.8") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/Roger-luo/ExproniconLite.jl") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "02zm5r3fi7zx4fnr2ikxpapb9rvmnqvklrfyd4j9418q1mryh04l")))) (build-system julia-build-system) (native-inputs `(("julia-documenter" ,julia-documenter))) (home-page "https://expronicon.rogerluo.dev/") (synopsis "Collective tools for metaprogramming on Julia Expr") (description "no fancy pattern matching, no dependencies, Light-weight Expronicon for low latency. this package is generated by Expronicon, please refer to Expronicon for any issues") (license license:expat))) (define-public julia-crayons (package (name "julia-crayons") (version "4.0.4") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/KristofferC/Crayons.jl") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "0v3zhjlnb2914bxcj4myl8pgb7m31p77aj2k1bckmqs96jdph10z")))) (build-system julia-build-system) (home-page "https://github.com/KristofferC/Crayons.jl") (synopsis "Colored and styled strings for terminals") (description "Crayons is a package that makes it simple to write strings in different colors and styles to terminals. It supports the 16 system colors, both the 256 color and 24 bit true color extensions, and the different text styles available to terminals.") (license license:expat))) (define-public julia-fuzzycompletions (package (name "julia-fuzzycompletions") (version "0.4.1") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/JunoLab/FuzzyCompletions.jl") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "07sv88c472n6w4x7diy952igbcfm1s104ysnnvprld83312siw06")))) (build-system julia-build-system) (home-page "https://github.com/JunoLab/FuzzyCompletions.jl") (synopsis "Fuzzy completion provider for Julia") (description "FuzzyCompletions provides fuzzy completions for a Julia runtime session.") (license license:expat))) (define-public julia-tableiointerface (package (name "julia-tableiointerface") (version "0.1.6") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/lungben/TableIOInterface.jl") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "0p2fi9jbyfg2j6rysv4if7dx8qw2mssb04i75j1zq607j8707kvn")))) (build-system julia-build-system) (home-page "https://github.com/lungben/TableIOInterface.jl") (synopsis "File formats based on file extensions") (description "Tiny package for determination of tabular file formats based on file extensions. It is intended to be the base both for TableIO.jl and for the Pluto.jl tabular data import functionality.") (license license:expat))) (define-public julia-tables (package (name "julia-tables") (version "1.4.2") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/JuliaData/Tables.jl") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "1q0wh4031zdp40k44jaix19pzy6cnwsa2p0zfz6799jbyqkg4kr1")))) (build-system julia-build-system) (arguments `(;#:tests? #f )) (propagated-inputs `( ("julia-dataapi" ,julia-dataapi) ("julia-datavalueinterfaces" ,julia-datavalueinterfaces) ("julia-datavalues" ,julia-datavalues) ("julia-tabletraits" ,julia-tabletraits) ("julia-queryoperators" ,julia-queryoperators) )) (native-inputs `( ;("julia-imagemagick" ,julia-imagemagick) )) (home-page "https://github.com/JuliaData/Tables.jl") (synopsis "Interface for tables in Julia") (description "The Tables.jl package provides simple, yet powerful interface functions for working with all kinds tabular data.") (license license:expat))) (define-public julia-datavalueinterfaces (package (name "julia-datavalueinterfaces") (version "1.0.0") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/queryverse/DataValueInterfaces.jl") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "0g2wj6q7jj956nx6g7dk8x7w1c4l2xcmnr1kq5x8s8fild9kslg8")))) (build-system julia-build-system) (home-page "https://github.com/queryverse/DataValueInterfaces.jl") (synopsis "") (description "This package allows a few \"forward\" definitions for the DataValues.jl package that other packages can utilize for integration without having to take direct dependencies.") (license license:expat))) (define-public julia-tabletraits (package (name "julia-tabletraits") (version "1.0.1") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/queryverse/TableTraits.jl") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "08ssb2630wm6j8f2qa985mn2vfibfm5kjcn4ayl2qkhfcyp8daw4")))) (build-system julia-build-system) (propagated-inputs `(("julia-iteratorinterfaceextensions" ,julia-iteratorinterfaceextensions))) (home-page "https://github.com/queryverse/TableTraits.jl") (synopsis "Traits for julia tables") (description "TableTraits defines a generic interface for tabular data.") (license license:expat))) (define-public julia-iteratorinterfaceextensions (package (name "julia-iteratorinterfaceextensions") (version "1.0.0") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/queryverse/IteratorInterfaceExtensions.jl") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "1slpay1dhja8f9gy6z7b3psgvgcknn963dvfqqakvg1grk9ppa09")))) (build-system julia-build-system) (home-page "https://github.com/queryverse/IteratorInterfaceExtensions.jl") (synopsis "Traits for julia iterators") (description "IteratorInterfaceExtensions defines a small number of extensions to the iterator interface.") (license license:expat))) (define-public julia-datavalues (package (name "julia-datavalues") (version "0.4.13") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/queryverse/DataValues.jl") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "15j3hrqq6nazn533bfsvg32xznacbzsl303j1qs48av59ppnvhhv")))) (build-system julia-build-system) (arguments `(#:phases (modify-phases %standard-phases (add-after 'unpack 'skip-known-failing-tests (lambda _ ;; See upstream report: ;; https://github.com/queryverse/DataValues.jl/issues/83 (substitute* "test/array/test_reduce.jl" ((".*DataValue\\(mapreduce.*") "") ((".*DataValue\\(method\\(f.*") "")) #t))))) (propagated-inputs `(("julia-datavalueinterfaces" ,julia-datavalueinterfaces))) (home-page "https://github.com/queryverse/DataValues.jl") (synopsis "Missing values for julia") (description "This package provides the type DataValue that is used to represent missing data.") (license license:expat))) (define-public julia-queryoperators (package (name "julia-queryoperators") (version "0.9.3") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/queryverse/QueryOperators.jl") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "06zm4cbn3x49lbpgshhdfvvmgz066qkc8q0d57igm5p8bcp6js22")))) (build-system julia-build-system) (arguments `(;#:tests? #f )) (propagated-inputs `( ("julia-datastructures" ,julia-datastructures) ("julia-iteratorinterfaceextensions" ,julia-iteratorinterfaceextensions) ("julia-tableshowutils" ,julia-tableshowutils) )) (native-inputs `( ;("julia-imagemagick" ,julia-imagemagick) )) (home-page "https://github.com/queryverse/QueryOperators.jl") (synopsis "Query operators for julia") (description "This package contains the underlying query operators that are exposed to users in Query.jl.") (license license:expat))) (define-public julia-tableshowutils (package (name "julia-tableshowutils") (version "0.2.5") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/queryverse/TableShowUtils.jl") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "1x1ivz35xbc38x4zm720a6wycqb5gl8dfsxz83ss5gc5rdrcxm2j")))) (build-system julia-build-system) (arguments `(#:julia-package-name "TableShowUtils")) (propagated-inputs `(("julia-datavalues" ,julia-datavalues) ("julia-json" ,julia-json))) (home-page "https://github.com/queryverse/TableShowUtils.jl") (synopsis "helpers for implementing show for TableTraits.jl types") (description "This package provides some common helper functions that make it easier to implement various Base.show functions for types that participate in the TableTraits.jl ecosystem.") (license license:expat))) (define-public julia-missings (package (name "julia-missings") (version "1.0.0") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/JuliaData/Missings.jl") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "131ma44yvswvj85jdjhm37frzfz46cc60lwj65a9jcmgc77dshsm")))) (build-system julia-build-system) (propagated-inputs `(("julia-dataapi" ,julia-dataapi))) (home-page "https://github.com/JuliaData/Missings.jl") (synopsis "Missing value support for Julia") (description "Part of Julia since 1.0") (license license:expat))) (define-public julia-statsapi (package (name "julia-statsapi") (version "1.0.0") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com.cnpmjs.org/JuliaStats/StatsAPI.jl") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "1k1c3s7i5wzkz4r9fyy4gd7wb97p0qgbc7bmaajm16zqipfmy2bv")))) (build-system julia-build-system) (home-page "https://juliastats.org/") (synopsis "Statistics-focused namespace for packages to share functions") (description "This package provides a namespace for data-related generic function definitions to solve the optional dependency problem; packages wishing to share and/or extend functions can avoid depending directly on each other by moving the function definition to StatsAPI.jl and each package taking a dependency on it.") (license license:expat))) (define-public julia-stablerngs (package (name "julia-stablerngs") (version "1.0.0") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/JuliaRandom/StableRNGs.jl") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "1cw4wc38qbgmrrx0jjwjhynnarrzjkh0yyz242zj272brbci7p1r")))) (build-system julia-build-system) (home-page "https://github.com/JuliaRandom/StableRNGs.jl") (synopsis "Julia RNG with stable streams") (description "This package intends to provide a simple RNG with stable streams, suitable for tests in packages which need reproducible streams of random numbers across Julia versions. Indeed, the Julia RNGs provided by default are documented to have non-stable streams (which for example enables some performance improvements).") (license license:expat))) (define-public julia-pdmats (package (name "julia-pdmats") (version "0.11.0") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/JuliaStats/PDMats.jl") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "1gyhfjmb0qlqgx2398b356cph25bnpjagcslckv41bzyf8pg3ybl")))) (build-system julia-build-system) (home-page "https://github.com/JuliaStats/PDMats.jl") (synopsis "Uniform Interface for positive definite matrices of various structures") (description "PDMats.jl supports efficient computation on positive definite matrices of various structures. In particular, it provides uniform interfaces to use positive definite matrices of various structures for writing generic algorithms, while ensuring that the most efficient implementation is used in actual computation.") (license license:expat))) (define-public julia-statsfuns (package (name "julia-statsfuns") (version "0.9.8") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/JuliaStats/StatsFuns.jl") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "1zl46p9gbx9xkjnnpd45csshqvq2i94mxw10karpr8xkx8msyk3k")))) (build-system julia-build-system) (propagated-inputs `( ("julia-logexpfunctions" ,julia-logexpfunctions) ("julia-rmath" ,julia-rmath) ("julia-specialfunctions" ,julia-specialfunctions) )) (home-page "https://github.com/JuliaStats/StatsFuns.jl") (synopsis "Mathematical functions related to statistics") (description "This package provides a collection of mathematical constants and numerical functions for statistical computing.") (license license:expat))) (define-public julia-logexpfunctions (package (name "julia-logexpfunctions") (version "0.2.3") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/JuliaStats/LogExpFunctions.jl") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "1dv4ghd23f96276wcc9ibkazbgx0y0xkr8na6z82r3b786vz974a")))) (build-system julia-build-system) (propagated-inputs `(("julia-docstringextensions" ,julia-docstringextensions))) (native-inputs `(("julia-offsetarrays" ,julia-offsetarrays))) (home-page "https://github.com/JuliaStats/LogExpFunctions.jl") (synopsis "special functions based on `log` and `exp`") (description "Various special functions based on log and exp moved from StatsFuns.jl into a separate package, to minimize dependencies. These functions only use native Julia code, so there is no need to depend on librmath or similar libraries.") (license license:expat))) (define-public rmath-julia (package (name "rmath-julia") (version "0.3.0") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/JuliaStats/Rmath-julia") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "11a6h3wwmpnb2d55pkm6av111b3pxlvxfnbz8b0n77afpllgb8j2")))) (build-system julia-build-system) (arguments `(#:tests? #f ; Test not defined, tests not often run upstream. #:phases (modify-phases %standard-phases (delete 'precompile) (replace 'check (lambda* (#:key tests? #:allow-other-keys) (when tests? (invoke "julia" "test.jl")) #t)) (add-before 'install 'build (lambda _ (invoke "make"))) (replace 'install (lambda* (#:key outputs #:allow-other-keys) (let ((out (assoc-ref outputs "out"))) (install-file "src/libRmath-julia.so" (string-append out "/lib")) #t)))))) (home-page "https://github.com/JuliaStats/Rmath-julia") (synopsis "Rmath library from R") (description "This is a slightly modified version of the standalone Rmath library from R, built to be used with the Rmath.jl Julia package. The main difference is that it is built to allow defining custom random number generating functions via C function pointers (see include/callback.h). When using the library, these should be defined before calling any of the random functions.") (properties '((hidden? . #t))) (license license:gpl2))) (define-public julia-rmath (package (name "julia-rmath") (version "0.7.0") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/JuliaStats/Rmath.jl") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "0cam16ff4v2fl7c9j1wx2ahgjhwba9mk2q6qv3zdknnnqj6w664s")))) (build-system julia-build-system) (arguments `(;#:tests? #f ; Test not defined #:phases (modify-phases %standard-phases ;(add-after 'unpack 'patch-source ; (lambda _ ; ;; see upstream julia bug ; (substitute* "src/Rmath.jl" ; (("libRmath\\)") "libRmath_path)")) ; #t)) ) )) (propagated-inputs `( ("julia-rmath-jll" ,julia-rmath-jll) )) (native-inputs `( ;("julia-offsetarrays" ,julia-offsetarrays) )) (home-page "https://github.com/JuliaStats/Rmath.jl") (synopsis "functions that emulate R's d-p-q-r functions for probability distributions") (description " Archive of functions that emulate R's d-p-q-r functions for probability distributions.") (license license:expat))) (define-public julia-rmath-jll (package (name "julia-rmath-jll") (version "0.3.0+0") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/JuliaBinaryWrappers/Rmath_jll.jl") (commit (string-append "Rmath-v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "1idshxhj60bvra4i1xxpyh2prx1lq9nfrvlc47b68jixfpfkxrlg")))) (build-system julia-build-system) (arguments '(#:tests? #f ; no runtests #:phases (modify-phases %standard-phases (add-after 'unpack 'override-binary-path (lambda* (#:key inputs #:allow-other-keys) (map (lambda (wrapper) (substitute* wrapper (("generate_wrapper_header.*") (string-append "generate_wrapper_header(\"Rmath\", \"" (assoc-ref inputs "rmath") "\")\n")))) ;; There's a Julia file for each platform, override them all (find-files "src/wrappers/" "\\.jl$"))))))) (inputs `(("rmath" ,rmath-julia))) (propagated-inputs `(("julia-jllwrappers" ,julia-jllwrappers))) (home-page "https://github.com/JuliaBinaryWrappers/Rmath_jll.jl") (synopsis "Rmath library wrappers") (description "This package provides a wrapper for Rmath.") (license license:expat)))