<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic BioPython installation compile error in Intel® Distribution for Python*</title>
    <link>https://community.intel.com/t5/Intel-Distribution-for-Python/BioPython-installation-compile-error/m-p/1064697#M117</link>
    <description>&lt;P&gt;I've installed the Intel® Distribution for Python Tech Preview&amp;nbsp;3.5 on a Linux system (2.6.32-431.el6.x86_64) and now want to install the BioPython 1.66 packages to support a molecular docking application.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Following the download and installation instructions from the BioPython wiki page (http://biopython.org/wiki/Download), the Python bits for installation went well. When I get to the compiled C code, I run into an error dealing with undefined identifiers from the Intel Python include files. Specifically, I get the following errors:&lt;/P&gt;

&lt;P&gt;/opt/intel/python/3.5.20150803_185146/include/python3.5m/pyatomic.h(58): error: identifier "__ATOMIC_RELAXED" is undefined&lt;/P&gt;

&lt;P&gt;/opt/intel/python/3.5.20150803_185146/include/python3.5m/pyatomic.h(59): error: identifier "__ATOMIC_ACQUIRE" is undefined&lt;/P&gt;

&lt;P&gt;/opt/intel/python/3.5.20150803_185146/include/python3.5m/pyatomic.h(60): error: identifier "__ATOMIC_RELEASE" is undefined&lt;/P&gt;

&lt;P&gt;/opt/intel/python/3.5.20150803_185146/include/python3.5m/pyatomic.h(61): error: identifier "__ATOMIC_ACQ_REL" is undefined&lt;/P&gt;

&lt;P&gt;/opt/intel/python/3.5.20150803_185146/include/python3.5m/pyatomic.h(62): error: identifier "__ATOMIC_SEQ_CST" is undefined&lt;/P&gt;

&lt;P&gt;I've greped for these identifiers in the include directory, but there is no definition. They are only used in pyatomic.h, which is being included into Python.h.&amp;nbsp;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Just to check, I've been able to build and test the BioPython install on a different system with the default Python (2.6) without problems.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Any ideas on where these ATOMIC identifiers are defined? I've attached the compilation command with flags and the errors generated during the installation.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 29 Mar 2016 18:22:41 GMT</pubDate>
    <dc:creator>ClayB</dc:creator>
    <dc:date>2016-03-29T18:22:41Z</dc:date>
    <item>
      <title>BioPython installation compile error</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/BioPython-installation-compile-error/m-p/1064697#M117</link>
      <description>&lt;P&gt;I've installed the Intel® Distribution for Python Tech Preview&amp;nbsp;3.5 on a Linux system (2.6.32-431.el6.x86_64) and now want to install the BioPython 1.66 packages to support a molecular docking application.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Following the download and installation instructions from the BioPython wiki page (http://biopython.org/wiki/Download), the Python bits for installation went well. When I get to the compiled C code, I run into an error dealing with undefined identifiers from the Intel Python include files. Specifically, I get the following errors:&lt;/P&gt;

&lt;P&gt;/opt/intel/python/3.5.20150803_185146/include/python3.5m/pyatomic.h(58): error: identifier "__ATOMIC_RELAXED" is undefined&lt;/P&gt;

&lt;P&gt;/opt/intel/python/3.5.20150803_185146/include/python3.5m/pyatomic.h(59): error: identifier "__ATOMIC_ACQUIRE" is undefined&lt;/P&gt;

&lt;P&gt;/opt/intel/python/3.5.20150803_185146/include/python3.5m/pyatomic.h(60): error: identifier "__ATOMIC_RELEASE" is undefined&lt;/P&gt;

&lt;P&gt;/opt/intel/python/3.5.20150803_185146/include/python3.5m/pyatomic.h(61): error: identifier "__ATOMIC_ACQ_REL" is undefined&lt;/P&gt;

&lt;P&gt;/opt/intel/python/3.5.20150803_185146/include/python3.5m/pyatomic.h(62): error: identifier "__ATOMIC_SEQ_CST" is undefined&lt;/P&gt;

&lt;P&gt;I've greped for these identifiers in the include directory, but there is no definition. They are only used in pyatomic.h, which is being included into Python.h.&amp;nbsp;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Just to check, I've been able to build and test the BioPython install on a different system with the default Python (2.6) without problems.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Any ideas on where these ATOMIC identifiers are defined? I've attached the compilation command with flags and the errors generated during the installation.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2016 18:22:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/BioPython-installation-compile-error/m-p/1064697#M117</guid>
      <dc:creator>ClayB</dc:creator>
      <dc:date>2016-03-29T18:22:41Z</dc:date>
    </item>
    <item>
      <title>Hi Clay,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/BioPython-installation-compile-error/m-p/1064698#M118</link>
      <description>&lt;P&gt;Hi Clay,&lt;/P&gt;

&lt;P&gt;I tested installing biopython with our upcoming release - I was able to install the package. We are releasing our beta soon, you should be able to install biopython with it.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Rohit&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2016 19:09:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/BioPython-installation-compile-error/m-p/1064698#M118</guid>
      <dc:creator>Rohit_J_Intel</dc:creator>
      <dc:date>2016-03-29T19:09:53Z</dc:date>
    </item>
  </channel>
</rss>

