conda-forge / libtvm-feedstock

A conda-smithy repository for libtvm.
BSD 3-Clause "New" or "Revised" License
0 stars 7 forks source link

fixing builds #27

Closed ngam closed 2 years ago

ngam commented 2 years ago

fixes #25

Checklist

conda-forge-linter commented 2 years ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

ngam commented 2 years ago

@conda-forge-admin, please rerender

ngam commented 2 years ago

@conda-forge/core I am getting a "note" and a "warning" about needing a target of macos 11.0 or newer, but not an error. I am not really sure what's the best course of action here. Previously, I set the target for 11 and called it a day, but maybe that goes against the policies/procedures around here? So could someone please give this a look and help? Thanks!

cc @marcelotrevisani if you'd like to weigh in since you're part of core as well :)

$SRC_DIR/src/runtime/contrib/bnns/bnns_json_runtime.cc:307:73: note: enclose 'BNNSDataLayoutVector' in a __builtin_available check to silence this warning
    auto dst_view = TView::as_is(dst_t).extract_outer_dim().with_layout(BNNSDataLayoutVector);
                                                                        ^~~~~~~~~~~~~~~~~~~~
$SRC_DIR/src/runtime/contrib/bnns/bnns_json_runtime.cc:313:53: warning: 'BNNSDataLayoutVector' is only available on macOS 11.0 or newer [-Wunguarded-availability-new]
      bias_view = TView::as_is(bias_md).with_layout(BNNSDataLayoutVector);
                                                    ^~~~~~~~~~~~~~~~~~~~
/Applications/Xcode_12.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Headers/BNNS/bnns_constants.h:1134:3: note: 'BNNSDataLayoutVector' has been marked as being introduced in macOS 11.0 here, but the deployment target is macOS 10.9.0
  BNNSDataLayoutVector                         __API_AVAILABLE(macos(11.0), ios(14.0), watchos(7.0), tvos(14.0)) = 0x10000,
  ^
ngam commented 2 years ago

@conda-forge-admin, please rerender

ngam commented 2 years ago

@conda-forge-admin, please rerender