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

Add mac OS fixes to pull request #622

Merged
merged 3 commits into from
Oct 23, 2024
Merged

Add mac OS fixes to pull request #622

merged 3 commits into from
Oct 23, 2024

Conversation

aburrell
Copy link
Contributor

@aburrell aburrell commented Oct 2, 2024

Add recent Mac OS fixes in develop to the new branch that will test MacOS compilation.

RemingtonRohel and others added 3 commits September 28, 2024 22:35
* Specified double precision for complex numbers in rylm.c
* Simplified complex number instantiation/multiplication in some places. Previously, some calculations were extracting the real and imaginary parts separately and using them in a CMPLX() call to create a new complex number, rather than simply using the already-complex number.
* Answer at https://stackoverflow.com/a/59597456 explains that CMPLX is missing on MacOS when compiling with gcc because the responsibility of defining macros like CMPLX is not up to gcc.
FIX: Bug when `CMPLX` macro undefined.
@aburrell aburrell mentioned this pull request Oct 3, 2024
@mtwalach mtwalach merged commit bb1a9fd into macos_comp_tests Oct 23, 2024
4 checks passed
Copy link
Contributor

@mtwalach mtwalach left a comment

Choose a reason for hiding this comment

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

Looks like improvements to me :)

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.

4 participants