mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
fix: r-rjava
This commit is contained in:
parent
79b7838229
commit
ccf8947ac8
1 changed files with 5 additions and 0 deletions
|
@ -12,16 +12,21 @@ url="https://cran.r-project.org/package=${_pkgname}"
|
|||
license=(LGPL)
|
||||
depends=(
|
||||
r
|
||||
openmp
|
||||
java-environment
|
||||
)
|
||||
makedepends=(
|
||||
make
|
||||
clang
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('e290d0493317a5d6c452793e92baa914e37ef03faef19b2e436329b4ec8658c6')
|
||||
|
||||
|
||||
package() {
|
||||
export CC=clang
|
||||
export CXX=clang++
|
||||
export LD=clang
|
||||
archlinux-java fix
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
install -dm0755 "${pkgdir}/usr/lib/R/library"
|
||||
|
|
Loading…
Add table
Reference in a new issue