Skip to content

Recipe does not include "settings.compiler" #1

@amal-khailtash

Description

@amal-khailtash

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=missing

Causes 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=missing

Results 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.3
name: 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions