Julia abuild: Difference between revisions
(Created page with "= Julia abuild = == Missing packages == List of packages that should be created. * [https://github.com/JuliaLang/openlibm openlibm] * [https://github.com/JuliaLang/openspe...") |
(use https & update links) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
== Missing packages == | == Missing packages == | ||
Line 9: | Line 6: | ||
* [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] | * [http://www.math.sci.hiroshima-u.ac.jp/%7Em-mat/MT/SFMT/#dSFMT dsfmt] | ||
* [ | * [https://netlib.org/amos/ amos] | ||
* [ | * [https://faculty.cse.tamu.edu/davis/suitesparse.html suitesparse] | ||
* [https://github.com/opencollab/arpack-ng arpack] | * [https://github.com/opencollab/arpack-ng arpack] | ||
* [ | * [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 02:34, 25 August 2023
Missing packages
List of packages that should be created.
- openlibm
- openspecfun
- dsfmt
- amos
- suitesparse
- arpack
- pcre2 (pcre 10.x)
- utf8proc
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
- ArchLinux julia package