Skip to content

Commit f6d9099

Browse files
committed
Update
[ghstack-poisoned]
2 parents 2fdaa68 + 607ef93 commit f6d9099

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,10 @@ def get_build_type(is_debug=None) -> str:
323323
_UNSUPPORTED_WHEEL_HEADERS = frozenset(
324324
{
325325
"bundled_module.h",
326+
# These two include a third-party header the wheel does not ship, so they
327+
# cannot compile from an installed package no matter what is linked.
328+
"cpuinfo_utils.h",
329+
"threadpool.h",
326330
"file_descriptor_data_loader.h",
327331
"serialize.h",
328332
}

0 commit comments

Comments
 (0)