Skip to content

Commit

Permalink
Revert changes, rattler-build is too different
Browse files Browse the repository at this point in the history
  • Loading branch information
kordejong committed Feb 22, 2024
1 parent 647c26b commit 242d083
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 16 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/macos-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@ jobs:
runs-on: ${{ matrix.os }}
timeout-minutes: 120
defaults:
run:
shell: bash -l {0}
run:
shell: bash -l {0}
strategy:
matrix:
include:
- os: "macos-13"
target-platform: osx-64
fail-fast: true

matrix:
include:
- os: "macos-13"
target-platform: osx-64
fail-fast: true
steps:

- uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
- uses: conda-incubator/setup-miniconda@v3
with:
recipe-path: environment/conda/meta.yaml
artifact-name: lue-${{ matrix.target-platform }}
build-args: --target-platform ${{ matrix.target-platform }}
miniforge-version: latest
auto-update-conda: false
- run: |
conda install boa
conda mambabuild environment/conda
9 changes: 6 additions & 3 deletions environment/conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{% set version = "0.3.8" }


package:
name: lue
version: 0.3.8
version: {{ version }}


source:
Expand All @@ -20,7 +23,7 @@ requirements:
- cross-python_{{ target_platform }} # [build_platform != target_platform]
- numpy # [build_platform != target_platform]
- pybind11 # [build_platform != target_platform]
- ${{ compiler('cxx') }}
- {{ compiler('cxx') }}
- make # [unix]
- git
- conan
Expand Down Expand Up @@ -58,7 +61,7 @@ requirements:
- libgdal
- libvulkan-loader # [not arm64]
- matplotlib-base # lue.qa
- ${{ pin_compatible('numpy') }}
- {{ pin_compatible('numpy') }}
- python
- python-dateutil # lue.qa

Expand Down

0 comments on commit 242d083

Please sign in to comment.