Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
poshul authored Sep 18, 2024
2 parents 9d61eac + c3dbcc1 commit 58495b8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions recipes/neat/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "NEAT" %}
{% set version = "4.2.3" %}
{% set version = "4.2.4" %}

package:
name: '{{ name|lower }}'
version: '{{ version }}'

source:
url: https://github.com/ncsa/{{ name }}/archive/{{ version }}.tar.gz
sha256: 915d297842d4f775a79f59f37aac729ade742676f37473dbdbbedab64e81a046
sha256: 84fc48647a69039056ca84065abc04cad4884adddeb7205cbcefb4b7f8f3c811


build:
Expand Down
10 changes: 5 additions & 5 deletions recipes/saccharis/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{% set name = "SACCHARIS" %}
{% set version = "2.0.1" %}
{% set hash = "BA68CAB1070A11D5D4F2335CB770E1603ED54E1FB4B52A31DB4CA9A6CBBD6F7E" %}
{% set version = "2.0.1.dev21" %}
{% set hash = "1e5c4bb35414d1421f4debcf0ecb53cd62a853b40a887486a44c2c7a8929b113" %}


package:
name: "{{ name|lower }}"
version: "{{ version }}"

source:
# url: https://github.com/saccharis/SACCHARIS_2/releases/download/v{{ version }}/saccharis-{{ version }}.tar.gz # go back to this method once 2.0.1 is fixed
url: https://github.com/saccharis/SACCHARIS_2/releases/download/v2.0.0.dev21/saccharis-2.0.0.dev21.tar.gz
url: https://github.com/saccharis/SACCHARIS_2/releases/download/v{{ version }}/saccharis-{{ version }}.tar.gz
sha256: {{ hash|lower }}

build:
noarch: python
number: 1
number: 0
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
4 changes: 2 additions & 2 deletions recipes/squirrel/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "1.0.8" %}
{% set version = "1.0.9" %}
{% set name = "squirrel" %}

package:
Expand All @@ -7,7 +7,7 @@ package:

source:
url: https://github.com/aineniamh/squirrel/archive/refs/tags/{{ version }}.tar.gz
sha256: 9e89d062f849c0b947a1d469f3864936164ea912645131e5120f86a5e12dc00d
sha256: 261a1692a50f1d260957c387892500ab7959a80b82606ca353e04b4a22d32b6d

build:
number: 0
Expand Down

0 comments on commit 58495b8

Please sign in to comment.