Skip to content

Commit

Permalink
fix: don't force Thrust by default
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Jun 2, 2022
1 parent f9a1b07 commit e81a8cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

runs-on: ubuntu-latest
container:
image: rootproject/root:6.24.06-ubuntu20.04
image: rootproject/root:6.26.02-ubuntu22.04

steps:
- uses: actions/checkout@v1
Expand Down
4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -384,9 +384,7 @@ if(NOT THRUST_FOUND)
find_package(Thrust REQUIRED)
endif()

option(GOOFIT_FORCE_LOCAL_THRUST
"GooFit will use the GitHub version of Thrust by default (CUDA 9 and 10's Thrust is buggy)"
ON)
option(GOOFIT_FORCE_LOCAL_THRUST "GooFit can force a local thrust" OFF)
if(GOOFIT_FORCE_LOCAL_THRUST)
message(
STATUS "Forcing local thrust. GOOFIT_FORCE_LOCAL_THRUST=OFF to disable. Requires CUDA < 10.1")
Expand Down

0 comments on commit e81a8cd

Please sign in to comment.