blob: 5129280144307f7711b3243cb86995a4caf576cd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
# Generated by devtools/yamaker from nixpkgs 22.11.
LIBRARY()
LICENSE(
Apache-2.0 AND
BSD-3-Clause AND
MIT
)
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
VERSION(3.11.1)
ORIGINAL_SOURCE(https://github.com/simdjson/simdjson/archive/v3.11.1.tar.gz)
ADDINCL(
GLOBAL contrib/libs/simdjson/include
contrib/libs/simdjson/src
)
NO_COMPILER_WARNINGS()
NO_UTIL()
CFLAGS(
-DSIMDJSON_AVX512_ALLOWED=1
-DSIMDJSON_UTF8VALIDATION=1
)
SRCS(
src/simdjson.cpp
)
END()
|