mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
34 lines
1.1 KiB
Tcl
34 lines
1.1 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup github 1.0
|
|
PortGroup cmake 1.1
|
|
|
|
github.setup simdjson simdjson 4.6.1 v
|
|
github.tarball_from archive
|
|
revision 0
|
|
|
|
homepage https://simdjson.org/
|
|
|
|
description C++ library for parsing gigabytes of JSON per second
|
|
|
|
long_description \
|
|
The ${name} library uses commonly available SIMD instructions and \
|
|
microparallel algorithms to parse JSON 4x faster than RapidJSON and \
|
|
25x faster than JSON for Modern C++.
|
|
|
|
categories devel
|
|
license Apache-2
|
|
maintainers nomaintainer
|
|
|
|
checksums rmd160 73b2a3b442cd29ed1ac10d2b29ad8be7f61a3683 \
|
|
sha256 372db94d6c4cd3ea2ff9fd9e68a9aa173436752a643580f3078bebcf612e01fa \
|
|
size 6673925
|
|
|
|
compiler.cxx_standard 2011
|
|
|
|
configure.args-append \
|
|
-DBUILD_SHARED_LIBS=ON
|
|
|
|
patchfiles patch-build-flags-on-x86.diff
|