Skip to content

Commit

Permalink
fix for ticket:191
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://code.matforge.org/fipy/branches/version-2_0@3064 d80e17d7-ff13-0410-a124-85740d801063
  • Loading branch information
wd15 committed Jun 11, 2009
1 parent 77cad3c commit 2529f1e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST-WINDOWS.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ recursive-include documentation/www/ *.html *.css *.gif *.png
include documentation/manual/reference.pdf
include documentation/manual/fipy.pdf

exclude MANIFEST.in
11 changes: 9 additions & 2 deletions documentation/ADMINISTRATA.txt
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,11 @@ Combine the windows installer and examples into one archive.

$ rm MANIFEST
$ FIPY_VERSION=XXX
$ ln -s dist/FiPy-${FIPY_VERSION}.win32.exe .
$ python setup.py sdist --template=MANIFEST-WINDOWS.in --dist-dir=dist-windows --no-defaults --formats=zip
$ ln dist/FiPy-${FIPY_VERSION}.win32.exe .
$ cp MANIFEST.in MANIFEST.in.bkup
$ cp MANIFEST-WINDOWS.in MANIFEST.in
$ python setup.py sdist --dist-dir=dist-windows --formats=zip
$ cp MANIFEST.in.bkup MANIFEST.in
$ unlink FiPy-${FIPY_VERSION}.win32.exe
$ mv dist-windows/FiPy-${FIPY_VERSION}.zip dist/FiPy-${FIPY_VERSION}.win32.zip

Expand Down Expand Up @@ -212,6 +215,10 @@ Make an announcement to `mailto:[email protected]`_

.. [email protected]: mailto:[email protected]

Build (python setup.py bdist --formats=wininst) a Windows `PyVTK`_ executable and upload to download page.

.. PyVTK: http://cens.ioc.ee/projects/pyvtk/

==========================================
Making a Windows Distribution for Pysparse
==========================================
Expand Down

0 comments on commit 2529f1e

Please sign in to comment.