Add Julia 1.9.2

This commit is contained in:
2023-07-26 13:05:33 +02:00
parent 71509dad58
commit 2e6096772a
3 changed files with 34 additions and 0 deletions

17
Programming/Julia/build Executable file
View File

@@ -0,0 +1,17 @@
#!/usr/bin/env modbuild
pbuild::set_download_url "https://julialang-s3.julialang.org/bin/linux/x64/${V_MAJOR}.${V_MINOR}/julia-${V_PKG}-linux-x86_64.tar.gz"
pbuild::add_to_group 'Programming'
pbuild::install_docfiles 'LICENSE.md'
pbuild::compile_in_sourcetree
pbuild::compile() {
:
}
pbuild::install() {
rsync -av . "${PREFIX}"
}

View File

@@ -0,0 +1 @@
Julia/1.9.2 stable

View File

@@ -0,0 +1,16 @@
#%Module1.0
module-whatis "Julia"
module-url "https://julialang.org/"
module-license "https://github.com/JuliaLang/julia/blob/master/LICENSE.md"
module-maintainer "Marc Caubet <marc.caubet@psi.ch>"
module-help "
Julia is a high-level, high-performance dynamic language for technical
computing.
Julia is an open source project with over 1,000 contributors. It is
made available under the MIT license. The source code is available on
GitHub.
"
module-addgroup Programming