19 lines
547 B
BlitzBasic
19 lines
547 B
BlitzBasic
SUMMARY = "A collection of multi-dimensional data structures and indexing algorithms"
|
|
HOMEPAGE = "https://gitlab.com/mdds/mdds"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=60a6093677ded88b5e28677e52a0c011"
|
|
|
|
inherit autotools-brokensep pkgconfig
|
|
|
|
SRC_URI = " \
|
|
git://gitlab.com/mdds/mdds.git;protocol=https;branch=master \
|
|
file://0001-configure.ac-remove-fixed-paths-causing-trouble-when.patch \
|
|
"
|
|
PV = "2.0.1"
|
|
SRCREV = "311ba9e0ff8c29e50829ce5a8e936fbce288c6d7"
|
|
S = "${WORKDIR}/git"
|
|
|
|
DEPENDS = "boost"
|
|
|
|
BBCLASSEXTEND = "native"
|