Skip to content

Releases: d-krupke/skbuild-conan

v1.2.0

12 Oct 08:39
Compare
Choose a tag to compare

This release provides a workaround for Windows and should now enable building on Windows. At least the simple example is tested via CI on Windows. Thanks to Ramin Kosfeld for the hint.

v1.1.0

06 Sep 17:17
Compare
Choose a tag to compare

v1.0.0 had a problem if conan was not preinstalled. Now conan is called directly within Python. This may not be super stable for the future, as we essentially use conan internals. However, for now it makes life easier.

v1.0.0

06 Sep 13:24
Compare
Choose a tag to compare

This release uses a custom conan profile and has a workaround for profile creation in anaconda. This problem also was mentioned here conan-io/conan#14575
The workaround simply unsets CC and CXX, defaulting to the system compilers. Not absolutely sure if this is a good solution, but it works for me. You can override this behavior using the conan_env argument.

v0.2.0

02 Sep 10:58
Compare
Choose a tag to compare

This release improves the logging, which hopefully helps to make skbuild_conan more robust.
There may still be issues if the conan profile has been created without a C++-compiler installed, or with Windows in general (I barely know Windows systems so this may take a while to figure out).

v0.1.4

01 Sep 17:27
Compare
Choose a tag to compare

Changing back to manual versioning because of problems with the automatic versioning.

v0.1.3

01 Sep 17:21
Compare
Choose a tag to compare

Fixes problems with spaces in paths.

Slightly modified variant of first release

12 May 13:15
Compare
Choose a tag to compare

First version

12 May 12:58
Compare
Choose a tag to compare

Probably still buggy, but the test example works fine.