-
Notifications
You must be signed in to change notification settings - Fork 11
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
Support clang on OS X 10.9 #16
Comments
Hi Stan, I'm going to disable clang as a compiler option until I have some way to Also, thanks for reporting the bug in "compiler_is_gnu", it will be fixed On Mon, Nov 25, 2013 at 9:24 PM, Stan Seibert notifications@github.comwrote:
|
Hi I am actually not sure if this is related, but on my Mac (OSX 10.9) I get compilation errors (for instance during test/compiler/test_optimizations.py) I have checked the closed issue: "NPY_ARRAY_OWNDATA error", but I don't seem to have a double numpy installation, I am however using clang as compiler... Is this a no go for now?
|
Hey Gerdus, Sorry I don't yet have a better way to check multi-platform compile bugs. Do you mind seeing if the latest release works for you? Thanks, |
On OS X 10.9, clang is the only compiler shipped with XCode. Clang doesn't yet support OpenMP, so it might make sense to disable OpenMP backend was disabled when clang was detected. I'm also seeing various warnings or errors about compiler options for some examples, like
invalid argument '-bundle' not allowed with '-dynamiclib'
.If I manually switch to the CUDA backend, I see the error
ld: unknown option: -Wl
, followed by the stack trace:I am going to try installing gcc 4.8 next to see if that solves these problems.
The text was updated successfully, but these errors were encountered: