Skip to content

Commit

Permalink
acts: patch ACTS_USE_SYSTEM_ACTSVG
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc committed Jun 23, 2023
1 parent 36f6892 commit b2a2692
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/acts/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@


class Acts(BuiltinActs):
patch(
"https://github.com/acts-project/acts/commit/3255dfc3dddf9c7a82aaddb041d4a6f095d19124.patch?full_index=1",
sha256="60317f6a09a7d57721c1234fcf087ae85aeab27653976d1d3ac7a846c3b85a89",
when="@20.1.0:26",
)
def cmake_args(self):
args = super().cmake_args()
args.append(self.define("Python_EXECUTABLE", self.spec["python"].command.path))
Expand Down

0 comments on commit b2a2692

Please sign in to comment.