<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Where is the udunits library installed?</title>
  <link rel="alternate" href="https://conferences.xsede.org/c/message_boards/find_thread?p_l_id=&amp;threadId=618934" />
  <subtitle>Where is the udunits library installed?</subtitle>
  <entry>
    <title>RE: Where is the udunits library installed?</title>
    <link rel="alternate" href="https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=619043" />
    <author>
      <name>David LeBauer</name>
    </author>
    <id>https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=619043</id>
    <updated>2013-11-06T19:08:55Z</updated>
    <published>2013-11-06T19:08:55Z</published>
    <summary type="html">Thanks! this is what works:&lt;br /&gt;&lt;br /&gt;install.packages(&amp;#034;udunits2&amp;#034;, configure.args=&amp;#039;--with-udunits2=/opt/apps/intel13/udunits/2.1.24/ --with-udunits2-include=/opt/apps/intel13/udunits/2.1.24/include&amp;#039;)</summary>
    <dc:creator>David LeBauer</dc:creator>
    <dc:date>2013-11-06T19:08:55Z</dc:date>
  </entry>
  <entry>
    <title>RE: Where is the udunits library installed?</title>
    <link rel="alternate" href="https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=619015" />
    <author>
      <name>Dirk Joel L Colbry</name>
    </author>
    <id>https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=619015</id>
    <updated>2013-11-06T18:14:37Z</updated>
    <published>2013-11-06T18:14:37Z</published>
    <summary type="html">David,&lt;br /&gt;&lt;br /&gt;I typically just use the &amp;#034;module show&amp;#034; command. For example:&lt;br /&gt;&lt;br /&gt;module show module udunits/2.1.24&lt;br /&gt;&lt;br /&gt;This will list all of the environment variables that are changed by the module.  This includes the PATH variable which will tell you where the software is installed.  &lt;br /&gt;&lt;br /&gt;Does that answer your question?&lt;br /&gt;&lt;br /&gt;- Dirk</summary>
    <dc:creator>Dirk Joel L Colbry</dc:creator>
    <dc:date>2013-11-06T18:14:37Z</dc:date>
  </entry>
  <entry>
    <title>Where is the udunits library installed?</title>
    <link rel="alternate" href="https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=618933" />
    <author>
      <name>David LeBauer</name>
    </author>
    <id>https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=618933</id>
    <updated>2013-11-06T16:53:44Z</updated>
    <published>2013-11-06T16:37:48Z</published>
    <summary type="html">I am new to using modules. But, how can specify a path required to compile a program?&lt;br /&gt;&lt;br /&gt;I think that I need to figure out where the module udunits/2.1.24 is installed but I am not finding any paths from module spider, module whatis&lt;br /&gt;&lt;br /&gt;When I try to install the R package &amp;#034;udunits2&amp;#034;:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: Courier&amp;#x20;New"&gt;&lt;br /&gt;$ module load module load gsl hdf5 parallel-netcdf/4.2.1.1 netcdf nco udunits/2.1.24 R_mkl/3.0.1&lt;br /&gt;$ R&lt;br /&gt;&amp;gt; install.packages(&amp;#034;udunits2&amp;#034;)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;I get the following error:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: Courier&amp;#x20;New"&gt;&lt;br /&gt;checking for unistd.h... yes&lt;br /&gt;checking udunits2.h usability... no&lt;br /&gt;checking udunits2.h presence... no&lt;br /&gt;checking for udunits2.h... no&lt;br /&gt;checking for ut_read_xml in -ludunits2... no&lt;br /&gt;-----Error: libununits2.a not found-----&lt;br /&gt;     If the udunits2 library is installed in a non-standard location,&lt;br /&gt;     use --configure-args=&amp;#039;--with-udunits2=/usr/local/lib&amp;#039; for example,&lt;br /&gt;     or --configure-args=&amp;#039;--with-udunits2-include=/usr/include/udunits2&amp;#039;&lt;br /&gt;     replacing paths with appropriate values for your installation.&lt;br /&gt;     If udunits2 is not installed, please install it.&lt;br /&gt;     It is required for this package.&lt;br /&gt;ERROR: configuration failed for package ‘udunits2’&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;so, the solution is to specify the path like &lt;span style="font-family: Courier&amp;#x20;New"&gt; install.packages(&amp;#034;udunits2&amp;#034;, configure.args=&amp;#039;--with-udunits2-include=/path/to/udunits2/&amp;#039; )&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;But Is there a bettter way to find this than &lt;span style="font-family: Courier&amp;#x20;New"&gt; $ find / -name libununits2 2&amp;gt; /dev/null &lt;/span&gt;?&lt;br /&gt;&lt;br /&gt;A related project-specific bug is here: https://github.com/PecanProject/pecan/issues/71</summary>
    <dc:creator>David LeBauer</dc:creator>
    <dc:date>2013-11-06T16:37:48Z</dc:date>
  </entry>
</feed>

