-
Notifications
You must be signed in to change notification settings - Fork 124
Closed
Description
scikit-build works well on NetBSD, so it should be enabled
--- skbuild/platform_specifics/platform_factory.py.orig 2023-05-05 18:58:16.000000000 +0000
+++ skbuild/platform_specifics/platform_factory.py
@@ -34,7 +34,7 @@ def get_platform() -> abstract.CMakePlat
return osx.OSXPlatform()
- if this_platform in {"freebsd", "os400", "openbsd"}:
+ if this_platform in {"freebsd", "netbsd", "os400", "openbsd"}:
from . import bsd
return bsd.BSDPlatform()
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels