mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
36 lines
1.2 KiB
Tcl
36 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: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
|
|
maintainers {ra1nb0w @ra1nb0w} {michaelld @michaelld} openmaintainer
|
|
|
|
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.
|
|
|
|
github.setup pothosware PothosBlocks 0.5.3 pothos-blocks-
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
checksums rmd160 1c165da5add5ada0a02cd2a62ef9c7c0fea68d40 \
|
|
sha256 c2ae2dad698220dd919a2cef01bcc1c2c9aad63c4088f48a64b6e1467147ad54 \
|
|
size 64524
|
|
revision 2
|
|
|
|
compiler.cxx_standard 2011
|
|
|
|
# Needed due to nlohmann-json:
|
|
# error: field has incomplete type
|
|
compiler.blacklist-append \
|
|
{clang < 900}
|
|
|
|
depends_lib-append \
|
|
port:PothosCore \
|
|
port:poco \
|
|
port:nlohmann-json
|