aboutsummaryrefslogtreecommitdiff
path: root/science/py-MDAnalysis/files/patch-setup.py
blob: 21db43b92b78f109dda08fa655c0eb951f7705e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- setup.py.orig	2022-06-02 18:49:09 UTC
+++ setup.py
@@ -274,7 +274,7 @@ def extensions(config):
     use_cython = config.get('use_cython', default=cython_found)
     use_openmp = config.get('use_openmp', default=True)
 
-    extra_compile_args = ['-std=c99', '-ffast-math', '-O3', '-funroll-loops',
+    extra_compile_args = ['-std=c99', '-ffast-math', '-funroll-loops',
                           '-fsigned-zeros'] # see #2722
     define_macros = []
     if config.get('debug_cflags', default=False):
@@ -599,7 +599,6 @@ if __name__ == '__main__':
           'scipy>=1.5.0',
           'matplotlib>=1.5.1',
           'tqdm>=4.43.0',
-          'threadpoolctl',
           'packaging',
           'fasteners',
           'gsd>=1.9.3',