Changes between Version 21 and Version 22 of InstallWindowsSvn
- Timestamp:
- Apr 5, 2013, 5:29:58 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallWindowsSvn
v21 v22 12 12 13 13 At the moment {{{python xy}}} is only 32 bit, but there seems to be a promise that a 64 bit distribution is not too far away. There a 64 bit python distribution package from Enthought, but is free only to academic users. So at present we recommend win32 {{{python xy}}}. 14 15 16 17 === Scientific python and netcdf ===18 19 We use scientific python to provide netcdf20 support in python.21 22 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 win32 file matching your version of {{{python}}}23 24 We also need to make the netcdf files avaialble to some of our {{{C}}} code. See "More NETCDF Setup" for some more setting up of {{{netcdf}}} for {{{anuga}}}.25 14 26 15 … … 61 50 62 51 63 === More NETCDF Setup ===64 52 65 In one of our {{{C}}} files ({{{fitsmooth.c}}}) we need to link to the netcdf file. As a kludge, I suggest copying the netcdf files installed from {{{scientific python}}} to the appropriate {{{anuga}}} directories.66 67 The library {{{netcdf3.dll}}} should be in the directory {{{C:\Python27\Lib\site-packages\Scientific\Win32}}} (or some very similarly named directory) and {{{netcdf.h}}} in directory {{{C:\Python27\include\Scientific\}}}.68 69 * Copy the library file {{{netcdf3.dll}}} from directory {{{C:\Python27\Lib\site-packages\Scientific\Win32}}} to the directory {{{anuga_core\source\anuga\fit_interpolate}}}. Rename it {{{netcdf.dll}}}. Note the destination directory is FIT_INTERPOLATE70 71 * Copy the {{{netcdf.h}}} file from {{{C:\Python27\include\Scientific\}}} to {{{anuga_core\source\anuga\utilities}}}. Note the destination directory is UTILITIES72 53 73 54 === Compiling ANUGA ===