From 40f62faa6b59f787daaa62697c83792bb3fe800c Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 11 Aug 2014 01:20:36 +0200 Subject: [PATCH] getting gsl installed --- Gemfile | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index e7b08487..a47bef38 100644 --- a/Gemfile +++ b/Gemfile @@ -2,15 +2,18 @@ source "https://rubygems.org" group :development do -gem 'jekyll' -gem 'jekyll-sitemap' -gem 'jekyll-timeago' -gem 'rouge' -gem 'mini_magick' -gem 'fileutils' + + gem 'jekyll' + gem 'jekyll-sitemap' + gem 'jekyll-timeago' + gem 'rouge' + gem 'mini_magick' + gem 'fileutils' + # for faster LSI generation + #gem 'gsl' + # from http://tonyarnold.com/2014/03/27/speeding-up-jekylls-latent-semantic-mapping.html + gem 'narray', :git => "https://github.com/tonyarnold/narray" + gem 'gsl', :git => "https://github.com/tonyarnold/rb-gsl" + end -# for faster LSI generation -# from http://tonyarnold.com/2014/03/27/speeding-up-jekylls-latent-semantic-mapping.html -#gem 'narray', :git => "https://github.com/tonyarnold/narray" -#gem 'gsl', :git => "https://github.com/tonyarnold/rb-gsl" \ No newline at end of file