Skip to content

Commit bdec1a1

Browse files
committed
remove narray in favour of nmatrix
1 parent fe59b59 commit bdec1a1

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

Gemfile

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,16 @@ gem 'jekyll','~>4.1.0'
44
gem '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
915
gem '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
1117
gem 'classifier-reborn'
1218

1319
group :jekyll_plugins do

Gemfile.lock

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ GEM
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

0 commit comments

Comments
 (0)