Michael Aichmüller

Results 34 comments of Michael Aichmüller

Hello @memsharded thanks for your answer. I have just downloaded the conanfile.py for gtest 1.10 from https://conan.io/center/gtest/1.10.0/?user=_&channel=_&revision=&os=&tab=recipe and replaced the old one with it, but that didn't fix the problem....

Right, so as you can tell im rather new to conan, so thanks already for baring with me here. I have now replaced deps/conanfile.py by deps/conanfile.txt with the content: ```...

Running the command stated by > -- Conan executing: ~/anaconda3/bin/conan install /home/michael/GitHub/loraine/deps/conanfile.txt -s build_type=Release -s compiler=gcc -s compiler.version=9 -s compiler.libcxx=libstdc++11 -g=cmake --build=missing works in the command line and gives the...

So I have just confirmed, that the problem lies with a different than standard installation of conan. If conan is not in usr/local/bin, then conan is not able to install....

thanks for confirming @jwittbrodt !

I can't tell why it is failing in the workflow. It is working in my docker environment on ubuntu with the current scikit-build (`pip install . -v` and then `import...

Thanks for lifting the restrictions! That should make testing faster. I am on a Windows machine but I am running the project in a ubuntu docker container (the test case...

Have you tested the case locally to see if it installs the pkg correctly there (for both types of install)?

So I have tested my fix now locally on my Ubuntu 20.04 (py38) station and saw it fix the issue. I have then tested this PR's fork of skbuild by...