{bio}[foss/2016b,intel/2016b] PheWAS v0.12#6030
Conversation
…tel-2016b-R-3.3.3.eb
|
Test report by @vanzod |
|
Depends on #5773 |
| exts_list = [ | ||
| ('meta', '4.9-0', { | ||
| 'source_tmpl': '%(name)s_%(version)s.tar.gz', | ||
| 'source_urls': ['http://cran.r-project.org/src/contrib/'], |
There was a problem hiding this comment.
@vanzod You'll also need to include https://cran.r-project.org/src/contrib/Archive/meta/ here (same goes for other extensions)...
Or, you can specify default extension options with the general exts_default_options easyconfig parameter, and only override where needed:
exts_default_options = {
'source_urls': [
'http://cran.r-project.org/src/contrib/Archive/%(name)s', # package archive
'http://cran.r-project.org/src/contrib/', # current version of packages
'http://cran.freestatistics.org/src/contrib', # mirror alternative for current packages
],
'source_tmpl': '%(name)s_%(version)s.tar.gz',
}|
Test report by @vanzod |
|
Test report by @boegel |
|
Test report by @boegel |
|
Going in, thanks @vanzod! |
(created using
eb --new-pr)