-
Notifications
You must be signed in to change notification settings - Fork 1
inexor-flex depends on node-gyp needs python as an end-user dependency #456
Comments
this is also related to #269 |
will be solved by #277 |
Is there no way we can get rid of Python as an end-user dep? |
Unless you want to build gyp, a c++ compiler, cmake and python as virtual packages: |
Could you please explain the dep tree? Why do we need node-gyp, therefore gyp..? |
grpc, segfault handler build via node-gyp, build via gyp. |
node-gyp is used by two dependencies (one which is essential: grpc and one which is really useful: segfault-handler) which are build in c++ rather than js but have node.js bindings. The suggested tool looks pretty good. |
@a-teammate and I agreed to fork segfault-handler and pre-compile it via node-pre-gyp
|
FYI: We are not the only ones annoyed by the situation nodejs/NG#24 |
This issue will be resolved by #465 indefinitely |
Since we removed the node-segfault-handler temporarily, we can close this. |
Title says it all.
Since python 2.7 is shipped by default on almost every linux and OSX that's not too bad. For windows, that could do it:
https://github.com/felixrieseberg/windows-build-tools
The text was updated successfully, but these errors were encountered: