Skip to content

Commit b1e6fb8

Browse files
committed
acts: fix for building with newer eigen and avoid picking up system python
1 parent 133c171 commit b1e6fb8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

acts.spec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
## INCLUDE cuda-flags
77
## INCLUDE rocm-flags
88

9-
%define tag 2d4cf6938
9+
%define tag a58a6d05ed4660d5644d14f49fa28b4d82b92396
1010
%define branch cms/%{realversion}
1111
%define github_user cms-externals
1212
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} \
102102
%if %{build_test}
103103
-DACTS_BUILD_UNITTESTS="ON" \
104104
-DACTS_BUILD_INTEGRATIONTESTS="ON" \
105+
-DPython_EXECUTABLE=$(which python3) \
105106
-DACTS_BUILD_EXAMPLES_PYTHON_BINDINGS="ON" \
106107
-DTRACCC_BUILD_TESTING="ON" \
107108
%endif

0 commit comments

Comments
 (0)