On Tue, Jul 08, 2014 at 07:50:42AM +0100, Alastair Fyfe wrote:
> Is there a JHBuild setting for requesting both static and shared libs? The
> default seems to only build *.so(s) and setting _build_static=True in
> conf.py only yields *.a(s).

For libraries that use autotools for building (that includes mmdb, libccp4,
clipper) you may change --disable-static to --enable-static in conf.py.
Or even better, in user's configuration file (cj.rc) add a line:
autogenargs = autogenargs.replace('--disable-static','--enable-static')

Libraries with different build systems usually can build only one version
(static or shared) at time.

(I haven't noticed this post at first, it's nested in a thread
with different subject)

Marcin

-- 
This e-mail and any attachments may contain confidential, copyright and or 
privileged material, and are for the use of the intended addressee only. If you 
are not the intended addressee or an authorised recipient of the addressee 
please notify us of receipt by returning the e-mail and do not use, copy, 
retain, distribute or disclose the information in or attached to the e-mail.
Any opinions expressed within this e-mail are those of the individual and not 
necessarily of Diamond Light Source Ltd. 
Diamond Light Source Ltd. cannot guarantee that this e-mail or any attachments 
are free from viruses and we cannot accept liability for any damage which you 
may sustain as a result of software viruses which may be transmitted in or with 
the message.
Diamond Light Source Limited (company no. 4375679). Registered in England and 
Wales with its registered office at Diamond House, Harwell Science and 
Innovation Campus, Didcot, Oxfordshire, OX11 0DE, United Kingdom
 

Reply via email to