fizwit / easy_update

Update EasyBuild package configuration files for R and Python bundles
19 stars 9 forks source link

Request to provide an example of the additions file #10

Closed verdurin closed 5 years ago

verdurin commented 5 years ago

It would be helpful if you could provide an example of the --add command. I have tried it and while with --verbose I can see that easy_update is detecting the extra extensions, it does not in fact add them to the easyconfig.

fizwit commented 5 years ago

I have removed -add as a feature. If you are creating a new bundle (or adding to an existing bundle) you can add lines like this to you Easyconfig with blank version strings. easy_update will add the dependencies and fill in the version information.

... exts_defaultclass = 'RPackage' exts_list = [ ('CARBayes', '') ] ...