openfl icon indicating copy to clipboard operation
openfl copied to clipboard

Conda recipe

Open sarthakpati opened this issue 3 years ago • 2 comments

Is your feature request related to a problem? Please describe. Currently, OpenFL only has the option to be installed through pip, which prevents it to be added to packages that require C/C++ libraries.

Describe the solution you'd like A conda recipe would be very useful to mitigate this, which I am happy to work on. 😄

Describe alternatives you've considered N.A.

Additional context Needs #44

sarthakpati avatar Mar 26 '21 20:03 sarthakpati

Hi! In my experience, Conda config based project can install pip packages as well:

dependencies:
  - pip:
    - openfl

(example: https://github.com/deepchem/deepchem/blob/master/env.cpu.yml)

dkurt avatar Apr 08 '21 09:04 dkurt

True, but it makes it much easier when the packaging is sdist-based, rather than wheels.

sarthakpati avatar Apr 08 '21 14:04 sarthakpati