Skip to content

Commit

Permalink
Update SACCHARIS (#51846)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSCFraser authored Nov 1, 2024
1 parent 159f7ee commit 4e7548c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 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 = "B83DC6502A3AB136D1E5F43E4E66CD41A7B884C99B190B781691C56A6D71998F" %}
{% set hash = "90806FDA7473C4687165277FB7765F201B2E3CE5254B43A0FBC8FBCD8C9B8849" %}


package:
Expand All @@ -9,12 +9,13 @@ 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_3.tar.gz
url: https://github.com/saccharis/SACCHARIS_2/releases/download/v2.0.1.dev21/saccharis-2.0.1.dev21_4.tar.gz

sha256: {{ hash|lower }}

build:
noarch: python
number: 3
number: 4
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

0 comments on commit 4e7548c

Please sign in to comment.