Am Donnerstag, den 10.02.2011, 01:31 +0100 schrieb Daniel Leidert:

> During updating the Debian package I discovered, that the Bindings are
> built again and again: in normal build and then in test again and during
> install again. So this uses resources and takes time.
> 
> I guess this is because in a first step some files are copied. But such
> an action changes the source (of course it just changes modification
> time), so the source is newer than the target and the target gets
> rebuilt. Is this right? Can this be fixed?

A second thing: in scripts/CMakeLists.txt at the Perl bindings stuff
there is a direct call to "make". But if building the package with
parallel jobs this results in a warning by make:

> make[5]: warning: jobserver unavailable: using -j1.  Add `+' to parent make 
> rule.

In a Makefile one would usually call $(MAKE) or precede the line with a
"+" to avoid this issue. Now I'm not familiar with cmake. So can this be
fixed by replacing "make" by "$(MAKE)"?

Regards, Daniel


------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
OpenBabel-Devel mailing list
OpenBabel-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbabel-devel

Reply via email to