summaryrefslogtreecommitdiff
path: root/libre/sagemath/clean.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libre/sagemath/clean.patch')
-rw-r--r--libre/sagemath/clean.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/libre/sagemath/clean.patch b/libre/sagemath/clean.patch
deleted file mode 100644
index cfca01fcb..000000000
--- a/libre/sagemath/clean.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- src/setup.py.orig 2014-11-16 10:34:05.521441703 +0100
-+++ src/setup.py 2014-11-16 10:34:16.054812569 +0100
-@@ -620,21 +620,6 @@
-
-
- #########################################################
--### Clean
--#########################################################
--
--print('Cleaning up stale installed files....')
--t = time.time()
--from sage_setup.clean import clean_install_dir
--output_dirs = SITE_PACKAGES + glob.glob(os.path.join(SAGE_SRC, 'build', 'lib*'))
--for output_dir in output_dirs:
-- print('- cleaning {0}'.format(output_dir))
-- clean_install_dir(output_dir, python_packages, python_modules,
-- ext_modules, python_data_files)
--print('Finished cleaning, time: %.2f seconds.' % (time.time() - t))
--
--
--#########################################################
- ### Install also Jupyter kernel spec
- #########################################################
-