Changes between Version 6 and Version 7 of InstallWindowsSvn
- Timestamp:
- Feb 15, 2013, 12:16:12 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallWindowsSvn
v6 v7 10 10 11 11 12 === Scientific python ===12 === Scientific python and netcdf === 13 13 14 14 We use scientific python to provide netcdf … … 17 17 Unfortunately {{{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}}}. 18 18 19 In 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}}} 19 20 20 21 == Installing anuga ==