diff --git a/recipes/recipes_emscripten/clarabel/recipe.yaml b/recipes/recipes_emscripten/clarabel/recipe.yaml index 1d9c937a6..39cb224ce 100644 --- a/recipes/recipes_emscripten/clarabel/recipe.yaml +++ b/recipes/recipes_emscripten/clarabel/recipe.yaml @@ -1,36 +1,37 @@ context: name: clarabel - version: 0.7.1 + version: 0.8.0 package: name: ${{ name|lower }} version: ${{ version }} source: - url: https://pypi.python.org/packages/source/${{ name[0] }}/${{ name }}/${{ name }}-${{ version }}.tar.gz - sha256: a30ab135f475c5bc78329fd7df575291155e6055bcaf02124eb610b8ad176396 + url: https://pypi.python.org/packages/source/${{ name[0] }}/${{ name }}/${{ name + }}-${{ version }}.tar.gz + sha256: 71fea3fa7ec57f3003e9117727cedf4796c85ee517a3674b76f426632093882b build: number: 0 requirements: build: - - python - - crossenv - - cross-python_${{ target_platform }} - - ${{ compiler('c') }} - - cargo-bundle-licenses - - rust - - cffi == 1.15.1 - - setuptools-rust - - maturin + - python + - crossenv + - cross-python_${{ target_platform }} + - ${{ compiler('c') }} + - cargo-bundle-licenses + - rust + - cffi == 1.15.1 + - setuptools-rust + - maturin host: - - python - - pip - - cffi == 1.15.1 + - python + - pip + - cffi == 1.15.1 run: - - python - - cffi == 1.15.1 + - python + - cffi == 1.15.1 tests: - script: pytester @@ -43,14 +44,14 @@ tests: run: - pytester-run - scipy - + about: homepage: https://oxfordcontrol.github.io/ClarabelDocs/ license: Apache-2.0 license_family: Apache license_file: - - LICENSE.md - - THIRDPARTY.yml + - LICENSE.md + - THIRDPARTY.yml summary: 'Python interface for Clarabel: Interior Point Conic Optimization Solver' description: | Clarabel is an interior point numerical solver for convex optimization problems implemented @@ -62,4 +63,4 @@ about: extra: recipe-maintainers: - - KGB99 + - KGB99