+nlohmann-json, +xtensor

This commit is contained in:
K.I.A.Derouiche 2019-03-22 23:42:41 +01:00
parent 15696119b8
commit 5c173cea4b
9 changed files with 140 additions and 0 deletions

View File

@ -4958,6 +4958,7 @@ SUBDIR+= xspdapp
SUBDIR+= xspread
SUBDIR+= xssp
SUBDIR+= xtags
SUBDIR+= xtl-quant-stack
SUBDIR+= xtraceroute
SUBDIR+= xtreemfs-client
SUBDIR+= xtreemfs-server
@ -4991,6 +4992,7 @@ SUBDIR+= zenity
SUBDIR+= zero-epwing-git
SUBDIR+= zetacoin
SUBDIR+= zinf
SUBDIR+= zimpl
SUBDIR+= zip-devel
SUBDIR+= ziparchive
SUBDIR+= zipios

2
nlohmann-json/DESCR Normal file
View File

@ -0,0 +1,2 @@
JSON for Modern C++ is an open-source library consisting of a C++11-style
header-only JSON class

23
nlohmann-json/Makefile Normal file
View File

@ -0,0 +1,23 @@
# $NetBSD$
GITHUB_PROJECT= json
DISTNAME= v3.6.1
PKGNAME= nlohmann-${GITHUB_PROJECT}-${DISTNAME:S/v//}
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=nlohmann/}
DIST_SUBDIR= ${GITHUB_PROJECT}
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= https://nlohmann.github.io/json/
COMMENT= JSON library for Modern C++
LICENSE= mit
WRKSRC= ${WRKDIR}/json-3.6.1
USE_CMAKE= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
PKGCONFIG_OVERRIDE+= benchmarks/thirdparty/benchmark/cmake/benchmark.pc.in
.include "../../mk/bsd.pkg.mk"

5
nlohmann-json/PLIST Normal file
View File

@ -0,0 +1,5 @@
@comment $NetBSD$
include/nlohmann/json.hpp
lib/cmake/nlohmann_json/nlohmann_jsonConfig.cmake
lib/cmake/nlohmann_json/nlohmann_jsonConfigVersion.cmake
lib/cmake/nlohmann_json/nlohmann_jsonTargets.cmake

6
nlohmann-json/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (json/v3.6.1.tar.gz) = 581e1d1c89c65670fb5212d74493a4545d9ab91c
RMD160 (json/v3.6.1.tar.gz) = 52f0911cff6134aa0b1f6a32efc05728bd67b2d8
SHA512 (json/v3.6.1.tar.gz) = e0565ccdee34e89a6836a97f039c04a0bac445b44f6f323918ea424b34e4577688a4f4f72d5ef1ec0b53d159bfe87e8e9c97b70ef98231ea463f59f05e16eb2a
Size (json/v3.6.1.tar.gz) = 118862808 bytes

7
xtensor/DESCR Normal file
View File

@ -0,0 +1,7 @@
xtensor is a C++ library meant for numerical analysis with multi-dimensional
array expressions.
xtensor provides:
* an extensible expression system enabling lazy broadcasting
* an API following the idioms of the C++ standard library
* tools to manipulate array expressions and build upon xtensor

23
xtensor/Makefile Normal file
View File

@ -0,0 +1,23 @@
# $NetBSD$
GITHUB_PROJECT= xtensor
DISTNAME= 0.19.4
PKGNAME= ${GITHUB_PROJECT}-${DISTNAME}
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GITHUB:=QuantStack/}
DIST_SUBDIR= ${GITHUB_PROJECT}
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= https://quantstack.net/xtensor.html
COMMENT= Multi-dimensional arrays with broadcasting and lazy computing
LICENSE= 2-clause-bsd
WRKSRC= ${WRKDIR}/xtensor-0.19.4
USE_CMAKE= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
PKGCONFIG_OVERRIDE+= xtensor.pc.in
.include "../../wip/xtl-quant-stack/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

66
xtensor/PLIST Normal file
View File

@ -0,0 +1,66 @@
@comment $NetBSD$
include/xtensor/xaccumulator.hpp
include/xtensor/xadapt.hpp
include/xtensor/xarray.hpp
include/xtensor/xassign.hpp
include/xtensor/xaxis_iterator.hpp
include/xtensor/xbroadcast.hpp
include/xtensor/xbuffer_adaptor.hpp
include/xtensor/xbuilder.hpp
include/xtensor/xcomplex.hpp
include/xtensor/xcontainer.hpp
include/xtensor/xcsv.hpp
include/xtensor/xdynamic_view.hpp
include/xtensor/xeval.hpp
include/xtensor/xexception.hpp
include/xtensor/xexpression.hpp
include/xtensor/xexpression_holder.hpp
include/xtensor/xfixed.hpp
include/xtensor/xfunction.hpp
include/xtensor/xfunctor_view.hpp
include/xtensor/xgenerator.hpp
include/xtensor/xhistogram.hpp
include/xtensor/xindex_view.hpp
include/xtensor/xinfo.hpp
include/xtensor/xio.hpp
include/xtensor/xiterable.hpp
include/xtensor/xiterator.hpp
include/xtensor/xjson.hpp
include/xtensor/xlayout.hpp
include/xtensor/xmanipulation.hpp
include/xtensor/xmasked_value.hpp
include/xtensor/xmasked_view.hpp
include/xtensor/xmath.hpp
include/xtensor/xmime.hpp
include/xtensor/xnoalias.hpp
include/xtensor/xnorm.hpp
include/xtensor/xnpy.hpp
include/xtensor/xoffset_view.hpp
include/xtensor/xoperation.hpp
include/xtensor/xoptional.hpp
include/xtensor/xoptional_assembly.hpp
include/xtensor/xoptional_assembly_base.hpp
include/xtensor/xoptional_assembly_storage.hpp
include/xtensor/xrandom.hpp
include/xtensor/xreducer.hpp
include/xtensor/xscalar.hpp
include/xtensor/xsemantic.hpp
include/xtensor/xshape.hpp
include/xtensor/xslice.hpp
include/xtensor/xsort.hpp
include/xtensor/xstorage.hpp
include/xtensor/xstrided_view.hpp
include/xtensor/xstrided_view_base.hpp
include/xtensor/xstrides.hpp
include/xtensor/xtensor.hpp
include/xtensor/xtensor_config.hpp
include/xtensor/xtensor_forward.hpp
include/xtensor/xtensor_simd.hpp
include/xtensor/xutils.hpp
include/xtensor/xvectorize.hpp
include/xtensor/xview.hpp
include/xtensor/xview_utils.hpp
lib/cmake/xtensor/xtensorConfig.cmake
lib/cmake/xtensor/xtensorConfigVersion.cmake
lib/cmake/xtensor/xtensorTargets.cmake
lib/pkgconfig/xtensor.pc

6
xtensor/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (xtensor/0.19.4.tar.gz) = c20e91eaeb8515cd2204c79a397217edd9a8a18e
RMD160 (xtensor/0.19.4.tar.gz) = fbd5ef6bf7b1eb570a7bae48237e37a0d8e33e51
SHA512 (xtensor/0.19.4.tar.gz) = 4efb7c9159336d78c8260238f499a83c6411b9e43996a6fa50a75a23bc1ddc29226cb904384607037cb7fe7c0d29e54706c9c09dbdfb8e078d1156b0536a8417
Size (xtensor/0.19.4.tar.gz) = 907251 bytes