famuvie / breedR

Statistical methods for forest genetic resources analysts
http://famuvie.github.io/breedR/
GNU General Public License v3.0
31 stars 24 forks source link

install only the binaries corresponding to the system architecture #46

Closed famuvie closed 8 years ago

famuvie commented 9 years ago

Currently, breedR installs the 32bit version of remlf90 and airemlf90 compiled for windows, linux and Mac.

Ideally, the installation process should not download the versions for other systems. Moreover, 64bit should be available when applicable (see #45).

famuvie commented 9 years ago

This would require to separate the installation of the package from the installation of the binaries (which could be declared as System Requirements).

In the first use after installing the package, breedR could detect that the binaries are not installed and ask to download the right version from a safe place.