summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2017-10-03 02:46:32 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2017-10-03 02:46:32 +0200
commit7abefc4d0787b9bda965d7dac533e2bde783dcef (patch)
tree4cef50bc15bdecf1346073e299052edb39e9a7cc
parente849e952122d551ca1be08059d05302d06bfd9af (diff)
Revert to tightening build dependency on r-base-dev
For the last backport I adapted it to R 3.4.1 instead of R 3.4.2 as I forgot to bump the number. I reverted the change in the build script however as the tightened build dependency may be useful for the next r-api transition(s).
-rwxr-xr-xbackport4
1 files changed, 4 insertions, 0 deletions
diff --git a/backport b/backport
index 7b698bf..c9d8e3c 100755
--- a/backport
+++ b/backport
@@ -7,6 +7,10 @@ export ARCH
# R version against which the software is compiled
iteration=0
+Rversion=3.4.2
+
+# Set required r-base-dev version for packages build-depending on R
+rbasedev="r-base-dev (>= $Rversion)"
# Where the buildresults should be stored and where to look for current backports
rcrandir=/home/jranke/svn/website/www/ranke/r-cran

Contact - Imprint