mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
18 lines
746 B
Diff
18 lines
746 B
Diff
diff -Naur phono3py-0.9.14-orig/setup3.py phono3py-0.9.14/setup3.py
|
|
--- phono3py-0.9.14-orig/setup3.py 2015-10-10 03:26:37.000000000 +0200
|
|
+++ phono3py-0.9.14/setup3.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',
|