Skip to content

Commit

Permalink
bugfix version-referencing in dev-case
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas.gehrig committed Oct 19, 2023
1 parent 89f2971 commit 58091a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Tree builds usually have a `tree` keyword in the workflow. These are a special k
**Constrain Dependencies**: We intend to be nice to users of Karabo so they are able to install additional packages without breaking an environment. To enable that, we should be sure to not constrain well-known dependencies like `numpy`, `scipy` or `astropy` too much if possible. On the other hand, be sure to constrain packages with a lot of api-breaking changes and exclude versions of well-known packages with known issues (for Karabo). This approach relies on a lot of testing. But since we build a lot of conda-wheels of 3th party packages, it's too cumbersome to test them individually. Therefore, the aim should be to have a high test-coverage of Karabo.

## Feedstock Build Dependencies
In case you intend to create a new build which also needs underlying changes of other builds, it's useful to know all feedstock-dependencies to know which one(s) to build first. The following provides an overview of the dependencies. In the brackets are the transversal dependencies if they're not present as direct dependency (please keep them updated):
In case you intend to create a new build which also needs underlying changes of other builds, it's useful to know all feedstock-dependencies to know which one(s) to build first. The following provides an overview of the dependencies. In the brackets are the transversal dependencies if they're not present as direct dependency. Please keep the list updated so that only karabo-latest builds are listed and that they have the correct direct and transversal dependencies:
aotools: -
aratmospy: -
bipp: finufft(fftw3)
Expand Down
2 changes: 1 addition & 1 deletion finufft/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source:
build:
script_env:
- FILE_NAME={{ fileName }}
- FINUFFT_VERSION_ENV={{ FINUFFT_VERSION_ALT }}
- FINUFFT_VERSION_ENV={{ FINUFFT_VERSION }}
string: {{ FINUFFT_VERSION_ALT }}_{{ python }}

requirements:
Expand Down

0 comments on commit 58091a8

Please sign in to comment.