Skip to content
Prev 3086 / 21312 Next

[Bioc-devel] Installing pkg with configure with support to multiple architectures

Thanks Dan and Martin,

Dan, yes, your assumption is correct (I'm trying to do this on a Mac).

The major problem (actually, annoyance) for me is when something like
the following happens (running R under x86_64 and installing via
install.packages/biocLite):

- Install pkg1, which has a configure script... Then, pkg1 is
installed under x86_64;
- (try to) install pkg2, which does not have a configure script, but
depends on pkg1.... it installs the x86_64 part just fine, but the
i386 fails (because pkg1 isnt available under i386)... then the whole
installation of pkg2 fails.

Maybe it's just something basic I'm missing from my end?

b
On 26 January 2012 21:49, Dan Tenenbaum <dtenenba at fhcrc.org> wrote: