Skip to content

Commit 55a2c46

Browse files
mvdbeeknsoranzo
authored andcommitted
Fix fleeqtk recipe
1 parent 4f6c82a commit 55a2c46

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

  • project_templates

project_templates/conda_answers/exercise_2/fleeqtk/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ build:
1212

1313
requirements:
1414
build:
15-
- gcc # [not osx]
16-
- llvm # [osx]
15+
- {{ compiler('c') }}
16+
host:
1717
- zlib
1818
run:
1919
- zlib

project_templates/conda_answers_cwl/exercise_2/fleeqtk/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ build:
1212

1313
requirements:
1414
build:
15-
- gcc # [not osx]
16-
- llvm # [osx]
15+
- {{ compiler('c') }}
16+
host:
1717
- zlib
1818
run:
1919
- zlib

0 commit comments

Comments
 (0)