[Bioc-devel] Installing pkg with configure with support to multiple architectures
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