Skip to content

OS dependency checks should be smarter #2022

@verdurin

Description

@verdurin

Working on my UCSC-tools easyconfig, I have an OS dependency specified for mysql-devel. On CentOS, this is met by the mariadb-devel package:

[centos@easybuild-6 x86_64]$ rpm -q --provides mariadb-devel
mariadb-devel = 1:5.5.44-1.el7_1
mariadb-devel(x86-64) = 1:5.5.44-1.el7_1
mysql-devel = 1:5.5.44-1.el7_1
mysql-devel(x86-64) = 1:5.5.44-1.el7_1

However, EB complains that the dependency is not met.
I think it should have a smarter check that takes account of this kind of thing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions