We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 133c171 commit b1e6fb8Copy full SHA for b1e6fb8
acts.spec
@@ -6,7 +6,7 @@
6
## INCLUDE cuda-flags
7
## INCLUDE rocm-flags
8
9
-%define tag 2d4cf6938
+%define tag a58a6d05ed4660d5644d14f49fa28b4d82b92396
10
%define branch cms/%{realversion}
11
%define github_user cms-externals
12
Source: git+https://github.com/%{github_user}/%{n}.git?obj=%{branch}/%{tag}&export=%{n}-%{realversion}&output=/%{n}-%{realversion}-%{tag}.tgz
@@ -102,6 +102,7 @@ cmake ../%{n}-%{realversion} \
102
%if %{build_test}
103
-DACTS_BUILD_UNITTESTS="ON" \
104
-DACTS_BUILD_INTEGRATIONTESTS="ON" \
105
+ -DPython_EXECUTABLE=$(which python3) \
106
-DACTS_BUILD_EXAMPLES_PYTHON_BINDINGS="ON" \
107
-DTRACCC_BUILD_TESTING="ON" \
108
%endif
0 commit comments