Skip to content

Commit c315780

Browse files
authored
specify literal gcc instead of jinja gcc
runners have gcc natively, we shouldn't need to go searching anaconda (which doesn't have the mac gcc builds) anyway
1 parent 91c0b15 commit c315780

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.conda/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ build:
1111

1212
requirements:
1313
build:
14-
- {{ compiler('gcc') }}
14+
- gcc
1515
host:
1616
- conda-forge::cairo
1717
- conda-forge::cairocffi
@@ -176,4 +176,4 @@ test:
176176
about:
177177
home: https://github.com/ReactionMechanismGenerator/RMG-Py
178178
license: MIT
179-
summary: "A program for automatically generating kinetic models of chemical reaction mechanisms."
179+
summary: "A program for automatically generating kinetic models of chemical reaction mechanisms."

0 commit comments

Comments
 (0)