39 lines
2.7 KiB
Plaintext
39 lines
2.7 KiB
Plaintext
# Created by paludis-3.0.0 on Fri Nov 24 23:31:01 CET 2017
|
|
CHOST="x86_64-pc-linux-gnu"
|
|
DEPENDENCIES="( build: sys-devel/libtool sys-devel/autoconf:2.5 sys-devel/automake:1.15 ) [[ defined-in = [ autotools.exlib ] ]] ( build: dev-libs/boost ) [[ defined-in = [ mdds.exlib ] ]]"
|
|
DESCRIPTION=" mdds provides the following data structures: Segment tree: A balanced-binary-tree based data structure efficient for detecting all intervals (or segments) that contain a given point. Flat segment tree: A variant of segment tree that is designed to store a collection of non-overlapping segments. Rectangle set: Stores 2-dimensional rectangles and provides an efficient way to query all rectangles that contain a given point in 2-dimensional space. Point quad tree: Stores 2-dimensional points and provides an efficient way to query all points within specified rectangular region. Multi-type vector: Storage of unspecified number of types in a single logical array such that contiguous elements of identical type are stored in contiguous segment in memory. Multi-type matrix: A matrix structure that allows storage of four different element types: numeric, string, boolean and empty."
|
|
EAPI="pbin-1+exheres-0"
|
|
HOMEPAGE="https://gitlab.com/mdds/mdds"
|
|
INHERITED=" gitlab dependencies-helpers autotools mdds"
|
|
MYOPTIONS="( ) "
|
|
PLATFORMS="~amd64 ~x86"
|
|
LICENCES="MIT"
|
|
SLOT="0"
|
|
DOWNLOADS="https://kohei.us/files/mdds/src/mdds-1.3.1.tar.bz2"
|
|
OPTIONS=""
|
|
GENERATED_USING="paludis-3.0.0"
|
|
GENERATED_TIME="1511562661"
|
|
SUBOPTIONS="AMD64_CPU_FEATURES ANT_DATA_TYPES ANT_SCRIPTING ANT_TASKS APACHE_MODULES ARM_CPU_FEATURES COCKPIT_COMPONENTS CONTRIB_MODULES COURIER_MODULES ENCODINGS EPIPHANY_EXTENSIONS EXTENSIONS FPRINT_DRIVERS GCC_VERSION GIT_REMOTE_HELPERS GSTREAMER_PLUGINS IM_PROTOCOLS INPUT_DRIVERS KDE_PARTS KIPI_PLUGINS KOPETE_PLUGINS LIBC LINGUAS LUA_ABIS MODULES MULTIBUILD_C NGINX_MODULES NUT_DRIVERS P2P_NETWORKS PCSC_DRIVERS PHP_ABIS PHP_EXTENSIONS PLATFORM PLUGINS POSTGRESQL_EXTENSIONS PROVIDERS PYTHON_ABIS RUBY_ABIS TARGETS VALA_ABIS VIDEO_DRIVERS X86_CPU_FEATURES"
|
|
HIDDEN_SUBOPTIONS="ARM_CPU_FEATURES LIBC MULTIBUILD_C PLATFORM X86_CPU_FEATURES"
|
|
ASFLAGS=""
|
|
CBUILD=""
|
|
CC="x86_64-pc-linux-gnu-cc"
|
|
CFLAGS="-march=native -pipe -O2"
|
|
CHOST="x86_64-pc-linux-gnu"
|
|
CTARGET=""
|
|
CXX="x86_64-pc-linux-gnu-c++"
|
|
CXXFLAGS="-march=native -pipe -O2"
|
|
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu"
|
|
LIBCXXFLAGS=""
|
|
GENERATED_FROM_REPOSITORY="office"
|
|
PLATFORMS="~amd64 ~x86"
|
|
BINARY_PLATFORMS="~amd64"
|
|
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-libs--mdds-1.3.1--C.4823.1511562661.440988.C.tar.bz2"
|
|
SUMMARY="Collection of multi-dimensional data structures and indexing algorithms"
|
|
BUGS_TO=""
|
|
REMOTE_IDS=" gitlab:mdds/mdds"
|
|
UPSTREAM_CHANGELOG=""
|
|
UPSTREAM_RELEASE_NOTES=""
|
|
UPSTREAM_DOCUMENTATION=""
|
|
SCM_REVISION=""
|