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

3
.gitignore vendored
View File

@ -13,4 +13,5 @@ Makefile.in
.DS_Store .DS_Store
*~ *~
/*/env /*/env
/*/build /*/build
/Grid/json.hpp

View File

@ -2,5 +2,10 @@
set -euo pipefail 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 mkdir -p .buildutils/m4
autoreconf -fvi autoreconf -fvi

File diff suppressed because it is too large Load Diff