Skip to content

Commit c63edc8

Browse files
committed
csound: fix building with Ableton Link
1 parent 4293652 commit c63edc8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Formula/c/csound.rb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ class Csound < Formula
33
homepage "https://csound.com"
44
license "LGPL-2.1-or-later"
55
revision 11
6-
head "https://github.com/csound/csound.git", branch: "master"
6+
head "https://github.com/csound/csound.git", branch: "develop"
77

88
# Remove `stable` block when patches are no longer needed
99
stable do
@@ -76,8 +76,8 @@ class Csound < Formula
7676
conflicts_with "libextractor", because: "both install `extract` binaries"
7777

7878
resource "ableton-link" do
79-
url "https://github.com/Ableton/link/archive/refs/tags/Link-3.1.2.tar.gz"
80-
sha256 "2673dfad75b1484e8388deb8393673c3304b3ab5662dd5828e08e029ca8797aa"
79+
url "https://github.com/Ableton/link/archive/bdcda7474114b39dea5a371cdc802536dda00d03.tar.gz"
80+
sha256 "61f93d9b26b3f518bb37b0f0c27bf21f2594b79d5dd6b2948c40d3550479aa96"
8181
end
8282

8383
resource "csound-plugins" do
@@ -242,6 +242,7 @@ def caveats
242242
assert_path_exists testpath/"test.mp3"
243243

244244
(testpath/"opcode-existence.orc").write <<~ORC
245+
gi_programHandle faustcompile "process = _;", "--vectorize --loop-variant 1"
245246
JackoInfo
246247
instr 1
247248
i_ websocket 8888, 0

0 commit comments

Comments
 (0)