Skip to content

Commit

Permalink
Test for OSX build (#1)
Browse files Browse the repository at this point in the history
Co-authored-by: Sherman J. Kisner <[email protected]>
  • Loading branch information
bwohlberg and sjkisner authored Jan 24, 2022
1 parent 3cbf990 commit e153604
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipes/svmbir/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{% set name = "svmbir" %}
{% set version = "0.2.7.2" %}
{% set version = "0.2.7.3" %}


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

source:
url: https://test-files.pythonhosted.org/packages/19/14/f8ffd962a9cf44a08329521ecf160017052d4310e57f37168520bf10e670/{{ name }}-{{ version }}.tar.gz
sha256: 889c4e0ad51996b0a2df18c490346f5df286733a07c36813a00409f5f6afdfb5
url: https://test-files.pythonhosted.org/packages/55/36/27b7ec524a7a4dd1ae0d475df8df6bccda243165f8c2b5455436f3fcc018/{{ name }}-{{ version }}.tar.gz
sha256: a0f591f8113f914aed39225be24ab97c684a23b4e8a177c842731169eab01ed3

build:
number: 0
Expand All @@ -21,7 +21,7 @@ requirements:
- numpy =1.21
host:
- conda-build
- openmp
- llvm-openmp # [osx]
- cython
- pip
- python
Expand Down

0 comments on commit e153604

Please sign in to comment.