forked from portelli/lattice-benchmarks
remove json.hpp from repo
This commit is contained in:
parent
f68930d6b5
commit
928528ccfe
3
.gitignore
vendored
3
.gitignore
vendored
@ -13,4 +13,5 @@ Makefile.in
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
*~
|
*~
|
||||||
/*/env
|
/*/env
|
||||||
/*/build
|
/*/build
|
||||||
|
/Grid/json.hpp
|
@ -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
|
||||||
|
24640
Grid/json.hpp
24640
Grid/json.hpp
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user