| Issue 301: | Setup.py target to prepare all the stuff for win/osx portable version | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Something like: python setup.py bdist_portable And can do (from dennda talk on irc): git clean -dxf rm -rdf .git rm -rdf .gitignore cp pymt/c_ext/*.so build/release/pymt/c_ext/ :)
Aug 20, 2010
Project Member
#1
thomas.h...@gmail.com
Owner:
thomas.hansen
Aug 20, 2010
not doing ant git clean or rm btw. this is the process of build script (buils scripts and resources lice in pymt.tools.packaging.<platform>) 1.creates an empty build dir 2.downalods binary dependencies 3.creates a source distribution (setup.py sdist) from current source tree (this avoids any git stuff) 4. compiles c_ext inplace on new build 5. copy launcher script, resources and package all up
Aug 21, 2010
done, needs review/testing maybe. works well on my windows 7 64bit and mbp with osx 10.6.
Status:
Fixed
|