source: trunk/MESOSCALE_DEV/NETCDF/gfortran_netcdf4_fpic @ 1104

Last change on this file since 1104 was 547, checked in by aslmd, 13 years ago

UTIL PYTHON: make f2py stuff work with gfortran. thanks to JBM :)

  • Property svn:executable set to *
File size: 363 bytes
Line 
1#!/bin/bash
2#Tue Feb 28 18:29:46 EST 2012
3
4FC=gfortran
5FFLAGS=" -O2"
6F90=gfortran
7FCFLAGS="-O2 -ffree-form"
8CPPFLAGS=""
9CC=gcc
10CFLAGS="-O2"
11CXX=g++
12CXXFLAGS="-O2"
13
14./configure --with-pic \
15  --prefix=/home/jmadelei/PROGRAMS/netcdf-4.0.1-gfortran \
16  > configure.log 2>&1
17
18make > make.log 2>&1
19
20make test > make_test.log 2>&1
21
22make install > make_install.log 2>&1
Note: See TracBrowser for help on using the repository browser.