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:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup cmake 1.1
|
|
PortGroup github 1.0
|
|
PortGroup legacysupport 1.1
|
|
|
|
# posix_memalign
|
|
legacysupport.newest_darwin_requires_legacy 9
|
|
|
|
github.setup opencv ade 0.1.2e v
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
revision 0
|
|
categories-append devel
|
|
license Apache
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description Graph construction, manipulation, and processing framework.
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/opencv/ade
|
|
|
|
checksums rmd160 0619c483ea0102abd224a5cdcd73904b66f6b8ff \
|
|
sha256 6b99e0e6d48510e3bacd83c54279225d6c6533e523cfc705db6619e4ee6b0695 \
|
|
size 117078
|
|
|
|
compiler.cxx_standard 2011
|
|
|
|
compiler.blacklist-append *gcc-4.* {clang < 900} {macports-clang-3.[0-9]} {macports-clang-[4-6].0}
|
|
compiler.fallback-append macports-clang-8.0 macports-clang-7.0
|
|
|
|
# GCC error: '{anonymous}::HostBufferImpl::~HostBufferImpl()' defined but not used
|
|
configure.cxxflags -Wno-unused-function
|