R, put all in one package (#7755)

This commit is contained in:
Schrijvers Luc
2023-01-08 17:54:14 +01:00
committed by GitHub
parent bda2b7e1dc
commit 8e7b5530af

View File

@@ -13,7 +13,7 @@ variety of specific purposes but are not distributed with this package."
HOMEPAGE="https://www.r-project.org/"
COPYRIGHT="2022 The R Foundation for Statistical Computing"
LICENSE="GNU GPL v2"
REVISION="2"
REVISION="3"
SOURCE_URI="https://cloud.r-project.org/src/base/R-4/R-$portVersion.tar.gz"
CHECKSUM_SHA256="0ff62b42ec51afa5713caee7c4fde7a0c45940ba39bef8c5c9487fef0c953df5"
SOURCE_DIR="R-$portVersion"
@@ -32,6 +32,8 @@ PROVIDES="
r$secondaryArchSuffix = $portVersion
cmd:r$commandSuffix
cmd:rscript$commandSuffix
lib:libRmath$secondaryArchSuffix
devel:libRmath$secondaryArchSuffix
"
REQUIRES="
haiku$secondaryArchSuffix
@@ -62,25 +64,6 @@ REQUIRES="
lib:libtiff$secondaryArchSuffix
lib:libz$secondaryArchSuffix
"
SUMMARY_mathlib="Standalone math library from the R project"
PROVIDES_mathlib="
r${secondaryArchSuffix}_mathlib
lib:libRmath$secondaryArchSuffix
"
REQUIRES_mathlib="
haiku$secondaryArchSuffix
lib:libgomp$secondaryArchSuffix
"
SUMMARY_devel="Development files for the R project"
PROVIDES_devel="
r${secondaryArchSuffix}_devel = $portVersion
devel:libRmath$secondaryArchSuffix
"
REQUIRES_devel="
r$secondaryArchSuffix == $portVersion base
r${secondaryArchSuffix}_mathlib
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
@@ -168,9 +151,6 @@ INSTALL()
prepareInstalledDevelLib libRmath
fixPkgconfig
packageEntries devel $developDir
packageEntries mathlib $libDir/libRmath.so
}
TEST()