Skip to content

Commit

Permalink
Refactor conditional logic in setup.py for MKL handling
Browse files Browse the repository at this point in the history
  • Loading branch information
fbriol committed Nov 7, 2024
1 parent 212bc72 commit c1f7a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def set_cmake_user_options(self) -> list[str]:
if conda_prefix is not None:
result.append('-DCMAKE_PREFIX_PATH=' + conda_prefix)

elif conda_prefix and self.mkl:
if self.mkl:
self.set_conda_mklroot()

return result
Expand Down

0 comments on commit c1f7a5f

Please sign in to comment.