Enable 'mpi' USE-flag by default.

This commit is contained in:
Kolan Sh 2015-01-30 16:03:00 +03:00
parent c12eb20676
commit f31583a245
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ PORTAGE_ELOG_SYSTEM="save"
RUBY_TARGETS="ruby20"
# cpu
USE="${USE} custom-cflags graphite smp"
USE="${USE} custom-cflags graphite mpi smp"
# gpu
USE="${USE} dri dri2 fbcon fbcondecor fbosd opengl webgl"

View File

@ -29,7 +29,7 @@ RUBY_TARGETS="ruby20"
PYTHON_TARGETS="python2_7 python3_2 python3_3"
# cpu
USE="${USE} custom-cflags smp"
USE="${USE} custom-cflags mpi smp"
# gpu
#USE="${USE} dri dri2 fbcon fbcondecor fbosd opengl opencl vaapi"