Commit graph r-builds/builder/package.centos-7
Author SHA1 Message Date
Greg Lin
bcc588166c Add bash shebangs 2019-10-04 13:05:40 -05:00
Greg Lin
844c1cc972 Add unzip and zip to CentOS 7 package 2019-08-08 15:58:46 -05:00
Greg Lin
656da3e9cd Remove unnecessary dependencies for CentOS 7 packages 2019-08-08 15:49:49 -05:00
sellorm
60474b593b
Enables output of Linux OS packages for CentOS 7 (#20)
* Enables output of Linux OS packages for CentOS 7

* Changed vendor to RStudio

* Added post install script to swap in openBLAS shared library

* tidied up some dependencies

* Added a post remove step to cleanup install dir

As we swap in the openBlas shared object file during installation
the RPM database knows that the RPM installation has been "interefered"
with. Because of this `yum remove` does not clean out the full directory
tree. This update therefore prunes the directory tree at
/opt/R/R_VERSION
2019-08-06 23:17:45 +01:00