Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • fabiao/cookbook
  • redox-os/cookbook
  • stratact/cookbook
  • carrot93/cookbook
  • microcolonel/cookbook
  • feliwir/cookbook
  • xTibor/cookbook
  • jD91mZM2/cookbook
  • mpajkowski/cookbook
  • rw_van/cookbook
  • athei/cookbook
  • kblobr/cookbook
  • VitalyAnkh/cookbook
  • sajattack/cookbook
  • sainath14/cookbook
  • ackxolotl/cookbook
  • AdminXVII/cookbook
  • coolreader18/cookbook
  • deepaksirone/cookbook
  • smckay/cookbook
  • 4lDO2/cookbook
  • tomasritter/cookbook
  • alfredoyang/cookbook
  • samuela/cookbook
  • andrewdavidmackenzie/cookbook
  • uuuvn/cookbook
  • josh_williams/cookbook
  • bjorn3/cookbook
  • ids1024/cookbook
  • Chocimier/cookbook
  • bpisch/cookbook
  • willnode/cookbook
  • grnmeira/cookbook
  • andrey.turkin/cookbook
  • cameronbraid/cookbook
  • kamirr/cookbook
  • freewilll/cookbook
  • kivimango/cookbook
  • rukai/cookbook
  • mattmadeofpasta/cookbook
  • jordan_mccallum/cookbook
  • dahc/cookbook
  • Forest0923/cookbook
  • LLeny/cookbook
  • doriancodes/cookbook
  • ashton/cookbook
  • gmacd/cookbook
  • mojo/cookbook
  • wt/cookbook
  • red15/cookbook
  • hasheddan/cookbook
  • dimymark/cookbook
  • andypython/cookbook
  • enygmator/cookbook
  • Ivan/cookbook
  • argslc/cookbook
  • adi-g15/cookbook
  • tfinnegan937/cookbook
  • raffaeleragni/cookbook
  • Lekkit/cookbook
  • bitstr0m/cookbook
  • josh/cookbook
  • zhaozhao/cookbook
  • blueskyson/cookbook
  • Xunjin/cookbook
  • StaringAtEditor/cookbook
  • monk_programmer/cookbook
  • DimitarGj/cookbook
  • njskalski/cookbook
  • DLC/cookbook
