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

DOC: describe how to compile extensions #1

Open
dengemann opened this issue Sep 30, 2018 · 2 comments
Open

DOC: describe how to compile extensions #1

dengemann opened this issue Sep 30, 2018 · 2 comments

Comments

@dengemann
Copy link
Collaborator

This will be a recurring request and we need some document to point to.

Currently on latest mac I get, just after having updated my gcc:

gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/dengeman/anaconda3/include -arch x86_64 -I/Users/dengeman/anaconda3/lib/python3.5/site-packages/numpy/core/include -I. -I/Users/dengeman/anaconda3/include/python3.5m -c jivaro.c -o build/temp.macosx-10.7-x86_64-3.5/jivaro.o -fopenmp -std=c99 -O3
clang: error: unsupported option '-fopenmp'
error: command 'gcc' failed with exit status 1
make[1]: *** [jivaro.so] Error 1
make: *** [jivaro] Error 2
@fraimondo
Copy link
Contributor

fraimondo commented Sep 30, 2018 via email

@fraimondo
Copy link
Contributor

fraimondo commented Sep 30, 2018 via email

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