{lang}[foss/2017b] R v3.4.3#5457
Conversation
|
Test report by @verdurin |
|
I tried to synchronize the dependencies as far as possible and added checksums to the extensions. I did not compare them one by one, but the versions should be up to date. |
|
Travis test report: 8/8 runs failed - see https://travis-ci.org/easybuilders/easybuild-easyconfigs/builds/312276085 Only showing partial log for 1st failed test suite run 7060.1;
(bleep, bloop, I'm just a bot, please talk to my owner @boegel if you notice you me acting stupid) |
| ('GMP', '6.1.2'), # for igraph | ||
| ('NLopt', '2.4.2'), # for nloptr | ||
| ('FFTW', '3.3.6'), # for fftw | ||
| ('libsndfile', '1.0.28'), # for seewave |
There was a problem hiding this comment.
double space required before inline comment
| osdependencies = [('openssl-devel', 'libssl-dev', 'libopenssl-devel')] | ||
|
|
||
| name_tmpl = '%(name)s_%(version)s.tar.gz' | ||
| ext_options = { |
There was a problem hiding this comment.
Please use the new exts_default_options construct added in easybuilders/easybuild-framework#2345, see also easyconfig for R 3.4.3 that just got merged.
The easiest way to tackle this is probably to copy the contents from https://github.com/easybuilders/easybuild-easyconfigs/blob/develop/easybuild/easyconfigs/r/R/R-3.4.3-intel-2017b-X11-20171023.eb, and change the toolchain to foss. By preference, use the same dependency versions (it sort of useful to keep easyconfigs consistent between the foss and intel common toolchains).
There was a problem hiding this comment.
I tried to copy your easyconfig file for intel2017b, but this is not building because it tries do download the extensions from http://cran.us.r-project.org/src/base/ instead of http://cran.r-project.org/src/contrib/. I have no idea, why.
There was a problem hiding this comment.
@Helios07 If you're not using current develop of EasyBuild (which will become v3.5.0 very soon), exts_default_options will be ignored because it's not a known easyconfig parameter yet in EasyBuild v3.4.1 & earlier, and so extensions will be downloaded via the 'parent' source_urls.
There was a problem hiding this comment.
Installing the development version did not work in time. I will close this PR and try again after 3.5.0 is released.
(created using
eb --new-pr)'Depends on
#5443