[portage] create new nographite.<arch>.conf and add nvidia-cuda-sdk packages
This commit is contained in:
parent
f461b5cf6c
commit
ffbbe12b38
8
conf/intel/portage/env/nographite.amd64.conf
vendored
Normal file
8
conf/intel/portage/env/nographite.amd64.conf
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
# this configuration sets default compilation options for
|
||||
# packages that don't need / don't compile with graphite on
|
||||
# AMD64 architecture.
|
||||
# Note that on GCC versions older than 4.5 using graphite is not
|
||||
# recommended, due to its instability.
|
||||
|
||||
CFLAGS="-O2 -ftree-vectorize -march=x86_64 -pipe"
|
||||
CXXFLAGS="${CFLAGS}"
|
8
conf/intel/portage/env/nographite.x86.conf
vendored
Normal file
8
conf/intel/portage/env/nographite.x86.conf
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
# this configuration sets default compilation options for
|
||||
# packages that don't need / don't compile with graphite on
|
||||
# x86 architecture.
|
||||
# Note that on GCC versions older than 4.5 using graphite is not
|
||||
# recommended, due to its instability.
|
||||
|
||||
CFLAGS="-O2 -ftree-vectorize -march=i686 -pipe"
|
||||
CXXFLAGS="${CFLAGS}"
|
@ -13,3 +13,7 @@ sys-kernel/linux-server disable.debug.conf
|
||||
sys-kernel/linux-vserver disable.debug.conf
|
||||
sys-kernel/linux-xen-dom0 disable.debug.conf
|
||||
sys-kernel/linux-xen-domU disable.debug.conf
|
||||
# micia: nvidia toolkit packages require GCC 4.4
|
||||
# as of 05/jan/2012 disable graphite on it
|
||||
dev-util/nvidia-cuda-sdk nographite.amd64.conf
|
||||
dev-util/nvidia-cuda-toolkit nographite.amd64.conf
|
||||
|
@ -14,3 +14,8 @@ sys-kernel/linux-server disable.debug.conf
|
||||
sys-kernel/linux-vserver disable.debug.conf
|
||||
sys-kernel/linux-xen-dom0 disable.debug.conf
|
||||
sys-kernel/linux-xen-domU disable.debug.conf
|
||||
# micia: nvidia toolkit packages require GCC 4.4
|
||||
# as of 05/jan/2012 disable graphite on it
|
||||
dev-util/nvidia-cuda-sdk nographite.amd64.conf
|
||||
dev-util/nvidia-cuda-toolkit nographite.amd64.conf
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user