gnat 15.2.0-1 (#1586)

This commit is contained in:
César Sagaert
2025-09-09 14:48:44 +02:00
committed by GitHub
parent 1db0da2a04
commit b7615e306d
5 changed files with 195 additions and 0 deletions
@@ -0,0 +1,36 @@
name = "gnat_arm_elf"
version = "15.2.1"
provides = ["gnat=15.2.1"]
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.2.0-1/gnat-arm-elf-linux64-x86_64-15.2.0-1.tar.gz"
hashes = ["sha256:a5e9cfb14ffa1ad48af2ed86b47a2e756925b2dd57aed55aba78d34431a45404"]
[origin."case(os)".linux."case(host-arch)".aarch64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-15.2.0-1/gnat-arm-elf-linux64-aarch64-15.2.0-1.tar.gz"
hashes = ["sha256:f9a42d4d4ad1fcc1d33faa4caa7e42d63abc68ba9b241b340993cbe424dd01fe"]
[origin."case(os)".macos."case(host-arch)".x86-64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-15.2.0-1/gnat-arm-elf-darwin-x86_64-15.2.0-1.tar.gz"
hashes = ["sha256:50e0dec463406a111ad183ece7789627ab3c0faa8a336efe3ef39301213fe41f"]
[origin."case(os)".windows."case(host-arch)".x86-64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-15.2.0-1/gnat-arm-elf-windows64-x86_64-15.2.0-1.tar.gz"
hashes = ["sha256:a927173b2656b74915b1c002de6ef480e04b71da428608e02a3f316514be71b8"]
@@ -0,0 +1,36 @@
name = "gnat_avr_elf"
version = "15.2.1"
provides = ["gnat=15.2.1"]
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.2.0-1/gnat-avr-elf-linux64-x86_64-15.2.0-1.tar.gz"
hashes = ["sha256:4cac9ec6eeb107371f0e8cbea7dc2eac1deaca2cef730e77b57c2a030da7b267"]
[origin."case(os)".linux."case(host-arch)".aarch64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-15.2.0-1/gnat-avr-elf-linux64-aarch64-15.2.0-1.tar.gz"
hashes = ["sha256:33af523fa435cf85faf6a3ab026bc591289a82a229655dc866d51328817b758e"]
[origin."case(os)".macos."case(host-arch)".x86-64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-15.2.0-1/gnat-avr-elf-darwin-x86_64-15.2.0-1.tar.gz"
hashes = ["sha256:a3056765f99027555558be10e44374be2d36c3dd87d242fca4b2298f543a80b2"]
[origin."case(os)".windows."case(host-arch)".x86-64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-15.2.0-1/gnat-avr-elf-windows64-x86_64-15.2.0-1.tar.gz"
hashes = ["sha256:d03383eb59370d91b7ad0ca5558406d4903b54d3f458618fc01198d4649db1b2"]
@@ -0,0 +1,51 @@
name = "gnat_native"
version = "15.2.1"
provides = ["gnat=15.2.1"]
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.2.0-1/gnat-x86_64-linux-15.2.0-1.tar.gz"
hashes = ["sha256:4640d4b369833947ab1a156753f4db0ecd44b0f14410b5b2bc2a14df496604bb"]
[origin."case(os)".linux."case(host-arch)".aarch64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-15.2.0-1/gnat-aarch64-linux-15.2.0-1.tar.gz"
hashes = ["sha256:54b1000a1b85f0ec241c71d375bae7602239875a01132f5dc5789a632870a1c7"]
[origin."case(os)".macos."case(host-arch)".x86-64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-15.2.0-1/gnat-x86_64-darwin-15.2.0-1.tar.gz"
hashes = ["sha256:fffe07e8732738a33e6ddc209debc23640e9e629584d30ad8ebee278999c7a0f"]
[origin."case(os)".windows."case(host-arch)".x86-64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-15.2.0-1/gnat-x86_64-windows64-15.2.0-1.tar.gz"
hashes = ["sha256:346e2e00273fecc03bfa333f8e01131d05c8a87e57d4def2c61ae3018744785b"]
@@ -0,0 +1,36 @@
name = "gnat_riscv64_elf"
version = "15.2.1"
provides = ["gnat=15.2.1"]
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.2.0-1/gnat-riscv64-elf-linux64-x86_64-15.2.0-1.tar.gz"
hashes = ["sha256:833ceade297de180bb11ed4d9d0c50e587f480ce90acf6a13e6344c87725d5d4"]
[origin."case(os)".linux."case(host-arch)".aarch64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-15.2.0-1/gnat-riscv64-elf-linux64-aarch64-15.2.0-1.tar.gz"
hashes = ["sha256:538d42a1a029f805aa1a09b3c5a4cc0b74e38f18d248871abe48627e2ffd7363"]
[origin."case(os)".macos."case(host-arch)".x86-64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-15.2.0-1/gnat-riscv64-elf-darwin-x86_64-15.2.0-1.tar.gz"
hashes = ["sha256:03925232cc1eeae9b6c073ebe1a183415c5a2b6ef543a32fa909213594aeca23"]
[origin."case(os)".windows."case(host-arch)".x86-64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-15.2.0-1/gnat-riscv64-elf-windows64-x86_64-15.2.0-1.tar.gz"
hashes = ["sha256:7965dc90cc9eb600ee8dd3ab235206f0c0eb753d25383628cbca40a67b22a4eb"]
@@ -0,0 +1,36 @@
name = "gnat_xtensa_esp32_elf"
version = "15.2.1"
provides = ["gnat=15.2.1"]
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.2.0-1/gnat-xtensa-esp32-elf-linux64-x86_64-15.2.0-1.tar.gz"
hashes = ["sha256:0eebc758a991a0500f1f878c4b7ee1eab6cb9e18737914efd1d8ef87831a54a7"]
[origin."case(os)".linux."case(host-arch)".aarch64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-15.2.0-1/gnat-xtensa-esp32-elf-linux64-aarch64-15.2.0-1.tar.gz"
hashes = ["sha256:cb22dd7227cacf0250202135beda6b376e7f70dc46c1ad04ca599f6ec0913a5a"]
[origin."case(os)".macos."case(host-arch)".x86-64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-15.2.0-1/gnat-xtensa-esp32-elf-darwin-x86_64-15.2.0-1.tar.gz"
hashes = ["sha256:8fb838a785a2dad1cf5f384d057b0d60e9c6dc7fc9f0023add1c69a456ae1d9e"]
[origin."case(os)".windows."case(host-arch)".x86-64]
binary = true
url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-15.2.0-1/gnat-xtensa-esp32-elf-windows64-x86_64-15.2.0-1.tar.gz"
hashes = ["sha256:3045edaf05b698c60d136b488042d4b39b2d4ab6a10d7a4ce390ae67d161a891"]