Ticket #4233: patch-setup.py

File patch-setup.py, 294 bytes (added by ben@…, 19 years ago)

files/patch-setup.py

Line 
1--- setup.py.orig       2005-07-29 23:49:39.000000000 -0700
2+++ setup.py    2005-07-29 23:50:12.000000000 -0700
3@@ -106,6 +106,7 @@
4 
5 if __name__ == "__main__":
6     ignore_packages = [
7+       'linalg',
8         # list of package names that will not be built.
9         ]
10     setup_package(ignore_packages)