Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Commit

Permalink
r-base: Remove --disable-R-profiling and --enable-memory-profiling
Browse files Browse the repository at this point in the history
  • Loading branch information
mingwandroid committed Sep 6, 2016
1 parent e8b4bc1 commit dfe2d55
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions r-base/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ Linux() {
--enable-shared \
--enable-R-shlib \
--enable-BLAS-shlib \
--disable-R-profiling \
--disable-prebuilt-html \
--disable-memory-profiling \
--enable-memory-profiling \
--with-tk-config=${TK_CONFIG} \
--with-tcl-config=${TCL_CONFIG} \
--with-x \
Expand Down Expand Up @@ -88,9 +87,8 @@ Mingw_w64_autotools() {
--enable-shared \
--enable-R-shlib \
--enable-BLAS-shlib \
--disable-R-profiling \
--disable-prebuilt-html \
--disable-memory-profiling \
--enable-memory-profiling \
--with-tk-config=$TK_CONFIG \
--with-tcl-config=$TCL_CONFIG \
--with-x=no \
Expand Down Expand Up @@ -337,6 +335,7 @@ EOF
--with-blas="-framework Accelerate" \
--with-lapack \
--enable-R-shlib \
--enable-memory-profiling \
--without-x \
--without-internal-tzcode \
--enable-R-framework=no \
Expand Down
6 changes: 3 additions & 3 deletions r-base/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ source:
- 0010-configure-Fix-typo-CPPLAGS.patch

build:
number: 1
number: 3
rpaths:
- lib/R/lib/
- lib/
Expand All @@ -36,7 +36,7 @@ requirements:
- m2-curl # [win]
- m2-p7zip # [win]
- readline # [not win]
- ncurses >=5.9-8 # [not win]
- ncurses >=5.9.* # [not win]
- pango # [linux]
- gcc # [not win]
- jpeg # [not win]
Expand Down Expand Up @@ -67,7 +67,7 @@ requirements:

run:
- readline # [not win]
- ncurses >=5.9-8 # [not win]
- ncurses >=5.9.* # [not win]
- cairo # [linux]
- pango # [linux]
- libgcc # [not win]
Expand Down

0 comments on commit dfe2d55

Please sign in to comment.