Skip to content

Commit

Permalink
kealib v1.5.2 (#58)
Browse files Browse the repository at this point in the history
* updated v1.5.2

* MNT: Re-rendered with conda-build 3.26.1, conda-smithy 3.26.2, and conda-forge-pinning 2023.09.24.21.36.48

* remove cross compile patch as has been upstreamed

---------

Co-authored-by: Sam Gillingham <gillingham.sam@gmail.com>
  • Loading branch information
regro-cf-autotick-bot and gillins committed Sep 25, 2023
1 parent cc7c120 commit eebc506
Show file tree
Hide file tree
Showing 8 changed files with 138 additions and 158 deletions.
56 changes: 8 additions & 48 deletions .azure-pipelines/azure-pipelines-win.yml

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

37 changes: 0 additions & 37 deletions .ci_support/migrations/python311.yaml

This file was deleted.

9 changes: 4 additions & 5 deletions .scripts/build_steps.sh

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

4 changes: 2 additions & 2 deletions .scripts/logging_utils.sh

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

8 changes: 4 additions & 4 deletions .scripts/run_osx_build.sh

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

115 changes: 115 additions & 0 deletions .scripts/run_win_build.bat

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

12 changes: 5 additions & 7 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
{% set version = "1.5.1" %}
{% set version = "1.5.2" %}

package:
name: kealib-split
version: {{ version }}

source:
url: https://github.com/ubarsc/kealib/releases/download/kealib-{{ version }}/kealib-{{ version }}.tar.gz
sha256: 06cd547b1e40394b9539beaf6982bd249e8ee93d6150295e9cd9161d00829657
patches:
- python_cross_compile.patch
sha256: c4e17c472761a39e45184b5fa687395b319ac75430e0f6584dbf4cec6e335572

build:
number: 5
number: 0
skip: true # [win and vc<14]

requirements:
Expand All @@ -24,7 +22,7 @@ requirements:
- hdf5
run:
- hdf5

outputs:
- name: kealib
script: install_lib.sh # [unix]
Expand All @@ -42,7 +40,7 @@ outputs:
- hdf5
run:
- hdf5

- name: pykealib
script: build_python.sh # [unix]
script: bld_python.bat # [win]
Expand Down
55 changes: 0 additions & 55 deletions recipe/python_cross_compile.patch

This file was deleted.

0 comments on commit eebc506

Please sign in to comment.