Files

36 lines
1.2 KiB
Tcl
Raw Permalink Normal View History

2019-04-09 12:55:10 +02:00
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup github 1.0
PortGroup cmake 1.1
platforms darwin macosx
categories science
license Boost-1
2020-02-29 15:27:44 +01:00
maintainers {ra1nb0w @ra1nb0w} {michaelld @michaelld} openmaintainer
2019-04-09 12:55:10 +02:00
description A collection of core processing blocks for Pothos
long_description The processing blocks found in this project offer \
core functionality, and do not incur external dependencies. More \
information to come as this project fills in.
2021-01-25 09:20:09 +01:00
github.setup pothosware PothosBlocks 0.5.3 pothos-blocks-
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
2021-01-25 09:20:09 +01:00
checksums rmd160 1c165da5add5ada0a02cd2a62ef9c7c0fea68d40 \
sha256 c2ae2dad698220dd919a2cef01bcc1c2c9aad63c4088f48a64b6e1467147ad54 \
size 64524
2022-10-18 20:38:24 +02:00
revision 2
2019-04-09 12:55:10 +02:00
2020-02-29 14:53:17 +01:00
compiler.cxx_standard 2011
2023-07-13 08:22:48 -04:00
# Needed due to nlohmann-json:
# error: field has incomplete type
compiler.blacklist-append \
{clang < 900}
2019-04-09 12:55:10 +02:00
depends_lib-append \
port:PothosCore \
port:poco \
2019-11-14 07:54:23 +01:00
port:nlohmann-json