#! /bin/csh -f # # redo a nemo on solaris - with the native compiler # setenv CC cc setenv F77 f77 setenv CXX CC echo WHICH CC: `which cc` # setenv CVSROOT :pserver:anonymous@cvs.astro.umd.edu:/home/cvsroot # cvs login set dir=nemo_cc rm -rf $dir cvs -Q co -d $dir nemo cd $dir (mkdir local; cd local; cvs -Q co pgplot) ./configure --with-yapp=pgplot --with-pgplot-prefix=`pwd`/lib source nemo_start gmake postconfig source NEMORC.local gmake pgplot >& install.pgplot.log gmake vogl >& install.vogl.log gmake libs gmake bins