Skip to content

Commit

Permalink
Give up on implicit metapackage
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Oct 16, 2024
1 parent 54909a7 commit f9e5773
Showing 1 changed file with 21 additions and 20 deletions.
41 changes: 21 additions & 20 deletions recipes/connectome-workbench/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{% set version = "2.0.0" %}

package:
name: {{ name }}
name: {{ name }}-split
version: {{ version }}

source:
Expand Down Expand Up @@ -47,39 +47,40 @@ requirements:
- freetype
- libglu # [linux]
- glew # [windows]
run:
- {{ name }}-gui
- {{ name }}-cli

outputs:
- name: {{ name }}-gui
files:
include:
- bin/wb_view
requirements:
- {{ pin_compatible('libgcc') }} # [linux]
- {{ pin_compatible('libstc++') }} # [linux]
- llvm-openmp # [osx]
- libgl # [linux]
- libglu # [linux]
- qt-main
- freetype
- libzlib
run:
- libgl # [linux]
- libglu # [linux]
- qt-main
- freetype
- libzlib
- name: {{ name }}-cli
files:
include:
- bin/wb_command
- bin/wb_shortcuts
- share/bash-completion/completions/*
requirements:
- {{ pin_compatible('libgcc') }} # [linux]
- {{ pin_compatible('libstc++') }} # [linux]
- llvm-openmp # [osx]
- libgl # [linux]
- libglu # [linux]
- qt-main
- freetype
- libzlib
run:
- libgl # [linux]
- libglu # [linux]
- qt-main
- freetype
- libzlib
- name: {{ name }}
files:
exclude:
- *
requirements:
run:
- {{ pin_subpackage('connectome-workbench-cli', exact=True) }}
- {{ pin_subpackage('connectome-workbench-gui', exact=True) }}

test:
commands:
Expand Down

0 comments on commit f9e5773

Please sign in to comment.