Skip to content

Commit

Permalink
Add more runtime requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Oct 15, 2024
1 parent 3f3eb5f commit 874602a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions recipes/connectome-workbench/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,19 +57,29 @@ 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:
- bin/wb_command
- 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:
Expand Down

0 comments on commit 874602a

Please sign in to comment.