octave: enable JSON

Add rapidjson to inputs, which enables the functions
jsonencode and jsondecode.
This commit is contained in:
Markus Kowalewski 2022-11-10 10:36:31 +01:00
parent 5a9b4e6cfa
commit 5ed3812a9f
No known key found for this signature in database
GPG Key ID: 502A248E3FB4FF48

View File

@ -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