QuickFF and Yaff for DEFNET#2721
Conversation
|
Automatic reply from Jenkins: Can I test this? |
|
Jenkins: ok to test |
| (python, pythonversion), | ||
| ('matplotlib', '1.5.0', versionsuffix), | ||
| ('molmod', '1.1', versionsuffix), | ||
| ('yaff', 'thesissven2.13', '%s-HDF5-1.8.15-patch1-serial' %(versionsuffix)) |
There was a problem hiding this comment.
the version here (thesissven) looks weird/wrong?
cc @tovrstra
There was a problem hiding this comment.
Indeed. the dependency needs to fixed. This worked on our side because of the many different versions that were installed.
|
Easyconfigs unit test suite FAILed. See https://jenkins1.ugent.be/job/easybuild-easyconfigs-pr-builder/7121/console for more details. Please fix the reported issues by pushing additional commits to the branch corresponding with this pull request; contact @boegel if you're not sure what to do. |
| pyver = '2.7.10' | ||
|
|
||
| hdf5ver = '1.8.15-patch1' | ||
| versionsuffix = '-Python-%s-HDF5-%s-serial' %(pyver, hdf5ver) |
There was a problem hiding this comment.
please rename this easyconfig to yaff-1.0.develop.2.13-intel-2015b-Python-2.7.10-HDF5-1.8.15-patch1-serial.eb, to match the versionsuffix you're using
|
Easyconfigs unit test suite FAILed. See https://jenkins1.ugent.be/job/easybuild-easyconfigs-pr-builder/7125/console for more details. Please fix the reported issues by pushing additional commits to the branch corresponding with this pull request; contact @boegel if you're not sure what to do. |
|
Easyconfigs unit test suite FAILed. See https://jenkins1.ugent.be/job/easybuild-easyconfigs-pr-builder/7126/console for more details. Please fix the reported issues by pushing additional commits to the branch corresponding with this pull request; contact @boegel if you're not sure what to do. |
|
missing dependency: |
|
Easyconfigs unit test suite FAILed. See https://jenkins1.ugent.be/job/easybuild-easyconfigs-pr-builder/7127/console for more details. Please fix the reported issues by pushing additional commits to the branch corresponding with this pull request; contact @boegel if you're not sure what to do. |
|
Easyconfigs unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-easyconfigs-pr-builder/7129/console for more details). This pull request is now ready for review/testing. Please try and find someone who can tackle this; contact @boegel if you're not sure what to do. |
|
Test report by @boegel |
| ] | ||
|
|
||
| options = {'modulename': name} | ||
| runtest = 'python setup.py build_ext -i; nosetests -v' |
There was a problem hiding this comment.
tests are failing because $DISPLAY is not set; does this need the same backend: agg trick as in the molmod easyconfig?
There was a problem hiding this comment.
I ran a quick test, using the same runtest as in the molmod easyconfig fixes this problem
There was a problem hiding this comment.
I would also expect that to be the culprit.
(In the long run, we may consider modifying the matplotlib install to use agg by default. In a HPC setting, it is somewhat unnatural for matplotlib to assume that $DISPLAY is meaningful.)
There was a problem hiding this comment.
Can you update the PR, or ask @lvduyfhu to update it (done now, I guess ;-))
There was a problem hiding this comment.
Hmm, I don't have the permissions. Louis will get on it. He had something going on tonight though.
There was a problem hiding this comment.
If you want, you can issue a wrapper PR that includes the commits in here, and adds an extra commit on top...
There was a problem hiding this comment.
I just fixed the yaff eb using the molmod runtest
|
Easyconfigs unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-easyconfigs-pr-builder/7131/console for more details). This pull request is now ready for review/testing. Please try and find someone who can tackle this; contact @boegel if you're not sure what to do. |
|
Test report by @boegel |
|
Test report by @boegel |
|
some minor style fixes in lvduyfhu#1, but otherwise good to go! |
style fixes for molmod/QuickFF/yaff easyconfigs
|
Test report by @boegel |
|
Easyconfigs unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-easyconfigs-pr-builder/7138/console for more details). This pull request is now ready for review/testing. Please try and find someone who can tackle this; contact @boegel if you're not sure what to do. |
We've tested both eb files on Raichu. All should be fine.