File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,10 +4,16 @@ gem 'jekyll','~>4.1.0'
44gem 'redcarpet'
55
66# LSI (related posts)
7- # Note: You need to install nmatrix and narray first, and/or export NMATRIX=1 NARRAY=1 before running bundle install, otherwise gsl won't use them
8- gem 'narray'
7+ # Note: You need to install one of nmatrix or narray first, and export NMATRIX=1 or NARRAY=1 before running bundle install
8+ # otherwise gsl won't use them. Note that you can only use one or the other, not both.
9+ # see https://github.com/SciRuby/rb-gsl#nmatrix-and-narray-usage
10+ #
11+ # Both of these seem to be extremely outdated, see:
12+ # https://github.com/0xdevalias/devalias.net/issues/83
13+ # https://github.com/jekyll/classifier-reborn/issues/192
14+ # https://github.com/SciRuby/rb-gsl/issues/63
915gem 'nmatrix'
10- gem 'gsl'
16+ gem 'gsl' # Note: you need to install a compatible version (eg. 2.1) of gsl first: brew install gsl@2.1
1117gem 'classifier-reborn'
1218
1319group :jekyll_plugins do
Original file line number Diff line number Diff line change 7676 mercenary (0.4.0 )
7777 multi_json (1.15.0 )
7878 multipart-post (2.1.1 )
79- narray (0.6.1.2 )
8079 nmatrix (0.2.4 )
8180 packable (~> 1.3 , >= 1.3.5 )
8281 octokit (4.18.0 )
@@ -140,7 +139,6 @@ DEPENDENCIES
140139 jekyll-time-to-read
141140 jekyll-twitter-plugin
142141 jekyll_version_plugin
143- narray
144142 nmatrix
145143 redcarpet
146144
You can’t perform that action at this time.
0 commit comments