Ignore:
Timestamp:
Aug 21, 2006, 4:10:14 PM (18 years ago)
Author:
duncan
Message:

Hi all,
I'm doing a change in the anuga structure, moving the code to

\anuga_core\source\anuga

After you have done an svn update, the PYTHONPATH has to be changed to;
PYTHONPATH = anuga_core/source/

This is part of changes required to make installation of anuga quicker and reducing the size of our sandpits.

If any imports are broken, try fixing them. With adding anuga. to them for example. If this seems to have really broken things, email/phone me.

Cheers
Duncan

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/utilities/compile.py

    r2778 r3514  
    176176  #Add Python path + utilities to includelist (see ticket:31)
    177177  #Assume there is only one 'utilities' dir under path dirs
    178 
     178 
    179179  utilities_include_dir = None
    180180  for pathdir in sys.path:
     
    190190      #print 'Found %s to be used as include dir' %utilities_include_dir
    191191      break
    192      
    193 
    194      
     192
     193  utilities_include_dir = buildroot + os.sep + "source" + os.sep + "anuga" \
     194                          + os.sep + 'utilities'
     195 
    195196
    196197 
Note: See TracChangeset for help on using the changeset viewer.