mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
18 lines
750 B
Diff
18 lines
750 B
Diff
diff -Naur phono3py-1.11.9.1-orig/setup.py phono3py-1.11.9.1/setup.py
|
|
--- phono3py-1.11.9.1-orig/setup.py 2015-10-10 03:26:37.000000000 +0200
|
|
+++ phono3py-1.11.9.1/setup.py 2015-11-10 14:07:32.680766054 +0100
|
|
@@ -24,11 +24,8 @@
|
|
'c/spglib/kpoint.c',
|
|
'c/kspclib/kgrid.c',
|
|
'c/kspclib/tetrahedron_method.c']
|
|
-extra_link_args = ['-lgomp',
|
|
- '-llapacke', # this is when lapacke is installed on system
|
|
- '-llapack',
|
|
- '-lblas']
|
|
-extra_compile_args = ['-fopenmp',]
|
|
+extra_link_args = [ '-llapacke', '-lmkl_rt', '-lpthread', '-lm']
|
|
+extra_compile_args = ['-fopenmp']
|
|
include_dirs = (['c/harmonic_h',
|
|
'c/anharmonic_h',
|
|
'c/spglib_h',
|