sagemath/sagemath-lrcalc.patch
2014-08-15 13:30:04 -03:00

12 lines
429 B
Diff

diff -up src/module_list.py.orig src/module_list.py
--- src/module_list.py.orig 2014-08-12 14:22:06.954982423 -0300
+++ src/module_list.py 2014-08-12 14:22:15.018982732 -0300
@@ -2191,7 +2191,7 @@ if UNAME[0] == "Darwin" and not UNAME[2]
)
-if is_package_installed('lrcalc'):
+if 1:
ext_modules.append(
Extension('sage.libs.lrcalc.lrcalc',
sources = ["sage/libs/lrcalc/lrcalc.pyx"],