<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi Flavian,<div class=""><br class=""></div><div class="">Unfortunately, we currently do not have a 32bit Linux build of NCL available via conda.</div><div class=""><br class=""></div><div class="">However, we do have a precompiled test build of NCL 6.4.0-beta for 32bit Linux:&nbsp;<a href="http://www.ncl.ucar.edu/Download/files/ncl_ncarg-6.4.0-beta.Linux_Debian7_11_i686_gcc472.tar.gz" class="">http://www.ncl.ucar.edu/Download/files/ncl_ncarg-6.4.0-beta.Linux_Debian7_11_i686_gcc472.tar.gz</a></div><div class=""><br class=""></div><div class=""><div class="gmail_default">To get the file:</div><div class="gmail_default"><br class=""></div><div class="gmail_default">&nbsp; &nbsp; wget&nbsp;<a href="http://www.ncl.ucar.edu/Download/files/ncl_ncarg-6.4.0-beta.Linux_Debian7_11_i686_gcc472.tar.gz" class="">http://www.ncl.ucar.edu/Download/files/ncl_ncarg-6.4.0-beta.Linux_Debian7_11_i686_gcc472.tar.gz</a></div><div class="gmail_default">&nbsp; &nbsp;&nbsp;</div><div class="gmail_default">Once you have the file, you need to uncompress and untar it wherever you want the software to reside. For example, if you want the software in /usr/local/ncl-6.4.0-beta, then move the file to /usr/local/ncl-6.4.0-beta and type the following:</div><div class="gmail_default"><br class=""></div><div class="gmail_default">&nbsp; &nbsp;mkdir /usr/local/ncl-6.4.0-beta</div><div class="gmail_default">&nbsp; &nbsp;cd /usr/local/ncl-6.4.0-beta</div><div class="gmail_default">&nbsp; &nbsp;tar -zxvf /path/to/file/<span class="">ncl_ncarg-6.4.0-beta.Linux_Debian7_11_i686_gcc472.tar.gz</span></div><span class=""><br class=""></span><div class="gmail_default">where "/path/to/file" needs to be replaced by whatever the path is to that file.</div><div class="gmail_default"><br class=""></div><div class="gmail_default">You can then remove the file or save it somewhere.</div><div class="gmail_default"><br class=""></div><div class="gmail_default">You also need to setenv NCARG_ROOT to the parent directory and make sure $NCARG_ROOT/bin is on your search path:</div><div class="gmail_default"><br class=""></div><div class="gmail_default">&nbsp; csh/tcsh:</div><div class="gmail_default"><br class=""></div><div class="gmail_default">&nbsp; setenv NCARG_ROOT /usr/local/ncl-6.4.0-beta</div><div class="gmail_default">&nbsp; setenv PATH $NCARG_ROOT/bin:$PATH</div><div class="gmail_default"><br class=""></div><div class="gmail_default">&nbsp; bash/sh/ksh:</div><div class="gmail_default"><br class=""></div><div class="gmail_default">&nbsp; export NCARG_ROOT=/usr/local/ncl-6.4.0-beta</div><div class="gmail_default">&nbsp; export PATH=$NCARG_ROOT/bin:$PATH</div><div class="gmail_default"><br class=""></div><div class="gmail_default">To quickly test that you are using the new NCL, type:</div><div class="gmail_default"><br class=""></div><div class="gmail_default">&nbsp;ncl -V</div><div class="gmail_default"><br class=""></div><div class="gmail_default">It should say "6.4.0-26Aug2016_1228”.</div></div><div class="gmail_default"><br class=""></div><div class="gmail_default">If you experience any issues running this build, please feel free to email me directly (not using <a href="mailto:ncl-install@ucar.edu" class="">ncl-install@ucar.edu</a>) to further diagnose the problem.</div><div class="gmail_default"><br class=""></div><div class="gmail_default">Kevin</div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Aug 25, 2016, at 3:08 PM, Flavian Allaz &lt;<a href="mailto:flav.allaz@gmail.com" class="">flav.allaz@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class=""><div class="">Hi,<br class=""><br class=""></div>Is there a way to install the ncl 6.4.0 test version on a 32bit system?<br class=""><br class=""></div><div class="">Installing miniconda 64bits on a 32bits system don't work. And when I install miniconda in 32bits, I get that error:<br class=""><br class="">~$&nbsp;&nbsp; conda install --channel dbrown --channel khallock ncl<br class="">Fetching package metadata ...........<br class="">Solving package specifications: .<br class="">Error: Package missing in current linux-32 channels: <br class="">&nbsp; - ncl<br class=""><br class=""><br class=""></div><div class="">The
 test version works fine on my laptop (64bits) and I want to use it on 
my server which is 32bits. It would be painful to reinstall the whole 
server in 64bits...<br class=""><br class=""></div><div class="">Thanks<br class=""></div>Flavian</div>
_______________________________________________<br class="">ncl-install mailing list<br class="">List instructions, subscriber options, unsubscribe:<br class=""><a href="http://mailman.ucar.edu/mailman/listinfo/ncl-install" class="">http://mailman.ucar.edu/mailman/listinfo/ncl-install</a><br class=""></div></blockquote></div><br class=""></div></body></html>