alces-software / gridware

tool for compilation and installation of applications and libraries from the Alces Gridware software library
0 stars 0 forks source link

Support for alternative dependencies for variants #15

Open RuanEllis opened 7 years ago

RuanEllis commented 7 years ago

Currently Gridware doesn't support multiple dependencies for different variants. For example being able to use:

  default:
  x11:
    :dependencies:
      el:
        - libX11-devel
        - libX11

Currently does not work - meaning all dependencies must be pulled in to support compilation of all variants.