Scikit-build Community Meeting #2: 2022-12-16 #825
jcfr
started this conversation in
Community meeting notes
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Agenda
Attending
Presentation Outline
Discussion
Slides review notes
Windows ARM through mac-Mini-like dev system
0.1.4 scikit-build-core works for cross-compiling
conda-forge support: some issues with feedstock systems for defining CMake generators, an issue in conda-build
Adoption transition path: scikit-build -> Full PEP 517 scikit-build-core -> scikit-build-core extension build backend
Next plans:
setuptools_scm
still depends onsetuptools
, would be nice to remove this and allow it to be used independently.--config-settings
support by pip should be revisited. This was discussed during last meeting (see discussion section)Documentation
Persistent build
build
is consistent with setuptools but lead to issue when using command likepython -m build
as it then attempt to use the build directory as build tool.build
does not include the python implementation (pypy vs cpython) and lead to problem when caching directory in the context of CISDK "wheels"
Naming
-sdk
is sensibleIn the context of VTK
@henryiii and @jcfr to work on (re-)adding support to allow (SDK) wheels to update cmake prefix path and ensure
find_package
calls work as expected.Projects looking to adopt scikit-build
More advertisement for next month's meeting (January 2023)
Beta Was this translation helpful? Give feedback.
All reactions