We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mpfr has yet to be ported to Conan 2.0
Profile host: [settings] arch=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++11 compiler.version=8 os=Linux [options] cmake*:bootstrap=True [tool_requires] !openssl*: cmake/3.24.2
conan-2.0 build -pr:b tools.jinja -pr:h tools.jinja --name mpfr --version 4.1.0 .
conan-2.0 build -pr:b tools.jinja -pr:h tools.jinja --name mpfr --version 4.1.0 . # --build=never -------- Input profiles -------- Profile host: [settings] arch=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++11 compiler.version=8 os=Linux [options] cmake*:bootstrap=True [tool_requires] !openssl*: cmake/3.24.2 Profile build: [settings] arch=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++11 compiler.version=8 os=Linux [options] cmake*:bootstrap=True [tool_requires] !openssl*: cmake/3.24.2 ERROR: Error loading conanfile at '/tmp/tmp.Sid2gTN7Pg/mpfr/conanfile.py': Unable to load conanfile in /tmp/tmp.Sid2gTN7Pg/mpfr/conanfile.py File "<frozen importlib._bootstrap_external>", line 728, in exec_module File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed File "/tmp/tmp.Sid2gTN7Pg/mpfr/conanfile.py", line 1, in <module> from conans import ConanFile, AutoToolsBuildEnvironment, CMake, tools ImportError: cannot import name 'ConanFile' from 'conans' (/mathworks/devel/sandbox/marc/conan-2.0/conan-io/conans/__init__.py) ERROR: Conan-2.0 build failed for 'mpfr'``` </details>
The text was updated successfully, but these errors were encountered:
Will submit proposed compatibility changes shortly
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Description
mpfr has yet to be ported to Conan 2.0
Package and Environment Details
Conan profile
Profile host:
[settings]
arch=x86_64
build_type=Release
compiler=gcc
compiler.libcxx=libstdc++11
compiler.version=8
os=Linux
[options]
cmake*:bootstrap=True
[tool_requires]
!openssl*: cmake/3.24.2
Steps to reproduce
conan-2.0 build -pr:b tools.jinja -pr:h tools.jinja --name mpfr --version 4.1.0 .
Logs
Click to expand log
The text was updated successfully, but these errors were encountered: