mctools / simplebuild

A very simple to use build system for projects with primarily C++/Python code, intended for usage by scientific developers without a strong SW-engineering background.
https://mctools.github.io/simplebuild/
Apache License 2.0
3 stars 1 forks source link

Conda/PyPI deps update #36

Closed tkittel closed 8 months ago

tkittel commented 9 months ago

Do not forget to add "make" to conda .yml deps. And remove cmake, pybind11, and numpy from PyPI packages, since these packages will get installed in the main conda.yml? We could simply make them optional.

tkittel commented 8 months ago

Done.