-
Notifications
You must be signed in to change notification settings - Fork 19
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
Add -dev suffix to requirements on README #26
Comments
I think so :) |
Probably. But you say |
well, yeah, but i'm on a mac usually :) if we're going to make it accurate, having a table of "distro names X pkg names to install" is probably the right way to roll |
Looks like it's |
Note that some distributions don't make the distinction between dev and non-dev packages. |
@Rufflewind you make a good point (hence my "we should list all the options if we're going to list some of them" stance) I see you started your own blas binding! Can I invite you to contrib to hblas? (though if you have your own design, thats cool too). (i'll soon be giving a higher level api for hblas via my numerical project, wellposed/numerical-core is the core piece for now) |
I was writing a C binding generator in Haskell to handle Fortran call conventions and name mangling. It became redundant when I discovered the CBlas wrapper. I'm currently porting some numerical code to Haskell, so I'd interested in writing FFI wrappers for Blas functions. |
@Rufflewind well, theres a lot of easy wrapping to be done on the blas front, youre welcome to help out, the pullrequests by @archblob are some decent examples of what those wrappers might look like. If you're really comfy with lapack, i'd love some help figuring out how to give those nice high level wrappers that are still full powered. I should also mention i'm amidst the release engineering for a nicer array layer that will interop with hblas, you can see it at https://github.com/wellposed/numerical-core currently |
I noticed you don't seem to be using hsc or c2hs to generate the FFI bindings. Wouldn't these tools make writing them a bit easier? |
@Rufflewind lets have this chat on a new ticket perhaps? |
The readme page suggests installing
libblas
andliblapack
. But there are no such packages! I assume you probably meant to have a-dev
suffix on each of these. Yes?The text was updated successfully, but these errors were encountered: