Skip to content
Merged
Show file tree
Hide file tree
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 .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,11 @@ jobs:
run: |
export CMAKE_PREFIX_PATH=/json_install/:/vecmem_install/:/covfie_install/:${CMAKE_PREFIX_PATH}
wget https://github.com/acts-project/acts/archive/refs/tags/v46.7.0.tar.gz
tar -xvf v46.7.0.tar.gz
git clone https://github.com/acts-project/acts.git acts-46.8.1-dirty
(cd acts-46.8.1-dirty; git checkout acc4063c91b8858ecd969c6c1a81a46b7da29eb1)
export CXX=g++
cmake \
-S acts-46.7.0 \
-S acts-46.8.1-dirty \
-B /acts_build/ \
-DACTS_BUILD_PLUGIN_JSON=ON \
-DACTS_SETUP_COVFIE=OFF \
Expand Down
3 changes: 2 additions & 1 deletion extern/acts/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ message( STATUS "Building Acts (including Detray) as part of the TRACCC project"

# Declare where to get Acts from.
set( TRACCC_ACTS_SOURCE
"URL;https://github.com/acts-project/acts/archive/refs/tags/v46.7.0.tar.gz;URL_MD5;1529a374f9d92c2f90c8460f70b10f55"
GIT_REPOSITORY https://github.com/acts-project/acts.git
GIT_TAG 55e95eb4739e66c278cacfc58bdccf14cb20b885
CACHE STRING "Source for Acts, when built as part of this project" )
mark_as_advanced( TRACCC_ACTS_SOURCE )
FetchContent_Declare( Acts SYSTEM ${TRACCC_ACTS_SOURCE} )
Expand Down
1 change: 0 additions & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ include( traccc-compiler-options-cpp )

# Set up a common library, shared by all of the tests.
add_library( traccc_tests_common STATIC
"common/tests/atlas_cuts.hpp"
"common/tests/cca_test.hpp"
"common/tests/ckf_telescope_test.hpp"
"common/tests/data_test.hpp"
Expand Down
88 changes: 0 additions & 88 deletions tests/common/tests/atlas_cuts.hpp

This file was deleted.

1 change: 0 additions & 1 deletion tests/cpu/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

# Declare the cpu algorithm test(s).
traccc_add_test(cpu
"compare_with_acts_seeding.cpp"
"seq_single_module.cpp"
"test_ambiguity_resolution.cpp"
"test_axis.cpp"
Expand Down
Loading
Loading