[135847] trunk/dports/science/volk

Michael Dickens michaelld at macports.org
Wed May 6 10:56:14 PDT 2015


As a "related aside", running lint on my current volk port (which moves
the compilers_blacklist_version PortGroup into just where it is needed),
results in:
{{{
% port lint --nitpick volk
--->  Verifying Portfile for volk
Error: Line 35 uses compiler.blacklist in a way that requires the
compiler_blacklist_versions portgroup, but this portgroup has not been
included
Error: Line 129 uses compiler.blacklist in a way that requires the
compiler_blacklist_versions portgroup, but this portgroup has not been
included
Error: Line 142 uses compiler.blacklist in a way that requires the
compiler_blacklist_versions portgroup, but this portgroup has not been
included
--->  3 errors and 0 warnings found.
}}}

Line 35 is "compiler.blacklist-append *gcc-3.* {*gcc-4.[0-2]}"

Line 129 is "compiler.blacklist-append *clang* {*gcc-4.[3-6]}"

Line 142 is "compiler.blacklist-append *gcc* {clang < 500}"

Line 141 is "PortGroup compiler_blacklist_versions 1.0" ... so, "lint"
needs to some where here ;) - MLD


More information about the macports-dev mailing list