Last change
on this file since 742 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
|
Rev | Line | |
---|
[547] | 1 | #!/bin/bash |
---|
| 2 | #Tue Feb 28 18:29:46 EST 2012 |
---|
| 3 | |
---|
| 4 | FC=gfortran |
---|
| 5 | FFLAGS=" -O2" |
---|
| 6 | F90=gfortran |
---|
| 7 | FCFLAGS="-O2 -ffree-form" |
---|
| 8 | CPPFLAGS="" |
---|
| 9 | CC=gcc |
---|
| 10 | CFLAGS="-O2" |
---|
| 11 | CXX=g++ |
---|
| 12 | CXXFLAGS="-O2" |
---|
| 13 | |
---|
| 14 | ./configure --with-pic \ |
---|
| 15 | --prefix=/home/jmadelei/PROGRAMS/netcdf-4.0.1-gfortran \ |
---|
| 16 | > configure.log 2>&1 |
---|
| 17 | |
---|
| 18 | make > make.log 2>&1 |
---|
| 19 | |
---|
| 20 | make test > make_test.log 2>&1 |
---|
| 21 | |
---|
| 22 | make install > make_install.log 2>&1 |
---|
Note: See
TracBrowser
for help on using the repository browser.