rlaager / docsis

This program encodes a DOCSIS binary configuration file from a human-readable text configuration file.
http://docsis.sourceforge.net
GNU General Public License v2.0
114 stars 70 forks source link

Please provide SMP support #7

Closed rapgro closed 9 years ago

rapgro commented 9 years ago

Cause of the lexer there's no support for parallel builds.

rlaager commented 9 years ago

Patches are welcome, but I'm not going to write this. Also, it's not like this is a huge program to build.

rlaager commented 9 years ago

make -j2 doesn't fail. What exactly are you seeing as the problem anyway?

rapgro commented 9 years ago

Try with more than just two jobs. My Fedora uses four at least: make %{?_smp_mflags}

$ rpm -E %{?_smp_mflags} -j4

rlaager commented 9 years ago

It works for me with -j4. But again, this entire application takes like 2 seconds to build. Worst case, you can just build with make -j1. I'm not really doing a lot of maintenance on this program. I just took over because it was completely abandoned. So I've basically been only accepting patches as they come in.