Have you tried incremental builds?  Most of the time my build loop is just:

git pull
cd build_dir
make -j $CPUCOUNT install test



On Fri, Dec 2, 2016 at 12:29 PM, Tim Dudgeon <tdudgeon...@gmail.com> wrote:

> Of course builds from source are never fast enough, and the RDKit one is
> pretty big.
> So far I've lived with this and made cups of coffee.
> But since I've been working with the Release_2016_09_2 release my Docker
> image builds on Docker Hub [1] are timing out as they sometimes exceed
> the 2 hour limit. If I try at a quiet time I can sometimes get them to
> complete, but I suppose the situation is only going to get worse.
>
> I've tried breaking the build into 2 steps, the first to prepare the
> base image [2] and the second to build RDKit [3], and that's helped a
> bit, but I don't think there's more mileage here as nearly all the time
> is spend in the 'make' command.
>
> Anticipating things getting worse, does anyone have suggestions for
> speeding this up. I hanker after a --fast mode, but I suppose if there
> was one it would already be the default.
>
> Any ideas?
>
> In case anyone wonders I'm building from source as I need to also create
> a Java enabled version and one for the Postgres cartridge and want to
> use the same approach to generating them all.
>
> Tim
>
> [1] https://hub.docker.com/r/informaticsmatters/rdkit/
> [2] https://github.com/InformaticsMatters/rdkit_debian_base
> [3] https://github.com/InformaticsMatters/rdkit
>
>
>
>
>
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> _______________________________________________
> Rdkit-discuss mailing list
> Rdkit-discuss@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/rdkit-discuss
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to