Commit Graph

11 Commits

Author SHA1 Message Date
Tony S Yu 5bd28c3d1a Remove version.py reference in Makefile 2012-03-04 10:49:10 -05:00
Tony S Yu 0deba46d26 Minor fixes to build process.
* Fix name error when running setup.py from within main package.

* Change `make clean` so that it removes hash files.

* Remove unused import.
2012-02-08 22:38:46 -05:00
Nelle Varoquaux 114cf44c77 Renamed scikits.image to skimage 2011-10-18 21:12:27 +02:00
Stefan van der Walt 75d1688183 PKG: Remove both .so and .pyc files in find . -name "*.so" -o -name "*.pyc" | xargs rm -f. 2011-09-27 23:11:02 -07:00
Stefan van der Walt 13e21935ed PKG: Allow make clean to run twice in a row. 2011-09-27 23:05:05 -07:00
Stefan van der Walt 7dbbf8b397 Cython division fixes. Ignore version file after build. 2009-12-03 09:45:20 +02:00
Ralf Gommers 8f7e3bcaaa Correct calling of coverage plugin, no spurious output anymore. 2009-11-02 21:07:26 +01:00
Ralf Gommers a04fa0b578 Add make coverage command. 2009-10-28 14:37:00 +01:00
Ralf Gommers 7badc2c240 Make "make test" work. 2009-10-28 14:09:50 +01:00
Stefan van der Walt a350786ff3 Correctly label targets as phony. 2009-08-25 14:28:16 -07:00
Stefan van der Walt 13195d0944 Add Makefile. 2009-08-25 14:08:57 -07:00