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

Fix for compiling python interface on Mac OS 10.14 #445

Closed
wants to merge 1 commit into from

Conversation

valsson
Copy link
Contributor

@valsson valsson commented Feb 21, 2019

Description

Fix for compiling python interface on Mac OS 10.14, issue #443.

Sets the deployment targetfor python to 10.9 when compiling on version 10.9 and above.

The fix is based on https://github.com/pandas-dev/pandas/pull/24274/files

I have tested the changes on MacOS 10.14 and 10.12 and everything seems fine. I have also done the extended regtests (https://travis-ci.org/valsson/plumed2/builds/496552207) and everything appears fine, apart from the allowed failures (one of the Mac OS tests hangs).

Target release

I would like my code to appear in release 2.5

Type of contribution
  • changes to code or doc authored by PLUMED developers
  • changes to a module not authored by you
  • new module contribution or edit of a module authored by you
Copyright
  • I agree to transfer the copyright of the code I have written to the PLUMED developers or to the author of the code I am modifying.
Tests
  • I added a new regtest or modified an existing regtest to validate my changes.
  • I verified that all regtests are passed successfully on Travis-CI.

…nd higher.

Sets the deployment target to 10.9 when compiling on version 10.9 and above.
The fix is taken from https://github.com/pandas-dev/pandas/pull/24274/files
@valsson
Copy link
Contributor Author

valsson commented Feb 21, 2019

Should we add to the changelog something about this change/fix?

Also, I have seen that line 44 (old, 55 new) is marked as changed due to some whitespace. Should I try to do something about that?

@codecov-io
Copy link

Codecov Report

Merging #445 into v2.5 will increase coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             v2.5     #445      +/-   ##
==========================================
+ Coverage   83.68%   83.69%   +<.01%     
==========================================
  Files         560      560              
  Lines       40798    40798              
==========================================
+ Hits        34143    34144       +1     
+ Misses       6655     6654       -1
Impacted Files Coverage Δ
src/isdb/Metainference.cpp 81.12% <0%> (+0.12%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6db6d6f...7fbb918. Read the comment docs.

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.

None yet

2 participants