autumnai / collenchyma

Extendable HPC-Framework for CUDA, OpenCL and common CPU
http://autumnai.github.io/collenchyma
Apache License 2.0
475 stars 33 forks source link

for macos #47

Closed y-ich closed 8 years ago

y-ich commented 8 years ago

For OS X, you need the kind key of "framework".

This patch and adding build.rs as below made compilation successful on Mac.

fn main() {
    let YOUR_CUDA_LIB_PATH = "";
    println!("cargo:rustc-link-search=native={}", YOUR_CUDA_LIB_PATH);
}
GitCop commented 8 years ago

There were the following issues with your Pull Request

Guidelines are available at https://github.com/autumnai/leaf/blob/develop/CONTRIBUTING.md#git-commit-guidelines


This message was auto-generated by https://gitcop.com

johnnyman727 commented 8 years ago

I created https://github.com/autumnai/collenchyma/pull/52 to fix the commit format problem since we haven't heard from @y-ich in a while.

hobofan commented 8 years ago

Closing in favor of #52 . Thanks @y-ich !