scikit-build 0.6.0

10 views
Skip to first unread message

Jean-Christophe Fillion-Robin

unread,
Feb 16, 2017, 4:03:18 PM2/16/17
to scikit...@googlegroups.com
On behalf of the scikit-build team, I am pleased to announce that the version 0.6.0 is available for download:

  pip install scikit-build


See http://scikit-build.readthedocs.io/en/latest/changes.html#scikit-build-0-6-0


Scikit-build 0.6.0

New features

  • Improve py_modules support: Python modules generated by CMake are now
    properly included in binary distribution.

  • Improve developer mode support for py_modules generated by CMake.

Bug fixes

  • Do not implicitly install python modules when the beginning of their name
    match a package explicitly listed. For example, if a project has a package
    foo/__init__.py and a module fooConfig.py, and only package foo
    was listed in setup.py, fooConfig.py is not installed anymore.

  • CMake module cmake-modules/targetLinkLibrariesWithDynamicLookup: Fix the
    caching of dynamic lookup variables. See #240 fixed by blowekamp.

Requirements

  • wheel: As suggested by thewtex, unpinning version of the package by requiring >=0.29.0 instead of ==0.29.0 will avoid uninstalling a newer version of wheel package on up-to-date system.

Documentation

Tests

  • Extend test_hello, test_setup, and test_sdist_hide_listing to (1) check if python modules are packaged into source and wheel distributions and (2) check if python modules are copied into the source tree when developer mode is enabled.

Internal API




Thanks
Jc
Reply all
Reply to author
Forward
0 new messages