Releases: d-krupke/skbuild-conan
Releases · d-krupke/skbuild-conan
v1.3.0
v1.2.0
v1.1.0
v1.0.0
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
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
v0.1.3
Slightly modified variant of first release
0.1.2 moved workaround
First version
Probably still buggy, but the test example works fine.