-
Notifications
You must be signed in to change notification settings - Fork 203
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
hotfixes #157
Closed
Closed
hotfixes #157
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Conflicts: easybuild/easyconfigs/b/BLACS/BLACS-1.1-GCC-4.6.3-MVAPICH2-1.7.eb
…naming rename easyconfig files according to standard
…ify, remove Python as direct dependency for PETSc
…these builds as DOLFIN deps)
…dependencies Docutils, Jinja2 and setuptools
…, FIAT, Instant, Jinja2, ScientificPython, UFL, Viper
…check Revert "Merge pull request easybuilders#73 from nudded/346-check-loaded-modules"
hotfix for goalf easyconfig
…compilers aswell (closes issue easybuilders#142)
port support for BiSearch and Primer3
…thing readable, dirs executable)
pasha needs libstdc++
…sions; both when a group is specified (no access for others), and without (remove write permissions for group/others); add stub config parameter for specifying that install dir should be made read-only after installation, and make that changes if the EasyBuild config dictates so
Conflicts: easybuild/easyblocks/o/openfoam.py easybuild/tools/filetools.py
…ce everything is in the easybuild.easyblocks namespace now
We will just try to import the easyblock when none is defined, if this fails, fall back to application. Since we can't know where the easyblock is actually located, it could be anywhere in __path__ So let python figure this out.
put easyblocks in easybuild.easyblocks namespace
…d into 145_OpenFoam_permissions Conflicts: easybuild/framework/application.py
fix install directory permissions
CGAL complains about missing QGLWidget
…icc, EasyBuild was exiting when no easyblock was found instead of falling back to Application class as a default
argh, wrong branch, should be develop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix bugs introduced in #106 and #87.