From 990597c432ee69751c7ef2085dcc4f12a16ac704 Mon Sep 17 00:00:00 2001 From: Mark Harfouche Date: Sun, 5 Nov 2023 07:47:46 -0500 Subject: [PATCH] fixup --- recipe/meta.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index e556dd53..43fb4181 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,8 +1,7 @@ -{% set name = "onnx" %} {% set version = "1.14.1" %} package: - name: libonnx + name: onnx-split version: {{ version }} source: @@ -19,8 +18,7 @@ outputs: - name: libonnx script: build_libonnx.sh # [unix] script: bld_libonnx.bat # [win] - build: - run_exports: {{ pin_subpackage('libonnx', max_pin='x.x') }} + run_exports: {{ pin_subpackage('libonnx', max_pin='x.x') }} requirements: build: - {{ compiler('c') }}