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
33 changes: 0 additions & 33 deletions applications/plugins/SofaCUDA/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -273,35 +273,6 @@ if(Sofa.GUI.Qt_FOUND)
list(APPEND SOURCE_FILES sofa/gpu/gui/CudaDataWidget.cpp)
endif()

find_package(SofaSphFluid QUIET)
if(SofaSphFluid_FOUND)
list(APPEND HEADER_FILES
sofa/gpu/cuda/CudaParticleSource.h
sofa/gpu/cuda/CudaParticleSource.inl
sofa/gpu/cuda/CudaSPHFluidForceField.h
sofa/gpu/cuda/CudaSPHFluidForceField.inl
sofa/gpu/cuda/CudaParticlesRepulsionForceField.h
sofa/gpu/cuda/CudaParticlesRepulsionForceField.inl
sofa/gpu/cuda/CudaSpatialGridContainer.h
sofa/gpu/cuda/CudaSpatialGridContainer.inl
)
list(APPEND SOURCE_FILES
sofa/gpu/cuda/CudaParticleSource.cpp
sofa/gpu/cuda/CudaSPHFluidForceField.cpp
sofa/gpu/cuda/CudaParticlesRepulsionForceField.cpp
sofa/gpu/cuda/CudaSpatialGridContainer.cpp
)
list(APPEND CUDA_SOURCES
sofa/gpu/cuda/CudaParticleSource.cu
sofa/gpu/cuda/CudaSPHFluidForceField.cu
sofa/gpu/cuda/CudaParticlesRepulsionForceField.cu
sofa/gpu/cuda/CudaSpatialGridContainer.cu
)
message(STATUS "SofaCUDA: optional dependency to SofaSphFluid found. ")
else()
message(STATUS "SofaCUDA: optional dependency SofaSphFluid not found. ")
endif()

sofa_find_package(SofaValidation QUIET)
if(SofaValidation_FOUND)
list(APPEND SOURCE_FILES
Expand Down Expand Up @@ -416,10 +387,6 @@ if(SofaValidation_FOUND)
target_link_libraries(${PROJECT_NAME} SofaValidation)
endif()

if(SofaSphFluid_FOUND)
target_link_libraries(${PROJECT_NAME} SofaSphFluid)
endif()

if(SOFACUDA_CUBLAS)
cuda_add_cublas_to_target(${PROJECT_NAME})
target_link_libraries(${PROJECT_NAME} ${CUDA_SPARSE_LIBRARY})
Expand Down
5 changes: 0 additions & 5 deletions applications/plugins/SofaCUDA/SofaCUDAConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@ if(SOFACUDA_HAVE_SOFADISTANCEGRID)
endif()
endif()

set(SOFACUDA_HAVE_SOFASPHFLUID @SOFACUDA_HAVE_SOFASPHFLUID@)
if(SOFACUDA_HAVE_SOFASPHFLUID)
find_package(SofaSphFluid QUIET REQUIRED)
endif()

set(SOFACUDA_HAVE_SOFAVALIDATION @SOFACUDA_HAVE_SOFAVALIDATION@)
if(SOFACUDA_HAVE_SOFAVALIDATION)
find_package(SofaValidation QUIET REQUIRED)
Expand Down
56 changes: 0 additions & 56 deletions applications/plugins/SofaCUDA/sofa/gpu/cuda/CudaParticleSource.cpp

This file was deleted.

132 changes: 0 additions & 132 deletions applications/plugins/SofaCUDA/sofa/gpu/cuda/CudaParticleSource.cu

This file was deleted.

27 changes: 0 additions & 27 deletions applications/plugins/SofaCUDA/sofa/gpu/cuda/CudaParticleSource.h

This file was deleted.

Loading