Ottomata has submitted this change and it was merged.

Change subject: statistics: Add packages for rgdal
......................................................................


statistics: Add packages for rgdal

rgdal is an R package(http://cran.r-project.org/web/packages/rgdal/index.html),
installed using regular R means (that don't require puppet). This one is an
interface to gdal, and I think lzia is doing some analysis/research that
requires gdal. Since it just binds to gdal, it requires the packages be
installed via apt.

Change-Id: I0894b784bbe186148ce16007db51c83b311c8e36
---
M manifests/misc/statistics.pp
1 file changed, 2 insertions(+), 0 deletions(-)

Approvals:
  Ottomata: Verified; Looks good to me, approved
  jenkins-bot: Verified



diff --git a/manifests/misc/statistics.pp b/manifests/misc/statistics.pp
index 6f62de5..d9f6e6e 100644
--- a/manifests/misc/statistics.pp
+++ b/manifests/misc/statistics.pp
@@ -87,6 +87,8 @@
         'zpubsub',
         # libwww-perl for wikistats stuff
         'libwww-perl',
+        'libgdal1-dev', # Requested by lzia for rgdal
+        'libproj-dev', # Requested by lzia for rgdal
     ]:
         ensure => 'latest',
     }

-- 
To view, visit https://gerrit.wikimedia.org/r/148847
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I0894b784bbe186148ce16007db51c83b311c8e36
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Yuvipanda <yuvipa...@gmail.com>
Gerrit-Reviewer: Ottomata <o...@wikimedia.org>
Gerrit-Reviewer: Yuvipanda <yuvipa...@gmail.com>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to