Skip to content

Commit

Permalink
Merge pull request #180 from Aspard/main
Browse files Browse the repository at this point in the history
Update to v1.17.0
  • Loading branch information
Aspard authored Oct 18, 2024
2 parents 70a6a84 + cb736c8 commit 3279c4d
Show file tree
Hide file tree
Showing 5 changed files with 71 additions and 53 deletions.
19 changes: 2 additions & 17 deletions .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

43 changes: 27 additions & 16 deletions .scripts/run_osx_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 32 additions & 10 deletions .scripts/run_win_build.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "1.16.0" %}
{% set version = "1.17.0" %}

package:
name: pyagrum
Expand All @@ -7,10 +7,10 @@ package:
source:
fn: pyagrum-{{ version }}.tar.bz2
url: https://gitlab.com/agrumery/aGrUM/-/archive/{{ version }}/aGrUM-{{ version }}.tar.bz2
sha256: 19516001e66b7c443fc3bc1e1bf517afbdc6238bdfdc5a4d6bf873a203686a36
sha256: 5882db4dd28213d75dc0e3273d521ffd02e1223ff6ea754f62e06c3c072cfe76

build:
number: 1
number: 0
skip: true # [py<310]
run_exports:
- {{ pin_subpackage('pyagrum', max_pin='x.x.x') }}
Expand Down

0 comments on commit 3279c4d

Please sign in to comment.