octave: enable JSON
Add rapidjson to inputs, which enables the functions jsonencode and jsondecode.
This commit is contained in:
parent
5a9b4e6cfa
commit
5ed3812a9f
@ -25,6 +25,7 @@
|
||||
, fftwSinglePrec
|
||||
, zlib
|
||||
, curl
|
||||
, rapidjson
|
||||
, blas, lapack
|
||||
# These two should use the same lapack and blas as the above
|
||||
, qrupdate, arpack, suitesparse ? null
|
||||
@ -130,6 +131,7 @@ let
|
||||
fltk
|
||||
zlib
|
||||
curl
|
||||
rapidjson
|
||||
blas'
|
||||
lapack'
|
||||
libsndfile
|
||||
|
Loading…
Reference in New Issue
Block a user