create core package

This commit is contained in:
aydemir
2015-02-24 11:18:35 +02:00
parent 0e4b743b82
commit 70b25d0f95
1098 changed files with 169545 additions and 0 deletions
@@ -0,0 +1,13 @@
--- setup.py~ 2013-08-31 18:39:47.372964836 +0300
+++ setup.py 2013-08-31 18:39:57.938964450 +0300
@@ -437,8 +437,8 @@
def detect_modules(self):
# Ensure that /usr/local is always used
- add_dir_to_list(self.compiler.library_dirs, '/usr/local/lib')
- add_dir_to_list(self.compiler.include_dirs, '/usr/local/include')
+# add_dir_to_list(self.compiler.library_dirs, '/usr/local/lib')
+# add_dir_to_list(self.compiler.include_dirs, '/usr/local/include')
self.add_gcc_paths()
self.add_multiarch_paths()