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

Minor fix-ups for Darwin PowerPC #303

Merged
merged 3 commits into from
Jun 19, 2024
Merged

Conversation

barracuda156
Copy link
Contributor

@ViralBShah This took forever :) Sorry for a ridiculous delay, it was forgotten.

Here are two tiny fixes:

  1. Use a macro which includes ppc64, so that it is not left broken on macOS. (BTW, this still leaves out AIX, I believe?)
  2. Make sure __BYTE_ORDER__ is actually defined: AFAIK, it may not be the case with some old gcc versions, and those support C99, so it is relevant.

Copy link

codecov bot commented Jun 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 39.02%. Comparing base (4b83beb) to head (af8e580).
Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #303      +/-   ##
==========================================
+ Coverage   38.24%   39.02%   +0.78%     
==========================================
  Files         233      233              
  Lines        6139     6144       +5     
  Branches     1607     1608       +1     
==========================================
+ Hits         2348     2398      +50     
+ Misses       3394     3393       -1     
+ Partials      397      353      -44     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ViralBShah
Copy link
Member

Windows is trying to use gcc instead of clang. Otherwise, happy to merge.

@ViralBShah ViralBShah merged commit d9f2b0f into JuliaMath:master Jun 19, 2024
17 of 18 checks passed
@barracuda156 barracuda156 deleted the darwin branch June 19, 2024 19:08
@barracuda156
Copy link
Contributor Author

@ViralBShah Thanks for merging! This was super-fast.

@ViralBShah
Copy link
Member

Would you like me to tag a new release?

@barracuda156
Copy link
Contributor Author

Would you like me to tag a new release?

That would be certainly helpful, thank you.

@ViralBShah
Copy link
Member

Released 0.8.3

@barracuda156
Copy link
Contributor Author

Released 0.8.3

Updated in MacPorts in macports/macports-ports@9e47870

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