mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-02-15 03:27:39 -08:00
13 lines
400 B
Diff
13 lines
400 B
Diff
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -21,8 +21,7 @@
|
|
include_dirs = ['/usr/include',
|
|
'/usr/local/include',
|
|
'/usr/include/eigen3']
|
|
- lib_dirs = ['/usr/lib',
|
|
- '/usr/local/lib']
|
|
+ lib_dirs = ['/usr/local/lib']
|
|
|
|
if 'CPATH' in os.environ:
|
|
include_dirs += os.environ['CPATH'].split(':')
|