R, disable debugging attempts from prior build failures (#12171)

This commit is contained in:
Schrijvers Luc
2025-04-15 10:55:54 +02:00
committed by GitHub
parent 8f9b1aed2d
commit 93e78bc4ec

View File

@@ -13,7 +13,7 @@ variety of specific purposes but are not distributed with this package."
HOMEPAGE="https://www.r-project.org/"
COPYRIGHT="2024 The R Foundation for Statistical Computing"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://cloud.r-project.org/src/base/R-4/R-$portVersion.tar.gz"
CHECKSUM_SHA256="3b33ea113e0d1ddc9793874d5949cec2c7386f66e4abfb1cef9aec22846c3ce1"
SOURCE_DIR="R-$portVersion"
@@ -132,9 +132,9 @@ BUILD()
export CXXFLAGS="${CXXFLAGS/-Os/-O2}"
export LIBS="-lnetwork -lbsd"
ls -l /system/data/icu/74.1
ls -l /packages/icu74-74.1-6/.self/data/icu/74.1
# debugging attempts to fix build errors
# ls -l /system/data/icu/74.1
# ls -l /packages/icu74-74.1-6/.self/data/icu/74.1
# runConfigure ./configure || { cat config.log; exit 1; }
runConfigure --omit-dirs "sysconfdir binDir" ./configure \