Skip to content

Commit

Permalink
Disable gsl for win
Browse files Browse the repository at this point in the history
  • Loading branch information
hombit committed Jan 10, 2025
1 parent 19e6ef8 commit 873cd92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/light-curve-python/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ build:
script_env:
# Package cargo flags
- MATURIN_PEP517_ARGS=--locked --no-default-features --features=ceres-system,fftw-system,gsl # [not win]
- MATURIN_PEP517_ARGS=--locked --no-default-features --features=fftw-system,gsl # [win]
- MATURIN_PEP517_ARGS=--locked --no-default-features --features=fftw-system # [win]
# eigen3 discovery, a transitive dependency of ceres-solver
- CPLUS_INCLUDE_PATH={{ PREFIX }}/include:{{ PREFIX }}/include/eigen3 # [not win]
- INCLUDE={{ PREFIX }}\Library\include;{{ PREFIX }}\Library\include\eigen3 # [win]
Expand Down Expand Up @@ -51,7 +51,7 @@ requirements:
- maturin >=1,<2
- ceres-solver >=2.2,<2.3 # [not win]
- fftw >=3.3,<3.4
- gsl >=2.1,<3.0
- gsl >=2.1,<3.0 # [not win]
run:
- python
- numpy <3
Expand Down

0 comments on commit 873cd92

Please sign in to comment.