-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
I used to have a conanfile.txt with this content:
SystemC/2.3.3@minres/stable
SystemC-CCI/1.0.0@minres/stable
Install:
$ conan install . --build=missingCauses this error:
SystemC/2.3.3@minres/stable: Trying with 'conancenter'...
ERROR: Unable to find 'SystemC/2.3.3@minres/stable' in remotes
With the Jfrog binrtray change, I had to remove the minres remote and change the conanfile.txt to this:
systemc/2.3.3
systemc-cci/1.0.0
And try installing again:
$ conan install . --build=missingResults this error:
ERROR: systemc/2.3.3: 'settings.compiler' value not defined
I am not sure what needs to change, but doing an inspect shows me this:
$ conan inspect systemc/2.3.3name: systemc
version: 2.3.3
url: https://github.com/conan-io/conan-center-index
...
settings: ('os', 'arch', 'compiler', 'build_type')
...
It would be great to get the updated recipes and artifacts to get around this problem.
Regards,
-- Amal
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels