From 874602a10515f7685c5163da73f8a541a5a7cc7f Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Tue, 15 Oct 2024 19:33:03 -0400 Subject: [PATCH] Add more runtime requirements --- recipes/connectome-workbench/meta.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/recipes/connectome-workbench/meta.yaml b/recipes/connectome-workbench/meta.yaml index 9f1ae48321003..53cb1fb696899 100644 --- a/recipes/connectome-workbench/meta.yaml +++ b/recipes/connectome-workbench/meta.yaml @@ -57,9 +57,14 @@ outputs: include: - bin/wb_view requirements: + - {{ stdlib('c') }} + - llvm-openmp # [osx] + - libgomp # [linux] - qt-main - libgl # [linux] - libglu # [linux] + - freetype + - libzlib - name: {{ name }}-cli files: include: @@ -67,9 +72,14 @@ outputs: - bin/wb_shortcuts - share/bash-completion/completions/* requirements: + - {{ stdlib('c') }} + - llvm-openmp # [osx] + - libgomp # [linux] - qt-main - libgl # [linux] - libglu # [linux] + - freetype + - libzlib test: commands: