<?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 What happened to the custom library tool? in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/What-happened-to-the-custom-library-tool/m-p/1146518#M26232</link>
    <description>&lt;P&gt;It has been replaced by some python scripts and there is no way to start the gui app...&lt;/P&gt;&lt;P&gt;What am I missing?&lt;/P&gt;&lt;P&gt;Windows version 2019, Update 4&lt;/P&gt;&lt;P&gt;IntelSWTools\compilers_and_libraries_2019\windows\ipp\tools&lt;/P&gt;</description>
    <pubDate>Mon, 19 Aug 2019 18:50:49 GMT</pubDate>
    <dc:creator>Mikhail_K_</dc:creator>
    <dc:date>2019-08-19T18:50:49Z</dc:date>
    <item>
      <title>What happened to the custom library tool?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/What-happened-to-the-custom-library-tool/m-p/1146518#M26232</link>
      <description>&lt;P&gt;It has been replaced by some python scripts and there is no way to start the gui app...&lt;/P&gt;&lt;P&gt;What am I missing?&lt;/P&gt;&lt;P&gt;Windows version 2019, Update 4&lt;/P&gt;&lt;P&gt;IntelSWTools\compilers_and_libraries_2019\windows\ipp\tools&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 18:50:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/What-happened-to-the-custom-library-tool/m-p/1146518#M26232</guid>
      <dc:creator>Mikhail_K_</dc:creator>
      <dc:date>2019-08-19T18:50:49Z</dc:date>
    </item>
    <item>
      <title>Run "python3 main.py" and it</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/What-happened-to-the-custom-library-tool/m-p/1146519#M26233</link>
      <description>&lt;P&gt;Run "python3 main.py"&lt;/P&gt;&lt;P&gt;This will start a GUI, unless you use the -c command line flag. You need to use Python version 3, which may be called simply python on your system, depending on how Python was installed. You also may need to install some extra Python packages, it will tell you if they are missing.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 20:13:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/What-happened-to-the-custom-library-tool/m-p/1146519#M26233</guid>
      <dc:creator>Achtzehnter__Joachim</dc:creator>
      <dc:date>2019-08-19T20:13:54Z</dc:date>
    </item>
    <item>
      <title>Kind of figured it out, but</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/What-happened-to-the-custom-library-tool/m-p/1146520#M26234</link>
      <description>&lt;P&gt;Kind of figured it out, but can't get it to work 100%:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. I'm trying to isolate signal processing functions into a dll. In the old tool you could mark all functions within a category and move them over like so:&lt;BR /&gt;&lt;A href="https://i.imgur.com/E2ikkJO.png" target="_blank"&gt;https://i.imgur.com/E2ikkJO.png&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The python gui does not allow that. Need to move one line at a time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. The old version had a set of functions for Core Domain (shown in the picture above). The new one doesn't. Why?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. So, ended up&amp;nbsp;trying to do it from console:&lt;/P&gt;&lt;P&gt;python main.py -c&amp;nbsp;-mt -ff “C:\somedir\functions.txt” -n ipps -cnl "C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2019.4.245" -p "C:\somedir\" -ia32 -intel64 -ts Windows&lt;/P&gt;
&lt;PRE class="brush:bash; class-name:dark;"&gt;Intel IPP Custom Library Tool console version is on...
Traceback (most recent call last):
&amp;nbsp; File "main.py", line 130, in &amp;lt;module&amp;gt;
&amp;nbsp; &amp;nbsp; threading_layer_type)
&amp;nbsp; File "C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2019.4.245\windows\ipp\tools\custom_library_tool_python\tool\core.py", line 62, in generate_script
&amp;nbsp; &amp;nbsp; sub_command=sub_command))
&amp;nbsp; File "C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2019.4.245\windows\ipp\tools\custom_library_tool_python\tool\generators.py", line 61, in generate_windows_for_windows
&amp;nbsp; &amp;nbsp; multi_threaded)
&amp;nbsp; File "C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2019.4.245\windows\ipp\tools\custom_library_tool_python\tool\generators.py", line 444, in get_libraries_list
&amp;nbsp; &amp;nbsp; return list_to_arguments(libraries_list, host_system)
&amp;nbsp; File "C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2019.4.245\windows\ipp\tools\custom_library_tool_python\tool\generators.py", line 419, in list_to_arguments
&amp;nbsp; &amp;nbsp; for library in libraries_list
&amp;nbsp; File "C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2019.4.245\windows\ipp\tools\custom_library_tool_python\tool\generators.py", line 423, in &amp;lt;listcomp&amp;gt;
&amp;nbsp; &amp;nbsp; os.environ['IPPROOT']),
&amp;nbsp; File "C:\Users\hello\AppData\Local\Programs\Python\Python37-32\lib\os.py", line 678, in __getitem__
&amp;nbsp; &amp;nbsp; raise KeyError(key) from None
KeyError: 'IPPROOT'&lt;/PRE&gt;

&lt;P&gt;The installer does not set IPPROOT?&lt;/P&gt;
&lt;P&gt;Edit. It works if I use one of the two flags at a time (-ia32 -intel64). Initially I followed this example:&amp;nbsp;https://software.intel.com/en-us/ipp-dev-guide-using-console-version-of-custom-library-tool&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 21:03:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/What-happened-to-the-custom-library-tool/m-p/1146520#M26234</guid>
      <dc:creator>Mikhail_K_</dc:creator>
      <dc:date>2019-08-19T21:03:00Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;The installer does not set</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/What-happened-to-the-custom-library-tool/m-p/1146521#M26235</link>
      <description>&lt;P&gt;&amp;gt;&amp;gt;The installer does not set IPPROOT?&lt;/P&gt;&lt;P&gt;&amp;lt;&amp;lt; installer doesn't set IPPROOT, Please use the command shell ../bin/ippvars.bat to set this env. variable.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2019 06:04:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/What-happened-to-the-custom-library-tool/m-p/1146521#M26235</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2019-08-20T06:04:42Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;  It works if I use one of</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/What-happened-to-the-custom-library-tool/m-p/1146522#M26236</link>
      <description>&lt;P&gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp;It works if I use one of the two flags at a time (-ia32 -intel64).&lt;BR /&gt;&lt;BR /&gt;&amp;lt;&amp;lt; It work for: Windows 10, python 3.7, IPP&amp;nbsp;2019 update4.&lt;BR /&gt;Can you provide the error message and specify what version of python are you using?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2019 12:48:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/What-happened-to-the-custom-library-tool/m-p/1146522#M26236</guid>
      <dc:creator>Ekaterina_S_Intel</dc:creator>
      <dc:date>2019-08-21T12:48:22Z</dc:date>
    </item>
    <item>
      <title>It works fine, it's just the</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/What-happened-to-the-custom-library-tool/m-p/1146523#M26237</link>
      <description>&lt;P&gt;It works fine, it's just the first time I followed your example literaly:&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/en-us/ipp-dev-guide-using-console-version-of-custom-library-tool" target="_blank"&gt;https://software.intel.com/en-us/ipp-dev-guide-using-console-version-of-custom-library-tool&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You cannot use both&amp;nbsp;-ia32 -intel64 at the same time.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2019 19:13:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/What-happened-to-the-custom-library-tool/m-p/1146523#M26237</guid>
      <dc:creator>Mikhail_K_</dc:creator>
      <dc:date>2019-08-21T19:13:29Z</dc:date>
    </item>
  </channel>
</rss>

