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

16 gcc mac #4

Merged
merged 5 commits into from
Jul 6, 2012
Merged

16 gcc mac #4

merged 5 commits into from
Jul 6, 2012

Conversation

nudded
Copy link

@nudded nudded commented Jul 2, 2012

This should fix the problem where the sanity check of GCC would fail on OS X. (tested on HPC and Mac OS X 10.7.4).

related to Trac #16

Toon Willems added 2 commits July 2, 2012 15:08
config.guess is a script which is also run by gcc during configuring.
On a mac uname does not provide the correct build target
@hpcugent
Copy link

hpcugent commented Jul 2, 2012

Your message to the list 'easybuild-admin' has been forwarded to the moderator(s)

# instead of relying on uname, we run the same command GCC uses to
# determine the platform
out, ec = run_cmd("../config.guess", simple=False)
if not ec:
Copy link
Member

Choose a reason for hiding this comment

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

use "if ec == 0:", to make it more explicit that this corresponds to a successful run of config.guess

@ghost ghost assigned JensTimmerman Jul 5, 2012
@hpcugent
Copy link

hpcugent commented Jul 5, 2012

OK to merge for me.

@JensTimmerman
Copy link
Contributor

nudded, please rebase this on top of current master and fix conflicts (probably just the copyright header) and I'll merge.

Conflicts:
	easybuild/easyblocks/g/gcc.py
JensTimmerman added a commit that referenced this pull request Jul 6, 2012
better gcc support for mac
@JensTimmerman JensTimmerman merged commit 4a6c35b into easybuilders:master Jul 6, 2012
JensTimmerman added a commit that referenced this pull request Oct 18, 2012
support producing XML output from unit tests
boegel added a commit that referenced this pull request Mar 22, 2013
boegel pushed a commit that referenced this pull request Apr 13, 2013
boegel pushed a commit that referenced this pull request Jul 1, 2013
…ma_specially

602 handle lists indicated with comma specially
boegel pushed a commit that referenced this pull request Jul 6, 2014
clean up support for --filter-deps + add unit tests
rjeschmi referenced this pull request in rjeschmi/easybuild-framework Mar 19, 2015
rjeschmi referenced this pull request in rjeschmi/easybuild-framework Mar 26, 2015
…n code by Marc Litherland)

Update easyblock.py

Bug fixes round #1

bugfixing round #2

Bugfixes round #3

Bugfixes round #4

Bugfixes #5. Rewritten map() as list comprehension. Still not available as an optional parameter
boegel pushed a commit that referenced this pull request Apr 2, 2015
make sure Lmod is used as modules tool when generating module files in Lua syntax
boegel pushed a commit that referenced this pull request Jul 9, 2015
make unit test suite pass, rename JobServer to JobBackend, fix default for --job-bakcend
boegel pushed a commit that referenced this pull request Jul 11, 2015
boegel pushed a commit that referenced this pull request Jul 15, 2015
boegel pushed a commit that referenced this pull request Nov 9, 2015
boegel pushed a commit that referenced this pull request Nov 27, 2015
use None as default value for whatis + minor style fixes
boegel pushed a commit that referenced this pull request Nov 5, 2016
boegel pushed a commit that referenced this pull request Mar 17, 2017
rename parse_raw_path_* methods to interpret_raw_path_*, add dedicated tests for them + fix some bugs
boegel pushed a commit that referenced this pull request Aug 21, 2017
cleanup & tests for find_backup_name_candidate & move_file
boegel pushed a commit that referenced this pull request Jan 5, 2018
disable testing of bootstrap script when Modules v4 is used as modules tool
boegel pushed a commit that referenced this pull request Mar 31, 2018
use DEFAULT_OPT_LEVEL constant + fix minor style issues
boegel pushed a commit that referenced this pull request Apr 19, 2018
style fixes to make Hound CI happy
boegel pushed a commit that referenced this pull request Nov 22, 2018
ensure ordered output in message printed by --list-prs, drop unused GITHUB_MAX_PER_PAGE from _postprocess_list_prs
boegel pushed a commit that referenced this pull request Aug 12, 2019
boegel pushed a commit that referenced this pull request Apr 9, 2020
boegel pushed a commit that referenced this pull request Sep 11, 2021
add configuration option to allow disabling progress bar
boegel pushed a commit that referenced this pull request Sep 29, 2021
tweak GPU part of output produced by --show-system-info
boegel pushed a commit that referenced this pull request May 22, 2024
move `CWD_NOTFOUND_ERROR` constant to `tools.build_log`
boegel pushed a commit that referenced this pull request Jun 5, 2024
fix handling of specified command environment in `create_cmd_scripts` + add test for env option in `run_shell_cmd`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants