Skip to content

Add NetBSD support #971

@moubctez

Description

@moubctez

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()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions