{data}[foss/2016a] MDSplus v7.0.67#2787
Conversation
|
Automatic reply from Jenkins: Can I test this? |
|
|
||
| preconfigopts = 'export CFLAGS="$CFLAGS -I$EBROOTLIBXML2/include/libxml2 " && ' | ||
|
|
||
| buildopts = '-j 1' |
There was a problem hiding this comment.
@SimonPinches please use parallel = 1 instead if you intend to fix a broken parallel build
|
Jenkins: ok to test |
|
Easyconfigs unit test suite FAILed. See https://jenkins1.ugent.be/job/easybuild-easyconfigs-pr-builder/7287/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/7370/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 |
|
@SimonPinches ping on the minor remarks? |
…-1.7.0_79-Python-2.7.11.eb
|
Easyconfigs unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-easyconfigs-pr-builder/7440/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. |
|
|
||
| pythonver = '2.7.11' | ||
| pythonshortver = '.'.join(pythonver.split('.')[:2]) | ||
| versionsuffix = '-%s-%s' % ('Python', pythonver) |
There was a problem hiding this comment.
@SimonPinches please use %(pyver)s here?
name = 'libxml2'
version = '2.9.3'
versionsuffix = '-Python-%(pyver)s'
...
dependencies = [
('zlib', '1.2.8'),
('Python', '2.7.11'),
]note that pythonshortver isn't used at all...
|
@SimonPinches sync with |
sync with develop & resolve conflict
…9-Python-2.7.11.eb
|
Easyconfigs unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-easyconfigs-pr-builder/7489/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. |
|
Easyconfigs unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-easyconfigs-pr-builder/7491/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 |
|
lgtm |
|
Test report by @boegel |
|
Going in, thanks @SimonPinches! |
(created using
eb --new-pr)