Skip to content

Commit

Permalink
Update Saccharis (#51679)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSCFraser authored Oct 26, 2024
1 parent 226bd7a commit fe8fc74
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions recipes/saccharis/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "SACCHARIS" %}
{% set version = "2.0.1.dev21" %}
{% set hash = "327FCE45E7B50BF0C52064DA883CC4A21BCE183EBACF4C4A827FE2C5BE934CB3" %}
{% set hash = "B83DC6502A3AB136D1E5F43E4E66CD41A7B884C99B190B781691C56A6D71998F" %}


package:
Expand All @@ -9,12 +9,12 @@ package:

source:
# url: https://github.com/saccharis/SACCHARIS_2/releases/download/v{{ version }}/saccharis-{{ version }}.tar.gz
url: https://github.com/saccharis/SACCHARIS_2/releases/download/v2.0.1.dev21/saccharis-2.0.1.dev21_2.tar.gz
url: https://github.com/saccharis/SACCHARIS_2/releases/download/v2.0.1.dev21/saccharis-2.0.1.dev21_3.tar.gz
sha256: {{ hash|lower }}

build:
noarch: python
number: 2
number: 3
script: {{ PYTHON }} setup.py install --single-version-externally-managed --record=record.txt
preserve_egg_dir: True # added because the entry points below seem to be causing a build error
entry_points:
Expand Down Expand Up @@ -54,7 +54,6 @@ requirements:
- psutil
- python >=3.8
- python-dotenv >=0.20.0
- python-wget >=3.2
- raxml >=8.2.12 # [not win]
- raxml-ng >=1.2 # [not win]
- requests >=2.28.0
Expand Down

0 comments on commit fe8fc74

Please sign in to comment.