<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi Richard,<br>
    <br>
    I finally pushed a copy of the boost(unsure of version; tag file
    says 86799 which I thought was the last of the svn
    <a class="moz-txt-link-freetext" href="http://svn.boost.org/svn/boost/">http://svn.boost.org/svn/boost/</a>)&nbsp; that came from a prior cctbx
    bundle into a local svn and used that.&nbsp; And then the
    lapack_fem(unsure of version) as well.&nbsp; Then I got a complete build
    of cctbx on MacOSX via Jenkins.&nbsp; Have a similar jenkins job for
    rhel5.<br>
    <br>
    We will be putting our jenkins up on the cloud.<br>
    <br>
    Do you use a build system like jenkins?&nbsp; Moving to git to follow
    boost.python?&nbsp; Boost build from git isn't working yet for me; I see
    some discussions about building going on in the boost emails so will
    learn from it.<br>
    <br>
    Let me know if any of my build and packaging experiments have any
    use for you or anything you'd like tried with it.<br>
    <br>
    --Roger<br>
    On 01/02/2015 09:27 PM, Roger Martin wrote:
    <blockquote cite="mid:54A7539D.2020008@quantumbioinc.com"
      type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      Hi Richard,<br>
      <br>
      Don't remember when; might have been a different problem that made
      me think that didn't work.&nbsp; Been trying to use
      --use-environment-flags<br>
      <br>
      Tried --compiler=gcc and got further on mac via jenkins.&nbsp; Have
      some boost issue I'll noodle at for a while<br>
      <br>
      --Roger<br>
      <br>
      On 01/02/2015 04:03 PM, Richard Gildea wrote:
      <blockquote
cite="mid:CACCG97Ggzwui92cNFXfd8s__a+O0ZCsy5__L-5axv2g6a9wgpw@mail.gmail.com"
        type="cite">
        <div dir="ltr">Hi Roger,
          <div><br>
          </div>
          <div>Have you tried passing --compiler=gcc in the 'python
            sources/libtbx/configure.py [list of modules]' step?</div>
          <div><br>
          </div>
          <div>Cheers,</div>
          <div><br>
          </div>
          <div>Richard</div>
        </div>
        <div class="gmail_extra"><br>
          <div class="gmail_quote">On 2 January 2015 at 20:28, Roger
            Martin <span dir="ltr">&lt;<a moz-do-not-send="true"
                href="mailto:roger@quantumbioinc.com" target="_blank">roger@quantumbioinc.com</a>&gt;</span>
            wrote:<br>
            <blockquote class="gmail_quote" style="margin:0 0 0
              .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
              <br>
              I'm attempting to build on Mac.&nbsp; Via jenkins.<br>
              <br>
              The scons finds /usr/bin/c++ but my builds are based on
              gcc located at /opt/gcc/current/bin.&nbsp; A which c++ returns
              /opt/gcc/current/bin/c++.&nbsp; I tried to tell it by making a
              site_init.py according to <a moz-do-not-send="true"
href="http://www.scons.org/doc/production/HTML/scons-user.html#idm12919064"
                target="_blank">http://www.scons.org/doc/production/HTML/scons-user.html#idm12919064</a><br>
              ---------------<br>
              cd build<br>
              mkdir -p site_scons<br>
              cat &lt;&lt;EOF &gt;./site_scons/site_init.py<br>
              env = DefaultEnvironment(tools = ['gcc', 'gnulink'],<br>
              &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;CC = '/opt/gcc/current/bin/gcc',<br>
              &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;CXX = '/opt/gcc/currentbin/g++')<br>
              EOF<br>
              --------------<br>
              <br>
              Do you have a way to tell it which compiler version to
              find that is compatible with the source code level?<br>
              <br>
              Regards,<br>
              <br>
              Roger<br>
              _______________________________________________<br>
              cctbxbb mailing list<br>
              <a moz-do-not-send="true"
                href="mailto:cctbxbb@phenix-online.org" target="_blank">cctbxbb@phenix-online.org</a><br>
              <a moz-do-not-send="true"
                href="http://phenix-online.org/mailman/listinfo/cctbxbb"
                target="_blank">http://phenix-online.org/mailman/listinfo/cctbxbb</a><br>
            </blockquote>
          </div>
          <br>
        </div>
        <br>
        <fieldset class="mimeAttachmentHeader"></fieldset>
        <br>
        <pre wrap="">_______________________________________________
cctbxbb mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:cctbxbb@phenix-online.org">cctbxbb@phenix-online.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://phenix-online.org/mailman/listinfo/cctbxbb">http://phenix-online.org/mailman/listinfo/cctbxbb</a>
</pre>
      </blockquote>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
cctbxbb mailing list
<a class="moz-txt-link-abbreviated" href="mailto:cctbxbb@phenix-online.org">cctbxbb@phenix-online.org</a>
<a class="moz-txt-link-freetext" href="http://phenix-online.org/mailman/listinfo/cctbxbb">http://phenix-online.org/mailman/listinfo/cctbxbb</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>