{math}[foss/2018b] XMDS2 2.2.3 (REVIEW)#7121
Conversation
| @@ -0,0 +1,64 @@ | |||
| easyblock = 'Bundle' | |||
There was a problem hiding this comment.
@hajgato Do you mind changing this to the new PythonBundle, which will be included in EasyBuild v3.8.0 (cfr. easybuilders/easybuild-easyblocks#1553)?
|
|
||
| toolchain = {'name': 'foss', 'version': '2018b'} | ||
|
|
||
|
|
There was a problem hiding this comment.
@hajgato Style nitpicking: please remove duplicate empty line
| exts_default_options = { | ||
| 'download_dep_fail': True, | ||
| 'use_pip': True, | ||
| } |
There was a problem hiding this comment.
This whole block can be replaced with just use_pip = True if the PythonBundle easyblock is used
| 'dirs': ['lib/python%(pyshortver)s/site-packages'], | ||
| } | ||
|
|
||
| modextrapaths = {'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages']} |
There was a problem hiding this comment.
this line can be removed if the PythonBundle easyblock is used
|
Test report by @boegel |
|
@hajgato (still) a checksum issue? |
|
@boegel its sourceforge-download issue. For some reason, only manual download works. |
|
@boegel changed to |
| ('xmds', version, { | ||
| 'modulename': 'xpdeint', | ||
| 'patches': ['XMDS2-2.2.3_HDF5_OpenBLAS.patch'], | ||
| 'source_urls': ['http://download.sourceforge.net/projects/xmds'], |
There was a problem hiding this comment.
@hajgato This should probably be https://download.sourceforge.net/xmds (no /projects/, and make it https).
$ eb --avail-easyconfig-templates | grep FORGE
SOURCEFORGE_SOURCE: sourceforge.net source url (https://download.sourceforge.net/%(namelower)s)
|
Test report by @boegel |
|
Test report by @boegel |
|
Test report by @boegel |
|
Going in, thanks @hajgato! |
|
Test report by @boegel |
No description provided.