Skip to content

Commit

Permalink
Trying to fix stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
hombit committed Jan 9, 2025
1 parent dadc563 commit 52b3a32
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions recipes/light-curve-python/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,14 @@ build:
- {{ PYTHON }} -m pip install .[full] -vv --no-deps --ignore-installed
script_env:
- MATURIN_PEP517_ARGS=--locked --no-default-features --features=fftw-system,gsl
- LIBRARY_PATH={{ PREFIX }}/lib
- PKG_CONFIG_PATH={{ PREFIX }}/lib/pkgconfig
- LIBRARY_PATH={{ PREFIX }}/lib # [no win]
- LIB={{ PREFIX }}\lib # [win]
- PKG_CONFIG_PATH={{ PREFIX }}/lib/pkgconfig # [no win]
- PKG_CONFIG_PATH={{ PREFIX }}\lib\pkgconfig # [win]
ignore_run_exports:
- python
missing_dso_whitelist:
- **/libopenblas* # [linux]
number: 0

requirements:
Expand Down

0 comments on commit 52b3a32

Please sign in to comment.