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

Benilton Carvalho beniltoncarvalho at gmail.com
Thu Jan 26 15:01:17 CET 2012


A package with a configure file is installed only on the architecture
that called the install script.

So I need to, manually, do:

R --arch x86_64 CMD INSTALL oligo_version.tar.gz
R --arch i386 CMD INSTALL --libs-only oligo_version.tar.gz

Is there anything I can add to the package in order to automate this?

Thanks,

b



More information about the Bioc-devel mailing list