numba-dpex icon indicating copy to clipboard operation
numba-dpex copied to clipboard

Define version to build with in build system, not recipe

Open PokhodenkoSA opened this issue 4 years ago • 1 comments

To clarify. This should be >=1.19. Version of numpy to build with should be defined in build system. Now there is no such possibility.

Originally posted by @PokhodenkoSA in https://github.com/IntelPython/dpctl/pull/641#r738759730

PokhodenkoSA avatar Oct 28 '21 20:10 PokhodenkoSA

@oleksandr-pavlyk @ZzEeKkAa I believe the original issue was that the conda-recipe meta.yaml should not pin dependency versions rather the version requirements for a dependency should be specified as an environment parameter (e.g. using an environment.yml) when setting up a specific build environment.

What are your thoughts?

PS: My intent here is to clean up some of the old issues that is the reason I am even looking at the ticket.

diptorupd avatar Aug 19 '23 18:08 diptorupd