Skip to content

Commit

Permalink
Merge pull request #10 from olemke/main
Browse files Browse the repository at this point in the history
Build 3.0.0dev4 snapshot
  • Loading branch information
olemke authored Nov 25, 2024
2 parents b7d358c + 604ab28 commit 07028e9
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
- uses: conda-incubator/setup-miniconda@v3
with:
miniforge-version: latest
channels: conda-forge
conda-remove-defaults: "true"
activate-environment: pyarts-build
environment-file: etc/environment-pyarts-build.yml
- shell: bash -l {0}
Expand Down
2 changes: 2 additions & 0 deletions etc/environment-pyarts-build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: pyarts-build
channels:
- conda-forge
dependencies:
- boa
- anaconda-client
4 changes: 4 additions & 0 deletions pyarts/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ c_compiler: # [win]
- vs2022 # [win]
target_platform: # [win]
- win-64 # [win]
c_compiler_version: # [osx]
- 19 # [osx]
cxx_compiler_version: # [osx]
- 19 # [osx]
MACOSX_DEPLOYMENT_TARGET: # [osx and x86_64]
- "13.5" # [osx and x86_64]
MACOSX_SDK_VERSION: # [osx and x86_64]
Expand Down
12 changes: 7 additions & 5 deletions pyarts/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "pyarts" %}
{% set version = "3.0.0dev2" %}
{% set version = "3.0.0dev4" %}
{% set dev_url = "https://github.com/atmtools/arts" %}

package:
Expand All @@ -8,9 +8,10 @@ package:

source:
url: {{ dev_url }}/archive/refs/tags/v{{ version }}.tar.gz
sha256: 225986f69c1e04ffd79f8b5d5920520b24cb13a2eec477b28059f55445c6e79a
sha256: e43db3520a54cf33ea547498f1861107fd4de140c41e0b17d96214383f65ca3a
# git_url: {{ dev_url }}.git
git_depth: 1
# git_rev: bump-version
# git_depth: 1

build:
number: 0
Expand Down Expand Up @@ -47,9 +48,10 @@ requirements:
- python-build
- requests
- scipy
- setuptools
- tqdm
- typing_extensions
- xarray
- xarray>=2024
- zlib
run:
- __osx >={{ MACOSX_DEPLOYMENT_TARGET|default("10.15") }} # [osx and x86_64]
Expand All @@ -66,7 +68,7 @@ requirements:
- scipy
- tqdm
- typing_extensions
- xarray
- xarray>=2024
- zlib


Expand Down

0 comments on commit 07028e9

Please sign in to comment.