Files

31 lines
1.2 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 cmake 1.1
PortGroup github 1.0
github.setup inilabs libcaer 2.4.0
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
categories devel
license BSD
maintainers {@ierofant gmail.com:aw.kornilov} openmaintainer
description Minimal C library to access, configure and get/send AER data
long_description Minimal C library to access, configure and get/send AER data from sensors \
or to/from neuromorphic processors. Supported devices are the Dynamic Vision Sensor (DVS), \
all the DAVIS cameras, and the Dynap-se neuromorphic processor.
depends_build-append \
port:pkgconfig
depends_lib-append path:lib/pkgconfig/libusb-1.0.pc:libusb
checksums rmd160 67b5c16b8da39a193249dcdd055d90a9930cd9e4 \
sha256 431b606934b40de498a7d0f50876745b92b95d64b5ea81da0a52d055a2b89cd7
compiler.cxx_standard 2011
compiler.blacklist-append \
{clang < 602}