JuliaMath / Yeppp.jl

Yeppp! bindings
Other
55 stars 14 forks source link

Automate installation via BinDeps #10

Closed tkelman closed 9 years ago

aviks commented 9 years ago

Yes please. Pretty please!

panlanfeng commented 9 years ago

I just added a new branch autobuild trying to add the dependencies automatically. May not work but I hope someone knows BinDeps better than me will perfect it.

I was not quite sure about how to choose among

armel  armhf  i586  k1om  x86_64

Anyone has better knowledge on this?

tkelman commented 9 years ago

You can check Sys.ARCH - you usually want x86_64 for most people. If Sys.ARCH is i386 or i486 or i586 or i686 then you should try to use the i586 Yepp kernels. I have no idea what k1om is, and I think Julia on ARM only works on hard-float so far.

Maratyszcza commented 9 years ago

k1om is Xeon Phi On Aug 14, 2015 11:45 AM, "Tony Kelman" notifications@github.com wrote:

You can check Sys.ARCH - you usually want x86_64 for most people. If Sys.ARCH is i386 or i486 or i586 or i686 then you should try to use the i586 Yepp kernels. I have no idea what k1om is, and I think Julia on ARM only works on hard-float so far.

— Reply to this email directly or view it on GitHub https://github.com/JuliaLang/Yeppp.jl/issues/10#issuecomment-131008755.

panlanfeng commented 9 years ago

Let's close this for now. Please file new issue if there is building problem.

tkelman commented 9 years ago

Great work! Will test this out at some point. You could consider turning on AppVeyor for Windows testing, see https://github.com/JuliaLang/Example.jl/blob/master/appveyor.yml for the template yml file - just replace Example with Yeppp