Skip to content

Commit

Permalink
Fix build requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
tsnorri committed Jun 4, 2024
1 parent b05ef4b commit 94eea6d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ source:

requirements:
build:
- boost-cpp =1.82.0
- gcc >=12.3.0
- gengetopt >=2.23
- gxx >=12.3.0
- gxx >=12.3.0,<13
- libboost =1.82.0
- libstdcxx-devel_linux-64 >=12.3.0
- libstdcxx-ng >=12.3.0
- libboost-headers =1.82.0
- libstdcxx-devel_linux-64 >=12.3.0,<13
- libstdcxx-ng >=12.3.0,<13
- ragel >=6.10
- sysroot_linux-64 >=2.28
run:
Expand Down

0 comments on commit 94eea6d

Please sign in to comment.