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

Mac compilation #212

Closed
wants to merge 3 commits into from
Closed

Mac compilation #212

wants to merge 3 commits into from

Conversation

dzalkind
Copy link
Collaborator

@dzalkind dzalkind commented Feb 9, 2023

Purpose

Fix and test compilation on mac

Type of change

What types of change is it?
Select the appropriate type(s) that describe this PR

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (non-backwards-compatible fix or feature)
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no API changes)
  • Documentation update
  • Maintenance update
  • Other (please describe)

Testing

Explain the steps needed to test the new code to verify that it does indeed address the issue and produce the expected behavior.

Checklist

Put an x in the boxes that apply.

  • I have run existing tests which pass locally with my changes
  • I have added new tests or examples that prove my fix is effective or that my feature works
  • I have added necessary documentation

@dzalkind dzalkind changed the title Add test for checking WEIS submodule compilation Mac compilation Feb 9, 2023
@dzalkind
Copy link
Collaborator Author

Now I'm quite confused because the first commit in this PR was supposed to fail. It looks like it's building fine in mac on the CI after all, unless my tests are not catching the failure.

@gbarter
Copy link
Member

gbarter commented Feb 10, 2023

Not sure what the intended failure was- you are using conda and homebrew compilers together? Conda sets a number of environment variables with the install of the compilers that might overwrite any prior setting of FC environment variables

@dzalkind
Copy link
Collaborator Author

In that first commit, I was only using conda compilers, and I thought we just weren't catching the errors that occurred when compiling some of the libraries. This makes it seem like it's compiling fine with only conda compilers on mac, which doesn't agree with what we've seen locally.

@gbarter
Copy link
Member

gbarter commented Feb 10, 2023

We have mixed results locally. My computer does fine with conda compilers. Pietro not so much.

@ptrbortolotti ptrbortolotti mentioned this pull request Jun 5, 2023
11 tasks
@gbarter
Copy link
Member

gbarter commented Jun 12, 2023

This is resolved in Pietro's PR. I think we can close it.

@gbarter gbarter closed this Jun 12, 2023
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.

2 participants