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

Allow building on BSD/Solaris/etc with CMake #64

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 9, 2021

  1. Allow building on BSD/Solaris/etc with CMake

    It's not only GNU systems that need libm linked.
    
    Note, the tests still fail with:
    error: ‘M_PIl’ was not declared in this scope; did you mean ‘M_PI’?
       46 |         long double phinc = 2*k0* M_PIl / nfft;
    
    Signed-off-by: Nia Alarie <[email protected]>
    alarixnia committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    959304a View commit details
    Browse the repository at this point in the history