{lang}[foss/2018a] R 3.4.4#6262
{lang}[foss/2018a] R 3.4.4#6262boegel merged 4 commits intoeasybuilders:developfrom rug-cit-hpc:R-3.4.4-foss2018a
Conversation
|
@boegel ping? |
|
Test report by @boegel |
|
Test report by @boegel |
|
@RvDijk Sorry for not responding to this earlier... Test reports are coming up, if those don't raise any red flags this is good to go (to be included in EasyBuild v3.6.1). |
| 'checksums': ['d52b9e04b3291f9bda8a88c174678f520ddffc5f2edf9b3dfa6d97dca943ce9a'], | ||
| }), | ||
| ('foreign', '0.8-69', { | ||
| 'checksums': ['820e1409162fbd6418b80a0f5a4b50d649ee74f06d195a5210745619b16e1592'], |
There was a problem hiding this comment.
This should be 13689f5ec1ab09e8973be81c7f1799b7de4313176072887a9fa0b5825aed3468, see #6245
| toolchain = {'name': 'foss', 'version': '2018a'} | ||
|
|
||
| source_urls = [ | ||
| 'http://download.osgeo.org/geotiff/libgeotiff/' |
There was a problem hiding this comment.
@RvDijk Missing , after this line (which makes the download fail)
| configopts += ' --with-jpeg=$EBROOTLIBJPEGMINTURBO' | ||
|
|
||
| sanity_check_paths = { | ||
| 'files': ['bin/listgeo'], |
There was a problem hiding this comment.
@RvDijk Please enhance to also check libraries and non-empty include dir:
sanity_check_paths = {
'files': ['bin/listgeo', 'lib/libgeotiff.a', 'lib/libgeotiff.%s' % SHLIB_EXT],
'dirs': ['include', 'share'],
}…m for foreign package in R module
|
Test report by @boegel |
|
Test report by @boegel |
|
Going in, thanks @RvDijk! |
libgeotiff depedency was added to the GDAL module, since the R package
rgdalwas linking to/usr/lib64/libgeotiff.so, which resulted in errors.