Skip to content

Commit

Permalink
Comment out GUI and metapackage for now
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Oct 14, 2024
1 parent 20c5715 commit 30d9af5
Showing 1 changed file with 42 additions and 41 deletions.
83 changes: 42 additions & 41 deletions recipes/connectome-workbench/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,49 +23,50 @@ build:
number: 0

outputs:
- name: {{ name }}-gui
script: build_gui.sh
requirements:
build:
- {{ compiler('cxx') }}
- {{ stdlib('c') }}
- cmake >=3.0
- ninja
- qwt
# OpenMP
- llvm-openmp # [osx]
- libgomp # [linux]
# libGL
- {{ cdt('mesa-libgl-devel') }} # [linux]
- {{ cdt('mesa-dri-drivers') }} # [linux]
- {{ cdt('libxdamage') }} # [linux]
- {{ cdt('libxxf86vm') }} # [linux]
- {{ cdt('libxext') }} # [linux]
host:
- qt
- openssl
- libzlib
# - xorg-libxfixes # [linux]
- zlib
- freetype
- libglu # [linux]
- glew # [windows]
run:
- qt-main
- libgl # [linux]
- libglu # [linux]
test:
commands:
- wb_view -help
# - name: {{ name }}-gui
# script: build_gui.sh # [not win]
# script: build_gui.bat # [win]
# requirements:
# build:
# - {{ compiler('cxx') }}
# - {{ stdlib('c') }}
# - cmake >=3.0
# - ninja
# - qwt
# # OpenMP
# - llvm-openmp # [osx]
# - libgomp # [linux]
# # libGL
# - {{ cdt('mesa-libgl-devel') }} # [linux]
# - {{ cdt('mesa-dri-drivers') }} # [linux]
# - {{ cdt('libxdamage') }} # [linux]
# - {{ cdt('libxxf86vm') }} # [linux]
# - {{ cdt('libxext') }} # [linux]
# host:
# - qt
# - openssl
# - libzlib
# # - xorg-libxfixes # [linux]
# - zlib
# - freetype
# - libglu # [linux]
# - glew # [windows]
# run:
# - qt-main
# - libgl # [linux]
# - libglu # [linux]
# test:
# commands:
# - wb_view -help
- name: {{ name }}-cli
script: build_cli.sh
script: build_cli.sh # [not win]
script: build_cli.bat # [win]
requirements:
build:
- {{ compiler('cxx') }}
- {{ stdlib('c') }}
- cmake >=3.0
- ninja
- qwt
# OpenMP
- llvm-openmp # [osx]
- libgomp # [linux]
Expand All @@ -91,11 +92,11 @@ outputs:
test:
commands:
- wb_command -version
- name: {{ name }}
requirements:
run:
- {{ pin_subpackage('connectome-workbench-cli', exact=True) }}
- {{ pin_subpackage('connectome-workbench-gui', exact=True) }}
# - name: {{ name }}
# requirements:
# run:
# - {{ pin_subpackage('connectome-workbench-cli', exact=True) }}
# - {{ pin_subpackage('connectome-workbench-gui', exact=True) }}

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

0 comments on commit 30d9af5

Please sign in to comment.