From 859278ab152aa48b0de01eef569d558920e81b1e Mon Sep 17 00:00:00 2001 From: "Chance.H" Date: Thu, 26 Sep 2024 13:38:22 +0800 Subject: [PATCH] ci: fix macos test bug --- README.md | 38 +++++++++++--------- test/system_test/MassSpring3D/CMakeLists.txt | 2 +- 2 files changed, 23 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index f3acc39..ded7f15 100644 --- a/README.md +++ b/README.md @@ -184,27 +184,33 @@ $ cmake --build "DESTINATION_SHARED_DIR" --config Release --target install ### Demo2d -
-
- - - - - - - -
-
+ + + + + + + + + + + + + +
### MassSpring3D CUDA can be used to accelerate the simulation of mass spring system. -
-
- -
-
+ + + + + + + +
## Documentation diff --git a/test/system_test/MassSpring3D/CMakeLists.txt b/test/system_test/MassSpring3D/CMakeLists.txt index 99e6980..270a3ea 100644 --- a/test/system_test/MassSpring3D/CMakeLists.txt +++ b/test/system_test/MassSpring3D/CMakeLists.txt @@ -18,7 +18,7 @@ file(GLOB cuda_source_files "cusparse_cholesky_solver.cpp" "cusparse_wrapper.cpp" ) - +set(GLEW_USE_STATIC_LIBS ON) if(CUDAToolkit_FOUND) message(STATUS "CUDAToolkit found, compiling with CUDA support")