[arch-commits] Commit in r/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Tue Jul 5 17:21:37 UTC 2022
Date: Tuesday, July 5, 2022 @ 17:21:37
Author: arojas
Revision: 1244928
Enable memory profiling (FS#75245)
Modified:
r/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-07-05 16:51:31 UTC (rev 1244927)
+++ PKGBUILD 2022-07-05 17:21:37 UTC (rev 1244928)
@@ -5,7 +5,7 @@
pkgname=r
pkgver=4.2.1
-pkgrel=1
+pkgrel=2
pkgdesc='Language and environment for statistical computing and graphics'
arch=(x86_64)
license=(GPL)
@@ -47,6 +47,7 @@
rdocdir=/usr/share/doc/R/ \
--with-x \
--enable-R-shlib \
+ --enable-memory-profiling \
--with-lapack \
--with-blas \
F77=gfortran \
More information about the arch-commits
mailing list