aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/julia.scm
diff options
context:
space:
mode:
authorjgart2021-12-01 00:45:56 -0500
committerjgart2021-12-01 00:45:56 -0500
commitf1462f84f43d1c0f6ec7ea66e8e4448beaaee003 (patch)
tree2842246703a6e10dc68f3353ba66d344bf9a78eb /gn/packages/julia.scm
parente7a3ac09476076536a517bff77cec57216c8026a (diff)
downloadguix-bioinformatics-f1462f84f43d1c0f6ec7ea66e8e4448beaaee003.tar.gz
Remove julia packages: softglobalscope, jive, and millboard.
I sent them to upstream: https://issues.guix.gnu.org/52213 https://issues.guix.gnu.org/52211
Diffstat (limited to 'gn/packages/julia.scm')
-rw-r--r--gn/packages/julia.scm67
1 files changed, 0 insertions, 67 deletions
diff --git a/gn/packages/julia.scm b/gn/packages/julia.scm
index 65a24d3..276a21a 100644
--- a/gn/packages/julia.scm
+++ b/gn/packages/julia.scm
@@ -1022,70 +1022,3 @@ that still support Julia versions older than 1.6.")
(synopsis "binary provider for Julia")
(description "Packages are installed to a @code{Prefix}; a folder that acts similar to the @code{/usr/local} directory on Unix-like systems, containing a @code{bin} folder for binaries, a @code{lib} folder for libraries, etc... @code{Prefix} objects can have tarballs @code{install()}'ed within them, @code{uninstall()}'ed from them, etc...")
(license license:expat)))
-
-(define-public julia-softglobalscope
- (package
- (name "julia-softglobalscope")
- (version "1.1.0")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/stevengj/SoftGlobalScope.jl")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "1n3l0al1vw5jpb4k9a29a71666cdb617nmiqg34wcmyfzrxpvv39"))))
- (build-system julia-build-system)
- (home-page "https://github.com/stevengj/SoftGlobalScope.jl")
- (synopsis "utilities for soft global scope in interactive Julia environments")
- (description
-"SoftGlobalScope is a package for the Julia language that simplifies the
-variable scoping rules for code in global scope. It is intended for
-interactive shells (the REPL, IJulia, etcetera) to make it easier to work
-interactively with Julia, especially for beginners.")
- (license license:expat)))
-
-(define-public julia-millboard
- (package
- (name "julia-millboard")
- (version "0.2.5")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/wookay/Millboard.jl")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "0k9jqgp285qhckldvvsmfk6s69dcr8s74m2fijgm2vxjj2gqjs1n"))))
- (build-system julia-build-system)
- (native-inputs
- `(("julia-jive" ,julia-jive)))
- (home-page "https://github.com/wookay/Millboard.jl")
- (synopsis "utilities for soft global scope in interactive Julia environments")
- (description
-"SoftGlobalScope is a package for the Julia language that simplifies the
-variable scoping rules for code in global scope. It is intended for
-interactive shells (the REPL, IJulia, etcetera) to make it easier to work
-interactively with Julia, especially for beginners.")
- (license license:expat)))
-
-(define-public julia-jive
- (package
- (name "julia-jive")
- (version "0.2.20")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/wookay/Jive.jl")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "0khwsdh8472jxcfi9lqw14l49sqlbsixql1jb4irnyajxkdjrcsf"))))
- (build-system julia-build-system)
- (home-page "https://github.com/wookay/Jive.jl")
- (synopsis "Julia package to help with writing tests")
- (description "Julia package to help with writing tests")
- (license license:expat)))