Skip to content

Improved Conda install, dependencies  #795

Open
@breznak

Description

@breznak

@dkeeney I've recently been toying with our conda python install. Turns out I could be able to get most of the deps through conda (eigen, cereal, pybind11,..)

But our CMake would still try to install them from source. Would it be difficult to add a check "if exists, don't install from source"?

  • I don't want to replace our cmake self-contained build. As it's really convenient and tested. Works for porting to any new env.
  • The Conda alternative would be useful for cloud/server envs where one does not have priviledges to install any new SW, but conda is typically available (conda is also a sw manager/installer)

Metadata

Metadata

Assignees

No one assigned

    Labels

    buildenhancementNew feature or requestquestionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions