Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commiteaf843c

Browse files
committed
Also add clang 6, maybe we need it
...
1 parentc538ff4 commiteaf843c

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

‎clang-llvm-bin-6.rb‎

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
classClangLlvmBin6 <Formula
2+
3+
desc"Prebuilt CLang and LLVM 6.0.x for cross compilation purposes."
4+
homepage"https://releases.llvm.org"
5+
url"https://releases.llvm.org/6.0.0/clang+llvm-6.0.0-x86_64-apple-darwin.tar.xz"
6+
# curl -L https://releases.llvm.org/6.0.0/clang+llvm-6.0.0-x86_64-apple-darwin.tar.xz | shasum -a 256
7+
sha256"0ef8e99e9c9b262a53ab8f2821e2391d041615dd3f3ff36fdf5370916b0f4268"
8+
9+
# This patch is for adding the Makefile which does the installation
10+
patchdo
11+
url"https://helgehess.eu/patches/clang-llvm-8.0.0-makefile.patch"
12+
# curl -L https://helgehess.eu/patches/clang-llvm-8.0.0-makefile.patch | shasum -a 256
13+
sha256"7f13437a92ab36113412164107584b46512dca4a08552740d1ac7d1c1ddd3d75"
14+
end
15+
16+
definstall
17+
system"make","prefix=#{prefix}","VERSION=6.0.0","install"
18+
end
19+
end

‎clang-llvm-bin-8.rb‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ class ClangLlvmBin8 < Formula
1414
end
1515

1616
definstall
17-
system"make","prefix=#{prefix}","install"
17+
system"make","prefix=#{prefix}","VERSION=8.0.0","install"
1818
end
1919
end

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp