Skip to content

Commit

Permalink
[rls] Fix conda-build for onedal ifaces (#720)
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrovKP authored Jul 5, 2021
1 parent 79eed19 commit fb0972c
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 @@ -161,7 +161,7 @@ def get_libs(iface='daal'):
libraries_plat = ['onedal_core', 'onedal_thread']
onedal_lib = ['onedal']
if iface == 'onedal':
libraries_plat += onedal_lib
libraries_plat = onedal_lib + libraries_plat
return libraries_plat


Expand Down

0 comments on commit fb0972c

Please sign in to comment.