Changeset 132 for releases


Ignore:
Timestamp:
04/02/09 17:23:57 (7 years ago)
Author:
mmckerns
Message:

now StepMonitor? logs best not simplex (ticket #29); built new patch

Location:
releases
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • releases/Makefile

    r131 r132  
    11#--------------------------------------------------- 
    2 PATCHES = 1 
     2PATCHES = 2 
    33#--------------------------------------------------- 
    44 
     
    66 
    77patch: 
    8         patch -p0 -i mystic-0.1a1-patch1.diff 
     8        patch -p0 -i mystic-0.1a1-patch2.diff 
    99 
    1010release: 
    11         tar -cvzf mystic-0.1a1-p1.tgz mystic-0.1a1 
     11        tar -cvzf mystic-0.1a1-p2.tgz mystic-0.1a1 
    1212 
    1313clean: 
    1414        cd mystic-0.1a1; cd examples; rm -f README example*; cd ..; cd .. 
     15        cd mystic-0.1a1; cd mystic; rm -f scipy_optimize*; cd ..; cd .. 
    1516        svn up 
Note: See TracChangeset for help on using the changeset viewer.