Lines 15-22
Link Here
|
15 |
|
15 |
|
16 |
IUSE="+X aqua +asimage c++14 +c++17 cuda cudnn +davix debug +examples |
16 |
IUSE="+X aqua +asimage c++14 +c++17 cuda cudnn +davix debug +examples |
17 |
fits fftw fortran +gdml graphviz +gsl http jupyter libcxx +minuit mpi |
17 |
fits fftw fortran +gdml graphviz +gsl http jupyter libcxx +minuit mpi |
18 |
mysql odbc +opengl oracle postgres pythia6 pythia8 +python qt5 R +roofit |
18 |
mysql odbc +opengl oracle postgres pythia6 pythia8 +python qt5 qt6 R |
19 |
+root7 shadow sqlite +ssl +tbb test +tmva +unuran uring vc +xml xrootd" |
19 |
+roofit +root7 shadow sqlite +ssl +tbb test +tmva +unuran uring vc +xml |
|
|
20 |
xrootd" |
20 |
RESTRICT="test" |
21 |
RESTRICT="test" |
21 |
PROPERTIES="test_network" |
22 |
PROPERTIES="test_network" |
22 |
|
23 |
|
Lines 41-51
Link Here
|
41 |
^^ ( c++14 c++17 ) |
42 |
^^ ( c++14 c++17 ) |
42 |
cuda? ( tmva ) |
43 |
cuda? ( tmva ) |
43 |
cudnn? ( cuda ) |
44 |
cudnn? ( cuda ) |
44 |
!X? ( !asimage !opengl !qt5 ) |
45 |
!X? ( !asimage !opengl !qt5 !qt6 ) |
45 |
davix? ( ssl xml ) |
46 |
davix? ( ssl xml ) |
46 |
jupyter? ( python ) |
47 |
jupyter? ( python ) |
47 |
python? ( ${PYTHON_REQUIRED_USE} ) |
48 |
python? ( ${PYTHON_REQUIRED_USE} ) |
48 |
qt5? ( root7 ) |
49 |
qt5? ( root7 http ) |
|
|
50 |
qt6? ( root7 http ) |
49 |
roofit? ( minuit ) |
51 |
roofit? ( minuit ) |
50 |
root7? ( || ( c++17 ) ) |
52 |
root7? ( || ( c++17 ) ) |
51 |
tmva? ( gsl python ) |
53 |
tmva? ( gsl python ) |
Lines 80-88
Link Here
|
80 |
) |
82 |
) |
81 |
qt5? ( |
83 |
qt5? ( |
82 |
dev-qt/qtcore:5 |
84 |
dev-qt/qtcore:5 |
83 |
dev-qt/qtgui:5 |
|
|
84 |
dev-qt/qtwebengine:5[widgets] |
85 |
dev-qt/qtwebengine:5[widgets] |
85 |
) |
86 |
) |
|
|
87 |
qt6? ( |
88 |
dev-qt/qtbase:6 |
89 |
dev-qt/qtwebengine:6[widgets] |
90 |
) |
86 |
) |
91 |
) |
87 |
asimage? ( media-libs/libafterimage[gif,jpeg,png,tiff] ) |
92 |
asimage? ( media-libs/libafterimage[gif,jpeg,png,tiff] ) |
88 |
cuda? ( >=dev-util/nvidia-cuda-toolkit-9.0 ) |
93 |
cuda? ( >=dev-util/nvidia-cuda-toolkit-9.0 ) |
Lines 203-209
Link Here
|
203 |
-Dcoverage=OFF |
208 |
-Dcoverage=OFF |
204 |
-Ddev=OFF |
209 |
-Ddev=OFF |
205 |
-Ddistcc=OFF |
210 |
-Ddistcc=OFF |
206 |
-Dexceptions=ON |
|
|
207 |
-Dfail-on-missing=ON |
211 |
-Dfail-on-missing=ON |
208 |
-Dgnuinstall=ON |
212 |
-Dgnuinstall=ON |
209 |
-Dgminimal=OFF |
213 |
-Dgminimal=OFF |
Lines 264-270
Link Here
|
264 |
-Dlibcxx=$(usex libcxx) |
268 |
-Dlibcxx=$(usex libcxx) |
265 |
-Dmathmore=$(usex gsl) |
269 |
-Dmathmore=$(usex gsl) |
266 |
-Dminuit=$(usex minuit) |
270 |
-Dminuit=$(usex minuit) |
267 |
-Dminuit2=$(usex minuit) |
|
|
268 |
-Dmlp=$(usex tmva) |
271 |
-Dmlp=$(usex tmva) |
269 |
-Dmonalisa=OFF |
272 |
-Dmonalisa=OFF |
270 |
-Dmpi=$(usex mpi) |
273 |
-Dmpi=$(usex mpi) |
Lines 278-284
Link Here
|
278 |
-Dpythia6=$(usex pythia6) |
281 |
-Dpythia6=$(usex pythia6) |
279 |
-Dpythia8=$(usex pythia8) |
282 |
-Dpythia8=$(usex pythia8) |
280 |
-Dqt5web=$(usex qt5) |
283 |
-Dqt5web=$(usex qt5) |
281 |
-Dqt6web=OFF |
284 |
-Dqt6web=$(usex qt6) |
282 |
-Dr=$(usex R) |
285 |
-Dr=$(usex R) |
283 |
-Droofit=$(usex roofit) |
286 |
-Droofit=$(usex roofit) |
284 |
-Droofit_multiprocess=OFF |
287 |
-Droofit_multiprocess=OFF |