Skip to content

Commit e05b0b2

Browse files
committed
restore --lsi option + gsl/nmatrix gems
1 parent ba396ed commit e05b0b2

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
enable_cache: true
4040
# format_output: true
41-
custom_opts: '--profile'
41+
custom_opts: '--lsi --profile'
4242

4343
# - name: 🚀 deploy
4444
# uses: peaceiris/[email protected]

Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ gem 'jekyll','~>4.1.0'
1111
# https://github.com/0xdevalias/devalias.net/issues/83
1212
# https://github.com/jekyll/classifier-reborn/issues/192
1313
# https://github.com/SciRuby/rb-gsl/issues/63
14-
#gem 'nmatrix'
15-
#gem 'gsl' # Note: you need to install a compatible version (eg. 2.1) of gsl first: brew install [email protected]
14+
gem 'nmatrix'
15+
gem 'gsl' # Note: you need to install a compatible version (eg. 2.1) of gsl first: brew install [email protected]
1616
gem 'classifier-reborn'
1717

1818
group :jekyll_plugins do

Gemfile.lock

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ GEM
33
specs:
44
addressable (2.7.0)
55
public_suffix (>= 2.0.2, < 5.0)
6+
backports (3.18.1)
67
classifier-reborn (2.2.0)
78
fast-stemmer (~> 1.0)
89
colorator (1.1.0)
@@ -18,6 +19,7 @@ GEM
1819
fast-stemmer (1.0.2)
1920
ffi (1.13.1)
2021
forwardable-extended (2.6.0)
22+
gsl (2.1.0.3)
2123
http_parser.rb (0.6.0)
2224
i18n (1.8.4)
2325
concurrent-ruby (~> 1.0)
@@ -76,9 +78,13 @@ GEM
7678
rb-inotify (~> 0.9, >= 0.9.10)
7779
mercenary (0.4.0)
7880
multipart-post (2.1.1)
81+
nmatrix (0.2.4)
82+
packable (~> 1.3, >= 1.3.5)
7983
octokit (4.18.0)
8084
faraday (>= 0.9)
8185
sawyer (~> 0.8.0, >= 0.5.3)
86+
packable (1.3.14)
87+
backports
8288
pathutil (0.16.2)
8389
forwardable-extended (~> 2.6)
8490
public_suffix (4.0.5)
@@ -104,6 +110,7 @@ PLATFORMS
104110

105111
DEPENDENCIES
106112
classifier-reborn
113+
gsl
107114
jekyll (~> 4.1.0)
108115
jekyll-commonmark
109116
jekyll-compose
@@ -119,6 +126,7 @@ DEPENDENCIES
119126
jekyll-time-to-read
120127
jekyll-twitter-plugin
121128
jekyll_version_plugin
129+
nmatrix
122130

123131
BUNDLED WITH
124132
2.1.4

0 commit comments

Comments
 (0)