Skip to content

Commit

Permalink
remove .def files altogether
Browse files Browse the repository at this point in the history
  • Loading branch information
david-cortes-intel committed Nov 15, 2024
1 parent be61a09 commit fb28c72
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 114 deletions.
4 changes: 0 additions & 4 deletions cpp/daal/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -256,10 +256,6 @@ daal_dynamic_lib(
deps = [
":threading_tbb",
],
def_file = select({
"@config//:backend_ref": "src/threading/export_lnx32e.ref.def",
"//conditions:default": "src/threading/export_lnx32e.mkl.def",
}),
)

daal_module(
Expand Down
17 changes: 0 additions & 17 deletions cpp/daal/src/threading/export.def

This file was deleted.

17 changes: 0 additions & 17 deletions cpp/daal/src/threading/export_lnx32e.mkl.def

This file was deleted.

19 changes: 0 additions & 19 deletions cpp/daal/src/threading/export_lnx32e.ref.def

This file was deleted.

19 changes: 0 additions & 19 deletions cpp/daal/src/threading/export_lnxarm.ref.def

This file was deleted.

19 changes: 0 additions & 19 deletions cpp/daal/src/threading/export_lnxriscv64.ref.def

This file was deleted.

17 changes: 0 additions & 17 deletions cpp/daal/src/threading/export_mac.def

This file was deleted.

1 change: 0 additions & 1 deletion dev/make/function_definitions/mac32e.mk
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ define set_daal_rt_deps
$$(eval daaldep.mac32e.rt.thr := -L$$(RELEASEDIR.tbb.soia) -ltbb -ltbbmalloc \
$$(daaldep.mac32e.rt.$$(COMPILER)))
$$(eval daaldep.mac32e.rt.seq := $$(daaldep.mac32e.rt.$$(COMPILER)))
$$(eval daaldep.mac32e.threxport := export_mac.def)

$$(eval daaldep.mac.threxport.create = grep -v -E '^(EXPORTS|;|$$$$$$$$)' $$$$< $$$$(USECPUS.out.grep.filter) | sed -e 's/^/-u /')
endef
1 change: 0 additions & 1 deletion dev/make/function_definitions/win32e.mk
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ define set_daal_rt_deps
$$(dep_thr) $$(if $$(CHECK_DLL_SIG),Wintrust.lib))
$$(eval daaldep.win32e.rt.seq := $$(dep_seq) \
$$(if $$(CHECK_DLL_SIG),Wintrust.lib))
$$(eval daaldep.win32e.threxport := export.def)

$$(eval daaldep.win.threxport.create = grep -v -E '^(;|$$$$$$$$)' $$$$< $$$$(USECPUS.out.grep.filter))
endef

0 comments on commit fb28c72

Please sign in to comment.