Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions acts.spec
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@
Source: git+https://github.com/%{github_user}/%{n}.git?obj=%{branch}/%{tag}&export=%{n}-%{realversion}&output=/%{n}-%{realversion}-%{tag}.tgz
Source99: scram-tools.file/tools/eigen/env

# Do not build the Acts and Traccc tests
%define build_test 0
# Build the Acts and Traccc tests
%define build_test 1

# ROCm support is not yet building correctly
%define without_rocm 1

BuildRequires: cmake
Requires: boost
Requires: bz2lib
Requires: dd4hep
Requires: eigen
Requires: expat
Expand Down