On May 1, 2018, at 12:52, Chris Jones wrote: > +# Enable variants that only seem to work when not using macports clang... > +if [expr ![string match macports-clang-* ${configure.compiler}] ] { > + default_variants-append +veccore +davix > +} You don't really need [expr] here, do you?