{lib}[foss/2016a] libQGLViewer 2.6.3 (REVIEW)#2923
{lib}[foss/2016a] libQGLViewer 2.6.3 (REVIEW)#2923boegel merged 4 commits intoeasybuilders:developfrom
Conversation
|
Automatic reply from Jenkins: Can I test this? |
|
Jenkins: ok to test (tests will fail while easyblock is not merged yet, but fine) |
|
|
||
| builddependencies = [('Qt', '4.8.7')] | ||
|
|
||
| start_dir = '%(builddir)s/libQGLViewer-2.6.3/QGLViewer' |
There was a problem hiding this comment.
don't hardcode the version here please, use %(version)s instead:
start_dir = '%(builddir)s/libQGLViewer-%(version)s/QGLViewer'|
Easyconfigs unit test suite FAILed. See https://jenkins1.ugent.be/job/easybuild-easyconfigs-pr-builder/7640/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/7666/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. |
|
after include libgl as dependency, the problem of not finding GL/glu.h is solved. thanks @boegel |
…nto libQGLViewer_foss
|
Test report by @boegel |
|
tested on top of easybuilders/easybuild-easyblocks#890, works great now @jrbosch please remove the hardcoded |
|
Test report by @boegel |
|
Easyconfigs unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-easyconfigs-pr-builder/7788/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 |
|
Going in, thanks @jrbosch! |
libQGLViewer easyconfig for foss
needs easyblock hpcugent/easybuild-easyblocks#890