GNAT FSF 15.1.0 (#1500)

This commit is contained in:
César Sagaert
2025-06-04 18:58:08 +02:00
committed by GitHub
parent 74d1123e71
commit 809638fab8
5 changed files with 220 additions and 0 deletions
@@ -0,0 +1,41 @@
name = "gnat_arm_elf"
version = "15.1.2"
provides = ["gnat=15.1.2"]
description = "The GNAT Ada compiler - ARM cross-compiler"
maintainers = ["chouteau@adacore.com", "sagaert@adacore.com"]
maintainers-logins = ["Fabien-Chouteau", "AldanTanneo"]
licenses = "GPL-3.0-or-later AND GPL-3.0-or-later WITH GCC-exception-3.1"
website = "https://github.com/alire-project/GNAT-FSF-builds"
auto-gpr-with = false
[configuration]
disabled = true
[environment]
PATH.prepend = "${CRATE_ROOT}/bin"
[origin."case(os)".linux."case(host-arch)".x86-64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-15.1.0-2/gnat-arm-elf-linux64-x86_64-15.1.0-2.tar.gz"
hashes = ["sha256:f21ddf05a65c954b035f7df4b99e74815fe31b9d2a287c21602099c3cb156c96"]
[origin."case(os)".linux."case(host-arch)".aarch64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-15.1.0-2/gnat-arm-elf-linux64-aarch64-15.1.0-2.tar.gz"
hashes = ["sha256:cb4ed8947888cfc7217b1040f1b2e35ef4ef2e79045cd351b7b16f0856b53d4d"]
[origin."case(os)".macos."case(host-arch)".x86-64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-15.1.0-2/gnat-arm-elf-darwin-x86_64-15.1.0-2.tar.gz"
hashes = ["sha256:176e58ef0558c787d586b047fbd40afce8bc0d7967652168eb1259def3853639"]
[origin."case(os)".macos."case(host-arch)".aarch64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-15.1.0-2/gnat-arm-elf-darwin-aarch64-15.1.0-2.tar.gz"
hashes = ["sha256:6dad003a309ddeaea9ef07f9b677b60c358ed03cfa7017d736476b38ce3a86fe"]
[origin."case(os)".windows."case(host-arch)".x86-64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-15.1.0-2/gnat-arm-elf-windows64-x86_64-15.1.0-2.tar.gz"
hashes = ["sha256:ef34c51bd1e83ba03efe0153a70872ee59d061accccef9d3f56ec6a79d3066e3"]
@@ -0,0 +1,41 @@
name = "gnat_avr_elf"
version = "15.1.2"
provides = ["gnat=15.1.2"]
description = "The GNAT Ada compiler - AVR cross-compiler"
maintainers = ["chouteau@adacore.com", "sagaert@adacore.com"]
maintainers-logins = ["Fabien-Chouteau", "AldanTanneo"]
licenses = "GPL-3.0-or-later AND GPL-3.0-or-later WITH GCC-exception-3.1"
website = "https://github.com/alire-project/GNAT-FSF-builds"
auto-gpr-with = false
[configuration]
disabled = true
[environment]
PATH.prepend = "${CRATE_ROOT}/bin"
[origin."case(os)".linux."case(host-arch)".x86-64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-15.1.0-2/gnat-avr-elf-linux64-x86_64-15.1.0-2.tar.gz"
hashes = ["sha256:fba0d1cdfef75a255cc417f402cf55eee95680176907d0bb63e9342b27bdff52"]
[origin."case(os)".linux."case(host-arch)".aarch64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-15.1.0-2/gnat-avr-elf-linux64-aarch64-15.1.0-2.tar.gz"
hashes = ["sha256:7d7cd407e7a91ad32bd7380d9ca02c72db2b697d61e51779d36599cae6a815c8"]
[origin."case(os)".macos."case(host-arch)".x86-64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-15.1.0-2/gnat-avr-elf-darwin-x86_64-15.1.0-2.tar.gz"
hashes = ["sha256:19cd3fdf789d8dc1263cbafcdd16256890dad031bbfdc288bba2553ca6753c0b"]
[origin."case(os)".macos."case(host-arch)".aarch64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-15.1.0-2/gnat-avr-elf-darwin-aarch64-15.1.0-2.tar.gz"
hashes = ["sha256:e68c2111a682fbff4608d47f8d5eb3341a2b0431cdd6fdb68953f064ee7f98f7"]
[origin."case(os)".windows."case(host-arch)".x86-64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-15.1.0-2/gnat-avr-elf-windows64-x86_64-15.1.0-2.tar.gz"
hashes = ["sha256:aacddc02fbf8bd80a4efa74af3a045cf97fc55175afc86d63a3393563d39e807"]
@@ -0,0 +1,56 @@
name = "gnat_native"
version = "15.1.2"
provides = ["gnat=15.1.2"]
description = "The GNAT Ada compiler - Native"
maintainers = ["Fabien Chouteau <chouteau@adacore.com>", "César Sagaert <sagaert@adacore.com>"]
maintainers-logins = ["Fabien-Chouteau", "AldanTanneo"]
licenses = "GPL-3.0-or-later AND GPL-3.0-or-later WITH GCC-exception-3.1"
website = "https://github.com/alire-project/GNAT-FSF-builds"
auto-gpr-with = false
[configuration]
disabled = true
[environment."case(os)".linux]
PATH.prepend = "${CRATE_ROOT}/bin"
LIBRARY_PATH.prepend = "${CRATE_ROOT}/lib64"
LD_LIBRARY_PATH.prepend = "${CRATE_ROOT}/lib64"
LD_RUN_PATH.prepend = "${CRATE_ROOT}/lib64"
[environment."case(os)".windows."case(host-arch)".x86-64]
PATH.prepend = "${CRATE_ROOT}/bin"
LIBRARY_PATH.prepend = "${CRATE_ROOT}/lib"
LD_LIBRARY_PATH.prepend = "${CRATE_ROOT}/lib"
LD_RUN_PATH.prepend = "${CRATE_ROOT}/lib"
[environment."case(os)".macos]
PATH.prepend = "${CRATE_ROOT}/bin"
LIBRARY_PATH.prepend = "${CRATE_ROOT}/lib"
LD_LIBRARY_PATH.prepend = "${CRATE_ROOT}/lib"
LD_RUN_PATH.prepend = "${CRATE_ROOT}/lib"
[origin."case(os)".linux."case(host-arch)".x86-64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-15.1.0-2/gnat-x86_64-linux-15.1.0-2.tar.gz"
hashes = ["sha256:f0e902c010158a79d04c06d3aee5b5999875d9b4c66c876009deffcaa3639df3"]
[origin."case(os)".linux."case(host-arch)".aarch64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-15.1.0-2/gnat-aarch64-linux-15.1.0-2.tar.gz"
hashes = ["sha256:058fc2ee214952dc14c0ae7b0fb932e0afcd09854822ce806e3436bfb9547cbb"]
[origin."case(os)".windows."case(host-arch)".x86-64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-15.1.0-2/gnat-x86_64-windows64-15.1.0-2.tar.gz"
hashes = ["sha256:85aa16320417276e0e1050a91830d31b4e1ad8adfc766a568150d9258c3bded4"]
[origin."case(os)".macos."case(host-arch)".x86-64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-15.1.0-2/gnat-x86_64-darwin-15.1.0-2.tar.gz"
hashes = ["sha256:2166c31161521ec3e9efeafcaabe0690ae20053abd1ce6a640b355d590de06ff"]
[origin."case(os)".macos."case(host-arch)".aarch64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-15.1.0-2/gnat-aarch64-darwin-15.1.0-2.tar.gz"
hashes = ["sha256:60748c5436aba29243333ca1f26c1ef694749644d2f194ab3cbe9f58c53ca829"]
@@ -0,0 +1,41 @@
name = "gnat_riscv64_elf"
version = "15.1.2"
provides = ["gnat=15.1.2"]
description = "The GNAT Ada compiler - RISC-V cross-compiler"
maintainers = ["chouteau@adacore.com", "sagaert@adacore.com"]
maintainers-logins = ["Fabien-Chouteau", "AldanTanneo"]
licenses = "GPL-3.0-or-later AND GPL-3.0-or-later WITH GCC-exception-3.1"
website = "https://github.com/alire-project/GNAT-FSF-builds"
auto-gpr-with = false
[configuration]
disabled = true
[environment]
PATH.prepend = "${CRATE_ROOT}/bin"
[origin."case(os)".linux."case(host-arch)".x86-64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-15.1.0-2/gnat-riscv64-elf-linux64-x86_64-15.1.0-2.tar.gz"
hashes = ["sha256:dde2bff7eb400798118341ac13b7975cddfe82408e6f519dbf632e4b40fa3bb9"]
[origin."case(os)".linux."case(host-arch)".aarch64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-15.1.0-2/gnat-riscv64-elf-linux64-aarch64-15.1.0-2.tar.gz"
hashes = ["sha256:11921bfd928351d7c0bb9ba1c6ad171310e7430239039d83ed1e2873de0c3b86"]
[origin."case(os)".macos."case(host-arch)".x86-64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-15.1.0-2/gnat-riscv64-elf-darwin-x86_64-15.1.0-2.tar.gz"
hashes = ["sha256:2dffc8910acadafc5f3d68b78d380314ac0daa590ef9523f1015fbe5bd5bc75a"]
[origin."case(os)".macos."case(host-arch)".aarch64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-15.1.0-2/gnat-riscv64-elf-darwin-aarch64-15.1.0-2.tar.gz"
hashes = ["sha256:3f5200a51394bb008653a64bd262662143783c8c4ad6a44e3d811496e0dc7cfc"]
[origin."case(os)".windows."case(host-arch)".x86-64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-15.1.0-2/gnat-riscv64-elf-windows64-x86_64-15.1.0-2.tar.gz"
hashes = ["sha256:f9aa967b6cb7542beb29034f8d3968017250076905e9d587b0b4a0bf796fb55d"]
@@ -0,0 +1,41 @@
name = "gnat_xtensa_esp32_elf"
version = "15.1.2"
provides = ["gnat=15.1.2"]
description = "The GNAT Ada compiler - ESP32 cross-compiler"
maintainers = ["chouteau@adacore.com", "sagaert@adacore.com"]
maintainers-logins = ["Fabien-Chouteau", "AldanTanneo"]
licenses = "GPL-3.0-or-later AND GPL-3.0-or-later WITH GCC-exception-3.1"
website = "https://github.com/alire-project/GNAT-FSF-builds"
auto-gpr-with = false
[configuration]
disabled = true
[environment]
PATH.prepend = "${CRATE_ROOT}/bin"
[origin."case(os)".linux."case(host-arch)".x86-64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-15.1.0-2/gnat-xtensa-esp32-elf-linux64-x86_64-15.1.0-2.tar.gz"
hashes = ["sha256:c5739f8abe8d57b9762e6b0290c6b74bf3ad43631d7aabaf4c1657aef8c671d4"]
[origin."case(os)".linux."case(host-arch)".aarch64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-15.1.0-2/gnat-xtensa-esp32-elf-linux64-aarch64-15.1.0-2.tar.gz"
hashes = ["sha256:86b742718dface8891b42c684368bd15c5521923ab984cb0ed124d5c906f565d"]
[origin."case(os)".macos."case(host-arch)".x86-64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-15.1.0-2/gnat-xtensa-esp32-elf-darwin-x86_64-15.1.0-2.tar.gz"
hashes = ["sha256:0429c8df96f27bd48aa6045f02a249dc1ecdb4da62ecc87eff352b5185d3694a"]
[origin."case(os)".macos."case(host-arch)".aarch64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-15.1.0-2/gnat-xtensa-esp32-elf-darwin-aarch64-15.1.0-2.tar.gz"
hashes = ["sha256:61dac930fd086f00215a49864dac3facf8925f7ca55dd4bac86a5874bcd84658"]
[origin."case(os)".windows."case(host-arch)".x86-64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-15.1.0-2/gnat-xtensa-esp32-elf-windows64-x86_64-15.1.0-2.tar.gz"
hashes = ["sha256:39b75e8c283a7359a8265dfd9d97a6b4d8a4b30ff150471bdff273138a869eb9"]