Skip to content

Commit caff840

Browse files
authored
Merge branch 'LTS' into mixing_DM_simplify_LTS
2 parents 9056198 + 4fd5f19 commit caff840

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

python/pyabacus/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ if(MKLROOT)
4545
# Since libtorch will find its own MKL, the fftw part conflicts with the original one.
4646
# When enable deepks, mkl will be linked within ${TORCH_LIBRARIES}.
4747
if(NOT ENABLE_DEEPKS)
48-
list(APPEND math_libs IntelMKL::MKL)
48+
list(APPEND math_libs MKL::MKL)
4949
endif()
5050

5151
if(CMAKE_CXX_COMPILER_ID MATCHES Intel)

python/pyabacus/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ test = ["contourpy","cycler","exceptiongroup","fonttools","importlib-metadata","
3030

3131
[tool.scikit-build]
3232
wheel.expand-macos-universal-tags = true
33-
cmake.verbose = true
33+
build.verbose = true
3434
logging.level = "INFO"
3535

3636
[tool.scikit-build.cmake.define]

0 commit comments

Comments
 (0)