Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CPLEX easyblock #797

Merged
merged 4 commits into from
Jan 10, 2016
Merged

Conversation

sbecuwe
Copy link
Contributor

@sbecuwe sbecuwe commented Jan 5, 2016

  • added extra PATHs
  • added LD_LIBRARY_PATH
  • added CPLEXDIR (as used in the Makefiles)

- added extra PATHs
- added LD_LIBRARY_PATH
- added CPLEXDIR (as used in the Makefiles)
@hpcugentbot
Copy link
Contributor

Automatic reply from Jenkins: Can I test this?

binglob = '*/bin/x86-64*'
bins = glob.glob(binglob)
libglob = '*/lib/x86-64*/*pic'
libs = glob.glob(libglob)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be wrapped in a try:/except OSError?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No. If it's empty, it is. It's actually tested in the post_install_step.

@boegel
Copy link
Member

boegel commented Jan 5, 2016

Jenkins: ok to test

@hpcugentbot
Copy link
Contributor

Easyblocks unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-easyblocks-pr-builder/1557/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.

@boegel boegel added this to the v2.6.0 milestone Jan 5, 2016
- rewritten glob construction using os.path.join
- simplified LD_LIBRARY_PATH line
@hpcugentbot
Copy link
Contributor

Easyblocks unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-easyblocks-pr-builder/1558/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.

@hpcugentbot
Copy link
Contributor

Easyblocks unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-easyblocks-pr-builder/1573/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.

@boegel
Copy link
Member

boegel commented Jan 10, 2016

tested with existing CPLEX easyconfigs and easybuilders/easybuild-easyconfigs#2259, good to go

Thanks @sbecuwe!

boegel added a commit that referenced this pull request Jan 10, 2016
@boegel boegel merged commit 834beb1 into easybuilders:develop Jan 10, 2016
@backelj backelj deleted the modules/cplex-1263 branch January 10, 2016 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants