-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsettings.cmake
106 lines (106 loc) · 4.34 KB
/
settings.cmake
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
set (CMAKE_BUILD_TYPE Release CACHE STRING "" FORCE)
#set (CMAKE_CXX_FLAGS "-D_GLIBCXX_USE_CXX11_ABI=0 -pipe -fstack-protector-strong -O2 -march=native" CACHE STRING "" FORCE)
set (CMAKE_CXX_FLAGS "-pipe -fstack-protector-strong -O3 -march=native" CACHE STRING "" FORCE)
set (CMAKE_C_FLAGS "-pipe -fstack-protector-strong -O3 -march=native" CACHE STRING "" FORCE)
set (CMAKE_INSTALL_PREFIX /usr CACHE PATH "" FORCE)
set (BUILD_SHARED_LIBS OFF CACHE BOOL "" FORCE)
#set (PYTHON_EXECUTABLE /usr/bin/python2 CACHE FILEPATH "" FORCE)
set (PYTHON_EXECUTABLE /usr/bin/python CACHE FILEPATH "" FORCE)
#set (PYTHON_INCLUDE_DIR /usr/include/python2.7 CACHE PATH "" FORCE)
set (PYTHON_INCLUDE_DIR /usr/include/python3.6m CACHE PATH "" FORCE)
#set (PYTHON_LIBRARY /usr/lib/libpython2.7.so CACHE FILEPATH "" FORCE)
set (PYTHON_LIBRARY /usr/lib/libpython3.6m.so CACHE FILEPATH "" FORCE)
set (afdsmgrd OFF CACHE BOOL "" FORCE)
set (afs OFF CACHE BOOL "" FORCE)
set (alien OFF CACHE BOOL "" FORCE)
set (asimage ON CACHE BOOL "" FORCE)
set (astiff ON CACHE BOOL "" FORCE)
set (bonjour OFF CACHE BOOL "" FORCE)
set (builtin_afterimage ON CACHE BOOL "" FORCE)
#set (builtin_afterimage OFF CACHE BOOL "" FORCE)
set (builtin_fftw3 OFF CACHE BOOL "" FORCE)
set (builtin_ftgl OFF CACHE BOOL "" FORCE)
set (builtin_freetype OFF CACHE BOOL "" FORCE)
set (builtin_glew OFF CACHE BOOL "" FORCE)
set (builtin_pcre OFF CACHE BOOL "" FORCE)
set (builtin_zlib OFF CACHE BOOL "" FORCE)
set (builtin_lzma OFF CACHE BOOL "" FORCE)
set (builtin_davix OFF CACHE BOOL "" FORCE)
set (builtin_gsl OFF CACHE BOOL "" FORCE)
set (builtin_cfitsio OFF CACHE BOOL "" FORCE)
set (builtin_xrootd OFF CACHE BOOL "" FORCE)
set (builtin_llvm ON CACHE BOOL "" FORCE)
set (builtin_tbb OFF CACHE BOOL "" FORCE)
#set (builtin_unuran OFF CACHE BOOL "" FORCE)
set (builtin_unuran ON CACHE BOOL "" FORCE)
set (builtin_vdt ON CACHE BOOL "" FORCE)
set (castor OFF CACHE BOOL "" FORCE)
set (ccache OFF CACHE BOOL "" FORCE)
set (chirp OFF CACHE BOOL "" FORCE)
set (cling ON CACHE BOOL "" FORCE)
set (cocoa OFF CACHE BOOL "" FORCE)
set (davix OFF CACHE BOOL "" FORCE)
set (dcache OFF CACHE BOOL "" FORCE)
set (exceptions ON CACHE BOOL "" FORCE)
set (fail-on-missing ON CACHE BOOL "" FORCE)
set (fftw3 OFF CACHE BOOL "" FORCE)
set (fitsio OFF CACHE BOOL "" FORCE)
set (fortran OFF CACHE BOOL "" FORCE)
set (gdml OFF CACHE BOOL "" FORCE)
set (geocad OFF CACHE BOOL "" FORCE)
set (genvector OFF CACHE BOOL "" FORCE)
set (gfal OFF CACHE BOOL "" FORCE)
set (glite OFF CACHE BOOL "" FORCE)
set (globus OFF CACHE BOOL "" FORCE)
set (gminimal OFF CACHE BOOL "" FORCE)
set (gnuinstall ON CACHE BOOL "" FORCE)
set (gsl_shared ON CACHE BOOL "" FORCE)
set (gviz OFF CACHE BOOL "" FORCE)
set (hdfs OFF CACHE BOOL "" FORCE)
set (http OFF CACHE BOOL "" FORCE)
set (jemalloc OFF CACHE BOOL "" FORCE)
set (krb5 OFF CACHE BOOL "" FORCE)
set (ldap OFF CACHE BOOL "" FORCE)
set (mathmore ON CACHE BOOL "" FORCE)
set (memstat OFF CACHE BOOL "" FORCE)
set (minimal OFF CACHE BOOL "" FORCE)
set (minuit2 OFF CACHE BOOL "" FORCE)
set (monalisa OFF CACHE BOOL "" FORCE)
set (mt ON CACHE BOOL "" FORCE)
set (mysql OFF CACHE BOOL "" FORCE)
set (odbc OFF CACHE BOOL "" FORCE)
set (opengl ON CACHE BOOL "" FORCE)
set (oracle OFF CACHE BOOL "" FORCE)
set (pgsql OFF CACHE BOOL "" FORCE)
set (pythia6 OFF CACHE BOOL "" FORCE)
set (pythia6_nolink OFF CACHE BOOL "" FORCE)
set (pythia8 OFF CACHE BOOL "" FORCE)
set (python ON CACHE BOOL "" FORCE)
set (qt OFF CACHE BOOL "" FORCE)
set (qtgsi OFF CACHE BOOL "" FORCE)
set (roofit OFF CACHE BOOL "" FORCE)
set (ruby OFF CACHE BOOL "" FORCE)
set (r OFF CACHE BOOL "" FORCE)
set (rfio OFF CACHE BOOL "" FORCE)
set (rpath OFF CACHE BOOL "" FORCE)
set (sapdb OFF CACHE BOOL "" FORCE)
set (shadowpw OFF CACHE BOOL "" FORCE)
set (shared ON CACHE BOOL "" FORCE)
set (soversion ON CACHE BOOL "" FORCE)
set (sqlite OFF CACHE BOOL "" FORCE)
set (srp OFF CACHE BOOL "" FORCE)
set (ssl OFF CACHE BOOL "" FORCE)
set (tbb ON CACHE BOOL "" FORCE)
set (table OFF CACHE BOOL "" FORCE)
set (tcmalloc OFF CACHE BOOL "" FORCE)
set (testing OFF CACHE BOOL "" FORCE)
set (thread ON CACHE BOOL "" FORCE)
set (tmva OFF CACHE BOOL "" FORCE)
set (unuran ON CACHE BOOL "" FORCE)
set (vc OFF CACHE BOOL "" FORCE)
set (vdt ON CACHE BOOL "" FORCE)
set (winrtdebug OFF CACHE BOOL "" FORCE)
set (xft ON CACHE BOOL "" FORCE)
set (xml ON CACHE BOOL "" FORCE)
set (xrootd OFF CACHE BOOL "" FORCE)
set (x11 ON CACHE BOOL "" FORCE)