Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
icfaust authored Aug 8, 2024
1 parent cbea6cb commit 44bb801
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
and os.environ.get("NO_DPC", None) is None
and not (IS_WIN and debug_build)
)
print(dpcpp, shutil.which("icpx"), shutil.which("icx"), get_onedal_shared_libs(dal_root), (IS_WIN and debug_build))

use_parameters_lib = (not IS_WIN) and (ONEDAL_VERSION >= 20240000)

Expand Down

0 comments on commit 44bb801

Please sign in to comment.