spirv-llvm-translator: revision bump (llvm@14)

master
Carlo Cabrera 2022-08-22 09:32:05 +08:00 committed by BrewTestBot
parent 6dd42aa3e6
commit 0049717f61
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 2 additions and 5 deletions

View File

@ -4,6 +4,7 @@ class SpirvLlvmTranslator < Formula
url "https://github.com/KhronosGroup/SPIRV-LLVM-Translator/archive/refs/tags/v14.0.0.tar.gz"
sha256 "1afc52bb4e39aeb9b5b69324a201c81bd986364f347b559995eff6fd6f013318"
license "Apache-2.0" => { with: "LLVM-exception" }
revision 1
bottle do
sha256 cellar: :any, arm64_monterey: "624e78d249e32eadd7f878a1614f48d6221b7c003ca1320d1caf7a26e2ce17bd"
@ -15,11 +16,7 @@ class SpirvLlvmTranslator < Formula
end
depends_on "cmake" => :build
depends_on "llvm"
on_linux do
depends_on "gcc"
end
depends_on "llvm@14"
# See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56480
fails_with gcc: "5"