<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><style><!--
/* Font Definitions */
@font-face
        {font-family:Helvetica;
        panose-1:2 11 6 4 2 2 2 2 2 4;}
@font-face
        {font-family:Helvetica;
        panose-1:2 11 6 4 2 2 2 2 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {mso-style-priority:99;
        mso-style-link:"Balloon Text Char";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:8.0pt;
        font-family:"Tahoma","sans-serif";
        mso-fareast-language:EN-US;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.apple-converted-space
        {mso-style-name:apple-converted-space;}
span.hofgwc
        {mso-style-name:hofgwc;}
span.qo
        {mso-style-name:qo;}
span.BalloonTextChar
        {mso-style-name:"Balloon Text Char";
        mso-style-priority:99;
        mso-style-link:"Balloon Text";
        font-family:"Tahoma","sans-serif";}
.MsoChpDefault
        {mso-style-type:export-only;
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-GB" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal">Hi Folks<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">A while back we worked on making DIALS work right built on 10.10 but executed on 10.6 or later &#8211; this is very useful as lots of people have 10.6/7 macs &amp; are not keen to update. This is done by the very flexible mechanism of exporting an
 environment variable prior to compilation<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">Then this commit appears<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Helvetica&quot;,&quot;sans-serif&quot;;color:#212121;background:white">&nbsp; &nbsp; &nbsp;env_etc.static_bpl = 0</span><span style="font-size:10.0pt;font-family:&quot;Helvetica&quot;,&quot;sans-serif&quot;;color:#212121"><br>
<span style="background:white">@@ -802,7 &#43;803,7 @@</span><br>
<span style="background:white">&nbsp; &nbsp; &nbsp;env_etc.static_libraries = 1</span><br>
<span style="background:white">&nbsp; &nbsp; &nbsp;env_etc.static_bpl = 0</span><br>
<br>
<span style="background:white">-&nbsp; &nbsp; link_flags = [&quot;-w&quot;] # suppress &quot;source/lib does not exist&quot; warning</span><br>
<span style="background:white">&#43;&nbsp; &nbsp; link_flags = [&quot;-w&quot;, &quot;-mmacosx-version-min=10.8&quot;] # suppress &quot;source/lib does not exist&quot; warning</span><br>
<span style="background:white">&nbsp; &nbsp; &nbsp;if libtbx.env.build_options.force_32bit:</span><br>
<span style="background:white">&nbsp; &nbsp; &nbsp; &nbsp;if (env_etc.gcc_version and env_etc.gcc_version &gt;= 40201) or env_etc.clang_version:</span><br>
<span style="background:white">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;link_flags.extend([&quot;-arch&quot;, &quot;i386&quot;])</span><br>
<span style="background:white">@@ -810,7 &#43;811,8 @@</span><br>
<span style="background:white">&nbsp; &nbsp; &nbsp;env_etc.c_link = &quot;cc&quot;</span><br>
<span style="background:white">&nbsp; &nbsp; &nbsp;env_etc.ccflags_base = [</span><br>
<span style="background:white">&nbsp; &nbsp; &nbsp; &nbsp;&quot;-fPIC&quot;,</span><br>
<span style="background:white">-&nbsp; &nbsp; &nbsp; &quot;-fno-strict-aliasing&quot;]</span><br>
<span style="background:white">&#43;&nbsp; &nbsp; &nbsp; &quot;-fno-strict-aliasing&quot;,</span><br>
<span style="background:white">&#43;&nbsp; &nbsp; &nbsp; &quot;-mmacosx-version-min=10.8&quot;]</span><br>
<span style="background:white">&nbsp; &nbsp; &nbsp;if env_etc.clang_version:</span><br>
<span style="background:white">&nbsp; &nbsp; &nbsp; &nbsp;setup_clang_warning(env_etc, libtbx.env.build_options.warning_level)</span><br>
<span style="background:white">&nbsp; &nbsp; &nbsp;else:</span><br>
<span style="background:white">@@ -826,7 &#43;828,7 @@</span><br>
<span style="background:white">&nbsp; &nbsp; &nbsp; &nbsp;env_etc.ccflags_base.extend([&quot;-no-cpp-precomp&quot;])</span><br>
<span style="background:white">&nbsp; &nbsp; &nbsp; &nbsp;if (env_etc.gcc_version &lt; 40201):</span><br>
<span style="background:white">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;env_etc.ccflags_base.append(&quot;-Wno-long-double&quot;)</span><br>
<span style="background:white">-&nbsp; &nbsp; env_etc.cxxflags_base = []</span><br>
<span style="background:white">&#43;&nbsp; &nbsp; env_etc.cxxflags_base = [&quot;-mmacosx-version-min=10.8&quot;]</span><br>
<span style="background:white">&nbsp; &nbsp; &nbsp;if env_etc.clang_version is None and env_etc.gcc_version &lt; 40000:</span><br>
<span style="background:white">&nbsp; &nbsp; &nbsp; &nbsp;env_etc.cxxflags_base.append(&quot;-fcoalesce-templates&quot;)</span><br>
<span style="background:white">&nbsp; &nbsp; &nbsp;env_etc.cxxflags_base.append(&quot;-DBOOST_ALL_NO_LIB&quot;)</span><br>
<span style="background:white">@@ -859,10 &#43;861,10 @@</span></span><o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">to<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Helvetica&quot;,&quot;sans-serif&quot;;color:#212121;background:white">Modified Paths:</span><span style="font-size:10.0pt;font-family:&quot;Helvetica&quot;,&quot;sans-serif&quot;;color:#212121"><br>
<span style="background:white">--------------</span><br>
<span style="background:white">&nbsp; &nbsp; trunk/libtbx/SConscript</span></span><o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">and now our build no longer works on 10.7. This is *<b>really</b>* annoying. The head of the commit message follows below.<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">Please could someone fix this? The environment variable method is *<b>far</b>* better, works for the dependencies and also allows dials to work on older machines. You broke our build. Before this it worked fine.<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">(we can&#8217;t automate this test as we are not supposed to deploy out of support machines on lab network, so this was missed)<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">Thanks Graeme<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal" style="line-height:14.85pt;background:white"><b><span style="font-size:10.0pt;font-family:&quot;Helvetica&quot;,&quot;sans-serif&quot;;color:#212121">effner<o:p></o:p></span></b></p>
<p class="MsoNormal" style="line-height:14.85pt;background:white"><span class="apple-converted-space"><span style="font-size:10.0pt;font-family:&quot;Helvetica&quot;,&quot;sans-serif&quot;;color:#999999">&nbsp;</span></span><span class="hofgwc"><span style="font-size:10.0pt;font-family:&quot;Helvetica&quot;,&quot;sans-serif&quot;;color:#999999">to</span></span><span class="apple-converted-space"><span style="font-size:10.0pt;font-family:&quot;Helvetica&quot;,&quot;sans-serif&quot;;color:#999999">&nbsp;</span></span><span style="font-size:10.0pt;font-family:&quot;Helvetica&quot;,&quot;sans-serif&quot;;color:#999999">cctbx-cvs<o:p></o:p></span></p>
<p class="MsoNormal" style="line-height:14.85pt;background:white"><span style="font-size:10.0pt;font-family:&quot;Helvetica&quot;,&quot;sans-serif&quot;;color:#999999;mso-fareast-language:EN-GB"><img width="24" height="24" id="Picture_x0020_1" src="cid:image001.png@01D08EED.7B0E1C20" alt="https://ssl.gstatic.com/bt/C3341AA7A1A076756462EE2E5CD71C11/2x/ic_expand_small_2x.png"></span><span style="font-size:10.0pt;font-family:&quot;Helvetica&quot;,&quot;sans-serif&quot;;color:#999999"><o:p></o:p></span></p>
<p class="MsoNormal" style="line-height:14.85pt;background:white"><span class="qo"><span style="font-size:10.0pt;font-family:&quot;Helvetica&quot;,&quot;sans-serif&quot;;color:#999999">May 13</span></span><span style="font-size:10.0pt;font-family:&quot;Helvetica&quot;,&quot;sans-serif&quot;;color:#999999"><o:p></o:p></span></p>
<p class="MsoNormal" style="line-height:14.85pt;background:white"><span style="font-size:10.0pt;font-family:&quot;Helvetica&quot;,&quot;sans-serif&quot;;color:#212121">Revision: 22202<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span class="apple-converted-space">&nbsp;</span><a href="http://sourceforge.net/p/cctbx/code/22202" target="_blank"><span style="color:#3F51B5">http://sourceforge.net/p/cctbx/code/22202</span></a><br>
Author:&nbsp; &nbsp;oeffner<br>
Date:&nbsp; &nbsp; &nbsp;2015-05-13 15:48:24 &#43;0000 (Wed, 13 May 2015)<br>
Log Message:<br>
-----------<br>
ensure installers can run on MacOSX 10.8 or higher<o:p></o:p></span></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
</div>

<p align="justify">&nbsp;</p>
<p align="justify">--&nbsp;</p>
<p align="justify">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.<br />Any opinions expressed within this e-mail are those of the individual and not necessarily of Diamond Light Source Ltd. <br />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.<br />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<br />&nbsp;</p></body>
</html>