Skip to content

Commit

Permalink
add libxcrypt and rmgdatabase to recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonBurns committed Mar 26, 2024
1 parent ec5b0f9 commit c9c7007
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .conda/meta.yaml
Expand Up @@ -13,6 +13,8 @@ requirements:
build:
- {{ compiler('c') }}
host:
- conda-forge::libxcrypt # remove after upgrading Python versions
- rmg::rmg-database
- conda-forge::cairo
- conda-forge::cairocffi
- conda-forge::ffmpeg
Expand Down Expand Up @@ -59,6 +61,8 @@ requirements:
- rmg::symmetry
- conda-forge::nomkl
run:
- conda-forge::libxcrypt # remove after upgrading Python versions
- rmg::rmg-database
- conda-forge::cairo
- conda-forge::cairocffi
- conda-forge::ffmpeg
Expand Down Expand Up @@ -106,6 +110,8 @@ requirements:
- conda-forge::nomkl
test:
requires:
- conda-forge::libxcrypt # remove after upgrading Python versions
- rmg::rmg-database
- conda-forge::cairo
- conda-forge::cairocffi
- conda-forge::ffmpeg
Expand Down

0 comments on commit c9c7007

Please sign in to comment.