| Server IP : 82.208.35.60 / Your IP : 216.73.216.168 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/science/py-MDAnalysis/files/ |
Upload File : |
--- 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',