mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
academic/rpy2: Updated for version 3.4.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
586de8ca7f
commit
e61b11fd71
2 changed files with 8 additions and 7 deletions
|
@ -24,7 +24,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=rpy2
|
||||
VERSION=${VERSION:-3.4.3}
|
||||
VERSION=${VERSION:-3.4.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -87,10 +87,11 @@ fi
|
|||
## make sure that R has been compiled with
|
||||
## --enable-R-shlib
|
||||
## --enable-BLAS-shlib
|
||||
RHOMLIB=$(R RHOME)/lib
|
||||
echo "R libs are in $RHOMLIB"
|
||||
RHOMLIB=$(R RHOME)
|
||||
echo Found R libs:
|
||||
echo $RHOMLIB/lib/*
|
||||
|
||||
if ! [ "$(readelf -h $RHOMLIB/libR*.so | grep DYN)" ]; then
|
||||
if ! [ "$(readelf -h $RHOMLIB/lib/libR*.so | grep DYN)" ]; then
|
||||
echo "Error: R is not compiled with shared libraries." >&2
|
||||
exit 1
|
||||
fi
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="rpy2"
|
||||
VERSION="3.4.3"
|
||||
VERSION="3.4.5"
|
||||
HOMEPAGE="https://rpy2.github.io/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/r/rpy2/rpy2-3.4.3.tar.gz"
|
||||
MD5SUM="bf3572caed450c5f88c5295f3eda6137"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/r/rpy2/rpy2-3.4.5.tar.gz"
|
||||
MD5SUM="8842b153925a2eca21e2552e964facbb"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="R cffi Jinja2 python3-pytest tzlocal"
|
||||
|
|
Loading…
Reference in a new issue