Skip to content

Commit

Permalink
Try removing root build/host requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Oct 29, 2024
1 parent 74b05d0 commit 53d3738
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions recipes/connectome-workbench/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,31 +16,6 @@ build:
number: 0
skip: true # [osx or 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
- zlib
- freetype
- libglu # [linux]
- glew # [windows]

test:
commands:
- wb_view -help
Expand All @@ -49,7 +24,6 @@ test:

outputs:
- name: {{ name }}-gui
# build/host requirements should exactly match the root requirements
requirements:
build: &build
- {{ compiler('cxx') }}
Expand Down

0 comments on commit 53d3738

Please sign in to comment.