chef / dep-selector-libgecode

Bundled Gecode Libraries for dep-selector
Apache License 2.0
11 stars 26 forks source link

Rake task to build native gem #38

Closed jaym closed 8 years ago

jaym commented 9 years ago

@lamont-granquist any words of wisdom

lamont-granquist commented 9 years ago

well it might be useful to try to use rake-compiler, but that tends to be opinionated about how native ruby gems should be written and is somewhat shitty for the use case of just wrapping someone else's big C library...

jaym commented 9 years ago

tried it, it didn't like that we didn't setup the extconf.rb in a specific way.

On Wed, Nov 12, 2014 at 10:14 AM, Lamont Granquist <notifications@github.com

wrote:

well it might be useful to try to use rake-compiler, but that tends to be opinionated about how native ruby gems should be written and is somewhat shitty for the use case of just wrapping someone else's big C library...

— Reply to this email directly or view it on GitHub https://github.com/opscode/dep-selector-libgecode/pull/38#issuecomment-62764446 .

lamont-granquist commented 8 years ago

should rebase + merge this