Displaying 2 results from an estimated 2 matches for "flintlib".
2014 Dec 02
2
Bundling system dependencies in binary packages
...modify
Makevars to produce the static linked packages?
The Writing R Extensions manual section on binary packages doesn't
mention this and I've tried extensive Googling without joy.
So in a nut shell, I'm looking to bundle a binary version of GMP
(https://gmplib.org) and FLINT (http://flintlib.org) into my package
for Windows/Mac users who can't/won't compile the libraries and which
I can distribute independently of CRAN, but without having to do so in
a manual/hacky way by tweaking Makevars each time, or modifying the
tgz/zip produced by R.
Hope I've been clear enough there...
2014 Dec 03
0
Bundling system dependencies in binary packages
...throwing any errors.
Thank you very much -- I wasn't at all aware PIC was needed for static
code on OS X! I'd assumed I was missing something much more
elaborate.
>> So in a nut shell, I'm looking to bundle a binary version of GMP
>> (https://gmplib.org) and FLINT (http://flintlib.org) into my package
>> for Windows/Mac users who can't/won't compile the libraries and which
>> I can distribute independently of CRAN, but without having to do so in
>> a manual/hacky way by tweaking Makevars each time, or modifying the
>> tgz/zip produced by R.
&g...