Skip to content

Commit

Permalink
delete the cpp version
Browse files Browse the repository at this point in the history
  • Loading branch information
hahahahbenny committed Sep 22, 2024
1 parent a5554a5 commit 7ed6b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/l/lapack/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ package("lapack")
add_links( "lapacke", "lapack", "cblas", "blas")

on_install("linux", function (package)
local configs = {"-DLAPACKE=ON", "-DBUILD_TESTING=OFF", "-DCBLAS=ON", "-DBLAS++=ON", "-DLAPACK++=ON"}
local configs = {"-DLAPACKE=ON", "-DBUILD_TESTING=OFF", "-DCBLAS=ON"}
table.insert(configs, "-DCMAKE_BUILD_TYPE=" .. (package:is_debug() and "Debug" or "Release"))
table.insert(configs, "-DBUILD_SHARED_LIBS=" .. (package:config("shared") and "ON" or "OFF"))
import("package.tools.cmake").install(package, configs)
Expand Down

0 comments on commit 7ed6b9b

Please sign in to comment.