Skip to content

Commit

Permalink
Specify platform-specific build logic
Browse files Browse the repository at this point in the history
  • Loading branch information
smcolby committed Dec 19, 2024
1 parent 5140898 commit ed893d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ jobs:
--output-dir build/
-c conda-forge
-c bioconda
-c smcolby
- name: Upload conda package
env:
Expand Down
5 changes: 3 additions & 2 deletions conda.recipe/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ extra:
channels:
- conda-forge
- bioconda
- smcolby # [linux64]
- smcolby
- anaconda

build:
Expand All @@ -27,7 +27,8 @@ requirements:
run:
- crest >=2.12
- joblib
- mobcal-shm # [linux64]
- if: linux
then: mobcal-shm
- numpy >=1.19.4
- nwchem >=7.0.2
- openbabel >=3.0.0
Expand Down

0 comments on commit ed893d4

Please sign in to comment.