Skip to content
Open
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
1 change: 0 additions & 1 deletion core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,6 @@ if(THEROCK_BUILD_TESTING AND THEROCK_ENABLE_CORE_HIPTESTS)
-DCMAKE_BUILD_WITH_INSTALL_RPATH=ON
BUILD_DEPS
rocm-cmake
therock-boost
therock-catch2
RUNTIME_DEPS
hip-clr
Expand Down
2 changes: 0 additions & 2 deletions math-libs/BLAS/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ if(_enable_rocRoller)
BUILD_DEPS
mxDataGenerator
rocm-cmake
therock-boost
therock-catch2
therock-fmt
therock-googletest
Expand Down Expand Up @@ -112,7 +111,6 @@ set(hipBLASLt_rocRoller_deps)
if(_enable_rocRoller)
list(APPEND hipBLASLt_rocRoller_build_deps
mxDataGenerator
therock-boost
therock-fmt
therock-yaml-cpp
therock-spdlog
Expand Down
2 changes: 0 additions & 2 deletions math-libs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,6 @@ if(THEROCK_ENABLE_FFT)
amd-hip
BUILD_DEPS
rocm-cmake
therock-boost
therock-googletest
therock-fftw3
therock-fftw3f
Expand Down Expand Up @@ -335,7 +334,6 @@ if(THEROCK_ENABLE_FFT)
amd-hip
BUILD_DEPS
rocm-cmake
therock-boost
therock-googletest
therock-fftw3
therock-fftw3f
Expand Down
1 change: 0 additions & 1 deletion third-party/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
add_custom_target(therock-third-party)

# No-dep third party libraries (alphabetical)
add_subdirectory(boost)
add_subdirectory(Catch2)
add_subdirectory(eigen)
add_subdirectory(fftw3)
Expand Down
52 changes: 0 additions & 52 deletions third-party/boost/CMakeLists.txt

This file was deleted.

74 changes: 0 additions & 74 deletions third-party/boost/cmake_project/CMakeLists.txt

This file was deleted.

Loading