mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-02 17:48:42 +08:00
update recipes
This commit is contained in:
parent
4d224e8c0b
commit
728137e5a0
@ -1,4 +1,4 @@
|
||||
#TODO
|
||||
#TODO compiled but not tested
|
||||
[source]
|
||||
git = "https://github.com/o2sh/onefetch"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
#TODO probably wrong template, see https://github.com/ocaml/opam#compiling-this-repo
|
||||
#TODO configuration problem
|
||||
#TODO require the OCaml compiler on the host
|
||||
[source]
|
||||
tar = "https://github.com/ocaml/opam/releases/download/2.1.5/opam-full-2.1.5.tar.gz"
|
||||
[build]
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
#TODO missing script for "make", see https://github.com/OpenMathLib/OpenBLAS/wiki/Installation-Guide
|
||||
#TODO require the Fortran frontend from GCC?
|
||||
#TODO require the Fortran frontend from GCC
|
||||
[source]
|
||||
tar = "https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.25/OpenBLAS-0.3.25.tar.gz"
|
||||
[build]
|
||||
|
||||
@ -2,4 +2,7 @@
|
||||
[source]
|
||||
git = "https://github.com/OpenGMK/OpenGMK"
|
||||
[build]
|
||||
template = "cargo"
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages opengmk
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user