Changes between Version 6 and Version 7 of InstallWindowsSvn


Ignore:
Timestamp:
Feb 15, 2013, 12:16:12 AM (12 years ago)
Author:
steve
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallWindowsSvn

    v6 v7  
    1010
    1111
    12 === Scientific python ===
     12=== Scientific python and netcdf ===
    1313
    1414We use scientific python to provide netcdf
     
    1717Unfortunately {{{python xy}}} doesn't provide {{{scientific python}}}. A pre-compiled version is available from [http://www.lfd.uci.edu/~gohlke/pythonlibs/#scientificpython scientific python].  Be sure to choose the version matching your version of {{{python}}}.
    1818
     19In one of our {{{C}}} files we need to link to the netcdf file. As a kludge, I suggest copying the netcdf files installed from {{{scientific python}}} to the directory {{{anuga_core\source\anuga\fit_interpolate}}}.  The library {{{NETCDF.dll}}} should be in the directory {{{C:\Python27\Lib\site-packages\Scientific\Win32}}} (or some name very similar). Copy {{{NETCDF.dll}}} to the {{{anuga_core\source\anuga\fit_interpolate}}} directory. Also copy the {{{netcdf.h}}} file from {{{C:\Python27\include\Scientific\}}}  to {{{anuga_core\source\anuga\fit_interpolate}}}
    1920
    2021== Installing anuga ==