Changeset 134 for releases


Ignore:
Timestamp:
04/03/09 17:24:13 (7 years ago)
Author:
mmckerns
Message:

patched easy_install problem for matplotlib (see ticket #56)

Location:
releases
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • releases/Makefile

    r132 r134  
    11#--------------------------------------------------- 
    2 PATCHES = 2 
     2NPATCH = 3 
    33#--------------------------------------------------- 
    44 
     
    66 
    77patch: 
    8         patch -p0 -i mystic-0.1a1-patch2.diff 
     8        patch -p0 -i mystic-0.1a1-patch${NPATCH}.diff 
    99 
    1010release: 
    11         tar -cvzf mystic-0.1a1-p2.tgz mystic-0.1a1 
     11        tar -cvzf mystic-0.1a1-p${NPATCH}.tgz mystic-0.1a1 
    1212 
    1313clean: 
    1414        cd mystic-0.1a1; cd examples; rm -f README example*; cd ..; cd .. 
    1515        cd mystic-0.1a1; cd mystic; rm -f scipy_optimize*; cd ..; cd .. 
     16        cd mystic-0.1a1; rm -f setup.py; cd .. 
    1617        svn up 
Note: See TracChangeset for help on using the changeset viewer.