remove json.hpp from repo

This commit is contained in:
Antonin Portelli 2023-01-27 12:34:49 +00:00
parent f68930d6b5
commit 928528ccfe
3 changed files with 7 additions and 24641 deletions

1
.gitignore vendored
View File

@ -14,3 +14,4 @@ Makefile.in
*~
/*/env
/*/build
/Grid/json.hpp

View File

@ -2,5 +2,10 @@
set -euo pipefail
json_url='https://github.com/nlohmann/json/blob/bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d/single_include/nlohmann/json.hpp'
if [ ! -f json.hpp ]; then
wget ${json_url}
fi
mkdir -p .buildutils/m4
autoreconf -fvi

File diff suppressed because it is too large Load Diff