Skip to content

Commit

Permalink
Tests Specx Files
Browse files Browse the repository at this point in the history
  • Loading branch information
lemoinep committed Sep 14, 2023
1 parent f865ae6 commit 6489f69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ cmake_minimum_required(VERSION 3.17)
#set(CMAKE_BUILD_TYPE Debug)
set(CMAKE_BUILD_TYPE Release)
#set(CMAKE_CXX_COMPILER "/usr/local/bin/g++")

#set(CMAKE_CXX_STANDARD 14)
#set(CMAKE_CXX_COMPILER "/usr/local/bin/g++")
#set(CMAKE_C_COMPILER "/usr/bin/clang-14")
Expand Down
8 changes: 4 additions & 4 deletions src/Specx/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,15 @@

add_executable(${execname} ${exec})

#set_target_properties(${execname} PROPERTIES COMPILE_FLAGS "-llapack -lblas")
set_target_properties(${execname} PROPERTIES COMPILE_FLAGS "-llapack -lblas")

target_link_libraries(
${execname}
feelpp_specx
#specx
#${SPECX_LIBRARIES}
#${BLAS_LIBRARIES}
#${LAPACK_LIBRARIES}
${SPECX_LIBRARIES}
${BLAS_LIBRARIES}
${LAPACK_LIBRARIES}
#Feelpp::feelpp
#${MPI_CXX_LIBRARIES}
#${OpenMP_CXX_LIBRARIES}
Expand Down

0 comments on commit 6489f69

Please sign in to comment.