New version of ASAP3, with OpenKIM support.#5479
New version of ASAP3, with OpenKIM support.#5479boegel merged 2 commits intoeasybuilders:developfrom
Conversation
| @@ -0,0 +1,30 @@ | |||
| name = 'OpenKIM-API' | |||
| version = '1.9.2' | |||
| easyblock = 'ConfigureMake' | |||
There was a problem hiding this comment.
@schiotz Style remark: please put the easyblock line on top, include empty line below (for consistency with existing easyconfigs).
|
|
||
| parallel = 1 | ||
|
|
||
| modextrapaths = {'KIM_HOME': '.'} |
There was a problem hiding this comment.
just use empty string '' here rather than '.'
| checksums = ['a167e89c717cc75c1ff41bb370b9454563c29333e49b7383e668094af547d139'] | ||
|
|
||
| dependencies = [ | ||
| ('Python', '3.6.2'), |
There was a problem hiding this comment.
Maybe go with the latest 3.6.3 here? Python easyconfig is already available.
|
@boegel I made the style change you suggested, and included an ASAP3 for the latest Python. That meant adding an ASE and matplotlib for that version, too. |
|
@schiotz Shall we remove the easyconfig using Python 3.6.2? |
|
Test report by @boegel |
|
Test report by @boegel |
I do not have a strong preference, it is up to you. I left it on purpose, in case somebody has a cluster running Python 3.6.2 (just as ours is running 3.5.2 and may or may not be updated). |
|
@schiotz OK, I see your point, let's leave it in then... |
|
Going in, thanks @schiotz! |
(created using
eb --new-pr)