Skip to content

Commit

Permalink
Update clarabel from 0.7.1 to 0.8.0 (#1138)
Browse files Browse the repository at this point in the history
Co-authored-by: emscripten-forge-bot <[email protected]>
  • Loading branch information
2 people authored and KGB99 committed Jun 25, 2024
1 parent d666a89 commit f1218e2
Showing 1 changed file with 22 additions and 21 deletions.
43 changes: 22 additions & 21 deletions recipes/recipes_emscripten/clarabel/recipe.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -62,4 +63,4 @@ about:

extra:
recipe-maintainers:
- KGB99
- KGB99

0 comments on commit f1218e2

Please sign in to comment.