netcdf ビルドログ @ pi-computer (FX10)
- 作業日 2015/04/28
準備
必要なファイルの取得
必要なファイル
- netcdf ftp://ftp.unidata.ucar.edu/pub/netcdf/old/netcdf-4.0.1.tar.gz
ビルド
netcdf
$ export NCBYTE_T="integer(selected_int_kind(2))" $ export NCSHORT_T="integer*2" $ export NF_INT1_T="integer(selected_int_kind(2))" $ export NF_INT2_T="integer*2" $ export NF_INT1_IS_C_SHORT=1 $ export NF_INT2_IS_C_SHORT=1 $ export NF_INT_IS_C_INT=1 $ export NF_REAL_IS_C_FLOAT=1 $ export NF_DOUBLEPRECISION_IS_C_DOUBLE=1 $ export CC=fccpx $ export FC=frtpx $ export CPPFLAGS='-DNDEBUG -DNAGf90Fortran' $ tar xvf netcdf-4.0.1.tar.gz $ cd netcdf-4.0.1 $ ./configure --prefix=/home/G15023/yot/local/netcdf-4.0.1 \ --host=sparc64v-sparc-linux-gnu \ --disable-utilities \ --disable-fortran-compiler-check \ --disable-fortran-type-check $ make $ make install