mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
corpus: add CFLAGS: -Wno-error=format-security
This commit is contained in:
parent
acd4a3c4aa
commit
d30be9f7de
1 changed files with 3 additions and 1 deletions
|
@ -6,7 +6,7 @@ _pkgname=corpus
|
|||
_pkgver=0.10.2
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.10.2
|
||||
pkgrel=7
|
||||
pkgrel=8
|
||||
pkgdesc='Text Corpus Analysis'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -27,6 +27,8 @@ source=("https://cran.r-project.org/src/contrib/Archive/${_pkgname}/${_pkgname}_
|
|||
sha256sums=('c4647fae59d7acf9d4397a5126d386c8d323ad469df9800184de95b63a1aaa3b')
|
||||
|
||||
build() {
|
||||
mkdir ~/.R
|
||||
echo 'CFLAGS=-Wno-error=format-security' >~/.R/Makevars
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue