<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>The documentation for your plotting package says that NCAR Graphics is needed, but not a full NCL installation.  For NCAR Graphics only, I recommend building the library from source.  Use the most recent release version, 6.6.2.  Other pre-built binary versions might work, but they might need you to resolve some other compatibility issues.</div><div><br></div><div>It might work to your advantage to build the NCAR Graphics library with the same compiler version that you are using to compile and link the plotting package.  This might avoid some known problems with mismatched runtime library versions.</div><div><br></div><div>The configure script for the NCL/NCAR Graphics library is interactive.  Don't try to run this in batch mode without following the interactive prompts.  The prompts will lead you through a series of yes/no questions about what features to include.</div><br>For NCAR Graphics only, be sure to answer "n" when it asks if you want to build NCL.  This will reduce the number of other external packages needed.  If you select this option, then there will be no "ncl" executable, only a set of library files in $NCARG_ROOT/lib, as needed for your plotting package.</div><div dir="ltr"><br></div><div dir="ltr">Please see the "build from source" page for more details.</div><div dir="ltr"><a href="https://www.ncl.ucar.edu/Download/build_from_src.shtml">https://www.ncl.ucar.edu/Download/build_from_src.shtml</a><br></div><div dir="ltr"><br></div><div>There are also some recent source code patches that have not yet been incorporated.  You might need some of these with newer compiler versions.  So if you run into build errors, you might look on the NCL/NCARG Github site for clues, especially in some of the recent pull requests.  Good luck.</div><div dir="ltr"><br></div><div dir="ltr"><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Feb 6, 2021 at 11:37 PM Leming Van via ncl-install <<a href="mailto:ncl-install@mailman.ucar.edu">ncl-install@mailman.ucar.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Dear all,<div><br></div><div>I want to install the ROMS/TOMS Plotting Package [<a href="https://www.myroms.org/wiki/Plotting_Package_Installation" target="_blank">Plotting Package Installation - WikiROMS (myroms.org)</a>],</div><div>so I need to install NCL first.</div><div><br></div><div>At the beginning, I use "conda install -c conda-forge ncl" to do the work, the version is 6.6.2, seems too new</div><div>to install the ROMS/TOMS Plotting Package. Then I try "sudo apt install ncl-ncarg", the version is 6.4.0, but I</div><div>cann't find the NCARG libs, so I give it up too.</div><div><br></div><div>At last, I try to install NCL from source code, from here [<a href="https://github.com/NCAR/ncl/releases?after=6.1.1" target="_blank">Releases · NCAR/ncl (github.com)</a>].</div><div><br></div><div>Follow the file from ncl-5.2.0/INSTALL.html</div><div><pre style="color:rgb(0,0,0)">cd $NCARG
./Configure  -v</pre><pre style="color:rgb(0,0,0)">make Everything  >&  make-output  &</pre><pre><font color="#000000" face="arial, sans-serif">After that, I got a folder named "ncarg", but I can't find "ncl" file under ncarg/bin/.</font></pre><pre><font color="#000000" face="arial, sans-serif">Does any one know how to fix the problem? Any suggestions would be appreciated.</font></pre></div><div>Best,</div><div>Leming</div></div></div></div></div></div></div></div></div></div></div></div></div></blockquote></div></div></div></div></div>