Skip to content

FIX: Add -framework CUDA linker flags to test targets for Clang on OS X#1498

Merged
pavanky merged 1 commit intoarrayfire:develfrom
schuhschuh:fix-cuda-tests-xcode-linker-flags
Aug 17, 2016
Merged

FIX: Add -framework CUDA linker flags to test targets for Clang on OS X#1498
pavanky merged 1 commit intoarrayfire:develfrom
schuhschuh:fix-cuda-tests-xcode-linker-flags

Conversation

@schuhschuh
Copy link
Copy Markdown
Contributor

Closes #1496.

@schuhschuh schuhschuh mentioned this pull request Jul 14, 2016
1 task
@pavanky
Copy link
Copy Markdown
Member

pavanky commented Jul 15, 2016

build arrayfire osx ci

@pavanky pavanky added the build label Jul 27, 2016
@umar456
Copy link
Copy Markdown
Member

umar456 commented Jul 28, 2016

This seems to be a problem when compiling with CMake 3.6. CMake 3.5.2 did not require the framework flag. I wonder what changed to cause this issue.

@schuhschuh
Copy link
Copy Markdown
Contributor Author

schuhschuh commented Jul 28, 2016

I am actually using CMake 3.5.2 and it was needed on my end. There must be something else different between my system and yours. See original issue report #1496.

@umar456
Copy link
Copy Markdown
Member

umar456 commented Jul 29, 2016

Thats odd. It's working with 3.6 now as well. All I did was switch between cmake versions using brew

brew switch cmake 3.5.2
# rebuild
brew switch cmake 3.6.0_1
# rebuild

I don't understand what could cause this. Can you try the previous steps and see if it helps?

@pavanky pavanky merged commit 4f520c6 into arrayfire:devel Aug 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants