~ubuntu-branches/ubuntu/wily/numexpr/wily-proposed

« back to all changes in this revision

Viewing changes to site.cfg.example

  • Committer: Package Import Robot
  • Author(s): Antonio Valentino
  • Date: 2013-09-28 09:03:27 UTC
  • mfrom: (7.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20130928090327-s69mvg0n2xnz6cn8
New upstream release (fixes a build failure on s390)

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
[mkl]
17
17
 
18
 
# Example for using MKL 10.0
19
 
#library_dirs = /opt/intel/mkl/10.0.2.018/lib/em64t
20
 
#include_dirs =  /opt/intel/mkl/10.0.2.018/include
21
 
 
22
18
# Example for the MKL included in Intel C 11.0 compiler
23
19
# (you may need a recent NumPy version for being able to search libraries
24
20
# in different directories at a time)
25
21
#library_dirs = /opt/intel/Compiler/11.0/074/mkl/lib/em64t/:/opt/intel/Compiler/11.0/074/lib/intel64
26
22
#include_dirs =  /opt/intel/Compiler/11.0/074/mkl/include/
27
 
 
28
 
##the following set of libraries is suited for compilation with the GNU C
29
 
##compiler (gcc). Refer to the MKL documentation if you use other compilers
30
 
##(e.g., Intel C compiler)
31
23
#mkl_libs = mkl_solver_ilp64, mkl_intel_ilp64,  mkl_intel_thread, mkl_core, iomp5
32
24
 
 
25
# This seems to work for MKL 11 with processors with AVX (Sandy Bridge and above) for Linux
 
26
#library_dirs = /opt/intel/composerxe/mkl/lib/intel64:/opt/intel/composer_xe_2013.3.163/compiler/lib/intel64
 
27
#include_dirs = /opt/intel/composerxe/mkl/include/
 
28
#mkl_libs = mkl_intel_lp64, mkl_gf_lp64, mkl_intel_thread, mkl_core, mkl_blas95_lp64, mkl_lapack95_lp64, mkl_avx, mkl_vml_avx, mkl_rt, iomp5
 
29
 
 
30
## Example for using MKL 10.0
 
31
#library_dirs = /opt/intel/mkl/10.0.2.018/lib/em64t
 
32
#include_dirs =  /opt/intel/mkl/10.0.2.018/include
 
33
 
33
34
# Example for using MKL 10.2 for Windows 64-bit
34
35
#include_dirs = \Program Files\Intel\MKL\10.2.5.035\include
35
36
#library_dirs = \Program Files\Intel\MKL\10.2.5.035\em64t\lib
36
37
#mkl_libs = mkl_solver_ilp64, mkl_core, mkl_intel_thread, mkl_intel_ilp64, libiomp5md
37
38
# The next works too, but for LP64 arithmetic
38
39
#mkl_libs = mkl_core, mkl_intel_thread, mkl_intel_lp64, libiomp5md
 
40
 
 
41