[ 地球流体電脳倶楽部 / dcpam 公開領域 ] [ ディレクトリ管理の手引き / SIGEN ]

netcdf ビルドログ @ joho03-itpass


  1. 準備
  2. ビルド

準備

必要なファイルの取得

必要なファイル

http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-3.6.3.tar.gz

ビルド

netcdf

ビルドは ~/tmp/netcdf で行う.

展開

% tar xvf netcdf-3.6.3.tar.gz
% cd netcdf-3.6.3

環境変数の設定, configure, make

% setenv CC gcc
% setenv CXX
% setenv CPPFLAGS '-DNAGf90Fortran'
% setenv CFLAGS
% setenv CXXFLAGS
% setenv F90 frt
% setenv FC frt
% setenv F77 frt
% setenv F90FLAGS '-Am'
% setenv FCFLAGS '-Am'
% setenv FFLAGS

% ./configure --prefix=/home/yot/local/netcdf-3.6.3-frt-gnu |& tee zzz-config.log

% make | & tee zzz-make.log
% make check | & tee zzz-make_check.log
% make install | & tee zzz-make_install.log

DCPAM Development Group / GFD Dennou Staff dcstaff@gfd-dennou.org
Last Updated: unknown, Since: unknown