mschubert / clustermq

R package to send function calls as jobs on LSF, SGE, Slurm, PBS/Torque, or each via SSH
https://mschubert.github.io/clustermq/
Apache License 2.0
146 stars 27 forks source link

(develop) : submodules not pulled in configure #263

Closed strazto closed 2 years ago

strazto commented 3 years ago

When installing clustermq@develop, the configure script hits a wall when trying to run src/libzmq/autoconf.sh , as that in a submodule that isn't initialized yet.

Personally, I added git submodule update --recursive --init to configure, to rememdy this, though i haven't yet finished the install.