70 results
Show changes
Showing
with 242 additions and 0 deletions
#TODO nix, fs4 and rustix crates error
[source]
git = "https://github.com/GpuZelenograd/memtest_vulkan"
[build]
template = "cargo"
#TODO shared_child and libc crates error
[source]
git = "https://github.com/jdx/mise"
[build]
template = "cargo"
dependencies = [
"openssl1",
]
#TODO not compiled or tested
[source]
git = "https://github.com/qtfkwk/mkrs"
[build]
template = "cargo"
#TODO maybe incomplete script, lacking English build instructions
[source]
git = "https://github.com/alibaba/MNN"
rev = "1ea55f467fb231655cf1e08f77d4a0f1043c4c29"
[build]
template = "custom"
script = """
COOKBOOK_CONFIGURE="cmake"
COOKBOOK_CONFIGURE_FLAGS=(
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_CROSSCOMPILING=True
-DCMAKE_EXE_LINKER_FLAGS="-static"
-DCMAKE_INSTALL_PREFIX="/"
-DCMAKE_PREFIX_PATH="${COOKBOOK_SYSROOT}"
-DCMAKE_SYSTEM_NAME=Generic
-DCMAKE_SYSTEM_PROCESSOR="$(echo "${TARGET}" | cut -d - -f1)"
-DCMAKE_VERBOSE_MAKEFILE=On
"${COOKBOOK_SOURCE}"
)
cookbook_configure
"""
#TODO not compiled or tested
#TODO maybe incomplete script
# build instructions - https://github.com/rui314/mold#how-to-build
[source]
git = "https://github.com/rui314/mold"
rev = "cf1c02d097fc57113b7f9fabf1bc15f810b8b27c"
[build]
template = "custom"
dependencies = [
"library1",
]
script = """
COOKBOOK_CONFIGURE="cmake"
COOKBOOK_CONFIGURE_FLAGS=(
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_CROSSCOMPILING=True
-DCMAKE_EXE_LINKER_FLAGS="-static"
-DCMAKE_INSTALL_PREFIX="/"
-DCMAKE_PREFIX_PATH="${COOKBOOK_SYSROOT}"
-DCMAKE_SYSTEM_NAME=Generic
-DCMAKE_SYSTEM_PROCESSOR="$(echo "${TARGET}" | cut -d - -f1)"
-DCMAKE_VERBOSE_MAKEFILE=On
-DCMAKE_CXX_COMPILER=c++
"${COOKBOOK_SOURCE}"
)
cookbook_configure
"""
#TODO can't recognize the redox target
[source]
tar = "https://download.mono-project.com/sources/mono/mono-6.12.0.199.tar.xz"
[build]
template = "configure"
#TODO compiled but not tested
[source]
git = "https://github.com/pulp-platform/morty"
[build]
template = "cargo"
#TODO maybe incomplete script, see https://github.com/Tencent/ncnn/wiki/how-to-build#build-for-linux
[source]
git = "https://github.com/Tencent/ncnn"
[build]
template = "custom"
dependencies = [
"protobuf",
"libvulkan",
"opencv4",
]
script = """
COOKBOOK_CONFIGURE="cmake"
COOKBOOK_CONFIGURE_FLAGS=(
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_CROSSCOMPILING=True
-DCMAKE_EXE_LINKER_FLAGS="-static"
-DCMAKE_INSTALL_PREFIX="/"
-DCMAKE_PREFIX_PATH="${COOKBOOK_SYSROOT}"
-DCMAKE_SYSTEM_NAME=Generic
-DCMAKE_SYSTEM_PROCESSOR="$(echo "${TARGET}" | cut -d - -f1)"
-DCMAKE_VERBOSE_MAKEFILE=On
"${COOKBOOK_SOURCE}"
)
cookbook_configure
"""
#TODO camino crate error
[source]
git = "https://github.com/trailofbits/necessist"
[build]
template = "custom"
dependencies = [
"sqlite3",
"openssl1",
]
script = """
cookbook_cargo_packages necessist
"""
#TODO maybe incomplete script, see https://gitlab.com/xonotic/netradiant#advanced-compilation
[source]
git = "https://gitlab.com/xonotic/netradiant"
[build]
template = "custom"
dependencies = [
"libxml2",
"mesa",
"gtk2",
"libjpeg",
"libpng",
"zlib",
]
script = """
COOKBOOK_CONFIGURE="cmake"
COOKBOOK_CONFIGURE_FLAGS=(
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_CROSSCOMPILING=True
-DCMAKE_EXE_LINKER_FLAGS="-static"
-DCMAKE_INSTALL_PREFIX="/"
-DCMAKE_PREFIX_PATH="${COOKBOOK_SYSROOT}"
-DCMAKE_SYSTEM_NAME=Generic
-DCMAKE_SYSTEM_PROCESSOR="$(echo "${TARGET}" | cut -d - -f1)"
-DCMAKE_VERBOSE_MAKEFILE=On
"${COOKBOOK_SOURCE}"
)
cookbook_configure
"""
#TODO maybe wrong script, see https://sourceforge.net/p/ngspice/ngspice/ci/master/tree/INSTALL
#TODO maybe missing dependencies
[source]
tar = "https://sourceforge.net/projects/ngspice/files/ng-spice-rework/42/ngspice-42.tar.gz/download"
[build]
template = "custom"
script = """
cd release
COOKBOOK_CONFIGURE_FLAGS+=(
--with-x
--with-readline=yes
--disable-debug
)
cookbook_configure
"""
#TODO not compiled or tested
[source]
git = "https://github.com/koute/not-perf"
[build]
template = "cargo"
#TODO missing script for "make", see https://pierrebeucher.github.io/novops/install.html#from-source
[source]
git = "https://github.com/PierreBeucher/novops"
rev = "e0891144108a889f18448b39aebe9d5a5ac2689d"
[build]
template = "custom"
#TODO openssl-sys crate error
[source]
git = "https://github.com/XaF/omni"
[build]
template = "cargo"
#TODO Bash error with the "--build-binary" Cargo flag
[source]
git = "https://github.com/omnibor/omnibor-rs"
[build]
template = "custom"
script = """
binary=omnibor
"${COOKBOOK_CARGO}" build \
--manifest-path "${COOKBOOK_SOURCE}/Cargo.toml" \
--bin "${binary}" \
--release
--build-binary
mkdir -pv "${COOKBOOK_STAGE}/usr/bin"
cp -v \
"target/${TARGET}/release/${binary}" \
"${COOKBOOK_STAGE}/usr/bin/${binary}"
"""
#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]
template = "configure"
#TODO maybe incomplete script, see https://dev.opencascade.org/doc/overview/html/build_upgrade__building_occt.html
#TODO missing dependencies, see https://dev.opencascade.org/doc/overview/html/build_upgrade_building_3rdparty.html#build_3rdparty_linux
[source]
tar = "https://github.com/Open-Cascade-SAS/OCCT/archive/refs/tags/V7_8_0.tar.gz"
[build]
template = "custom"
dependencies = [
"freetype2",
"tcl",
"tk",
]
script = """
COOKBOOK_CONFIGURE="cmake"
COOKBOOK_CONFIGURE_FLAGS=(
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_CROSSCOMPILING=True
-DCMAKE_EXE_LINKER_FLAGS="-static"
-DCMAKE_INSTALL_PREFIX="/"
-DCMAKE_PREFIX_PATH="${COOKBOOK_SYSROOT}"
-DCMAKE_SYSTEM_NAME=Generic
-DCMAKE_SYSTEM_PROCESSOR="$(echo "${TARGET}" | cut -d - -f1)"
-DCMAKE_VERBOSE_MAKEFILE=On
"${COOKBOOK_SOURCE}"
)
cookbook_configure
"""
#TODO missing script for building, see https://github.com/OpenRadioss/OpenRadioss/blob/main/HOWTO.md#building-on-linux
[source]
tar = "https://github.com/OpenRadioss/OpenRadioss"
[build]
template = "custom"
dependencies = [
"openmpi",
]
#TODO can't fetch the submodules because they need login
[source]
git = "https://github.com/oxc-project/oxc"
[build]
template = "custom"
script = """
cookbook_cargo_packages oxc
"""
#TODO rustc-serialize crate error
[source]
git = "https://github.com/ix/oxidizer"
[build]
template = "cargo"