Julia abuild: Difference between revisions

From Alpine Linux
No edit summary
m (update external link)
 
(3 intermediate revisions by 3 users not shown)
Line 5: Line 5:
* [https://github.com/JuliaLang/openlibm openlibm]
* [https://github.com/JuliaLang/openlibm openlibm]
* [https://github.com/JuliaLang/openspecfun openspecfun]
* [https://github.com/JuliaLang/openspecfun openspecfun]
* [http://www.math.sci.hiroshima-u.ac.jp/%7Em-mat/MT/SFMT/#dSFMT dsfmt]
* [https://www.math.sci.hiroshima-u.ac.jp/m-mat/MT/SFMT/#dSFMT dsfmt]
* [http://netlib.org/amos/ amos]
* [https://netlib.org/amos/ amos]
* [http://faculty.cse.tamu.edu/davis/suitesparse.html suitesparse]
* [https://faculty.cse.tamu.edu/davis/suitesparse.html suitesparse]
* [https://github.com/opencollab/arpack-ng arpack]
* [https://github.com/opencollab/arpack-ng arpack]
* [http://pcre.sourceforge.net/ pcre2] (pcre 10.x)
* [https://pcre.sourceforge.net/ pcre2] (pcre 10.x)
* [https://github.com/JuliaLang/utf8proc utf8proc]
* [https://github.com/JuliaLang/utf8proc utf8proc]


== Concerns ==
== Concerns ==


According to readme, Julia requires LLVM 3.7. We should check if it really requires that exact version or if 3.8 is also acceptable.
According to readme, Julia requires LLVM 3.7. We should check if it really requires that exact version or if 3.8 is also acceptable.
== Resources ==
* ArchLinux [https://gitlab.archlinux.org/archlinux/packaging/packages/julia julia package]
[[Category:Programming]]

Latest revision as of 09:03, 3 May 2026

Missing packages

List of packages that should be created.

Concerns

According to readme, Julia requires LLVM 3.7. We should check if it really requires that exact version or if 3.8 is also acceptable.

Resources