-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump jmp@0.7.0 #3
Conversation
@lgeiger Could we have 32bit binaries first, please? Otherwise this change is going to cause me some inconvenience (since most of IJavascript development happens in a 32bit machine). Also, since this is your first contribution to
|
@n-riesco Sorry I was working from the github UI and commited to the wrong branch.
It will build from source on 32-bit just like it did before. With the only difference being that it uses the bundled ØMQ 4.1.5 instead of the one installed on your system. You don't need any extra dependencies https://github.com/zeromq/zeromq.js#installation---contributors-and-development In theory we could ship 32-bit binaries right now but we need a 32-bit build machine (or a docker image). |
On 31/10/16 17:31, Lukas Geiger wrote:
I know. I've checked that works. The problem is that it renders my notebook unusable until the compilation of ZMQ completes. I haven't timed it but I reckon that's more than 10'. I can't deal with this today. Please, don't waste your time on building the 32bit binaries. I'll come back to you on this. |
@lgeiger I'm now using I'm still concerned that the use of Here are some ideas that would help ease the pain for 32bit users:
|
Ouch 10 minutes? Thats way too long.
I have no idea why it takes so long on your machine. You could try to use
That's great! But we can not recommend yarn for other platforms right now since it will allays build from source instead of using the prebuilts: prebuild/prebuild#132
We can definitely limit the build to 2 cores since the improvement over a full parallel build (4 virtual cores on my machine) is marginal.
I'm against that since it would introduce the installation problems we had with https://github.com/JustinTulloss/zeromq.node again. If we would dynamically link libzmq we couldn't use |
Should I make a PR to |
On 07/11/16 02:39, Lukas Geiger wrote:
I haven't come up with anything yet to stop the repeat compilations in 32bit machines? Any progress on your side? |
I thought speeding up the build resolved your problem. I'll take a look at this 👍 |
@lgeiger I've just published |
Thanks for releasing |
@lgeiger Were you reading over my shoulder? 😝 |
Bring in https://github.com/zeromq/zeromq.js