On Aug 18, 2013, at 6:50 PM, Michael Weylandt wrote: > > > On Aug 18, 2013, at 15:47, David Winsemius <[email protected]> wrote: > >> >> On Aug 18, 2013, at 11:45 AM, Horst R. Wolf wrote: >> >>> Is there any reason why the OS X binary is still not available? >> >> Perhaps you should offer your basis for thinking, incorrectly, that it is >> not available. > > Seems it's not building on CRAN: > > http://www.r-project.org/nosvn/R.check/r-release-macosx-x86_64/Rglpk-00check.html >
Yup, the package apparently doesn't use working flags to link against glpk. According to dependency flags it's missing -lgmp -lm -- it should probably use autoconf to detect the proper flags as glpk can be compiled with or without gmp support. Cheers, Simon > Michael > >> >> -- >> >> David Winsemius >> Alameda, CA, USA >> >> _______________________________________________ >> R-SIG-Mac mailing list >> [email protected] >> https://stat.ethz.ch/mailman/listinfo/r-sig-mac > > [[alternative HTML version deleted]] > > _______________________________________________ > R-SIG-Mac mailing list > [email protected] > https://stat.ethz.ch/mailman/listinfo/r-sig-mac > > _______________________________________________ R-SIG-Mac mailing list [email protected] https://stat.ethz.ch/mailman/listinfo/r-sig-mac
