8000 complilation errors (OS catalina 10.15.3) · Issue #276 · lime-rt/lime · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

complilation errors (OS catalina 10.15.3) #276

8000
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

Open
pyasb opened this issue Apr 17, 2020 · 1 comment
Open

complilation errors (OS catalina 10.15.3) #276

pyasb opened this issue Apr 17, 2020 · 1 comment

Comments

@pyasb
Copy link
pyasb commented Apr 17, 2020

Hi, I have used/installed lime before but I have a new computer and am getting some compilation errors:

clang: warning: optimization flag '-falign-loops=16' is not supported [-Wignored-optimization-argument]
clang: error: unsupported option '-fopenmp'
make: *** [src/aux.o] Error 1

I don't want to go changing things in the make file... any ideas on a fix?

Thanks, Alice

@mcordiner
Copy link

I think you might need to just install a better compiler (i.e. one that includes openmp support - the standard OSX compiler does not). I have installed gcc via macports, and then I change the following line in the LIME Makefile:

CC = /opt/local/bin/gcc-mp-8 -fopenmp

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

No branches or pull requests

2 participants
0