Skip to content

Commit

Permalink
Remove -split metapackage
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Nov 22, 2024
1 parent 17b1931 commit dd4fe7d
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions recipes/connectome-workbench/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{% set version = "2.0.1" %}

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

source:
Expand Down Expand Up @@ -40,6 +40,9 @@ requirements:
- freetype
- libglu # [linux]
- glew # [windows]
run:
- {{ pin_subpackage('connectome-workbench-cli', exact=True) }}
- {{ pin_subpackage('connectome-workbench-gui', exact=True) }}

test:
commands:
Expand Down Expand Up @@ -123,16 +126,6 @@ outputs:
commands:
- wb_command -version
- wb_shortcuts -help
- name: {{ name }}
requirements:
run:
- {{ pin_subpackage('connectome-workbench-cli', exact=True) }}
- {{ pin_subpackage('connectome-workbench-gui', exact=True) }}
test:
commands:
- wb_view -help
- wb_command -version
- wb_shortcuts -help

about:
home: https://www.humanconnectome.org/software/connectome-workbench
Expand Down

0 comments on commit dd4fe7d

Please sign in to comment.