Skip to content

Instantly share code, notes, and snippets.

@maximvl
Created April 11, 2015 12:03
Show Gist options
  • Save maximvl/9e06f29364026d14563d to your computer and use it in GitHub Desktop.
Save maximvl/9e06f29364026d14563d to your computer and use it in GitHub Desktop.
#------------------------------------------------------------------------------
# Modified Calculate-core 3.1.9.3
# Processed template files:
# /var/lib/layman/calculate/profiles/templates/3.1/3_ac_install_live/1-live/sys-apps/portage/make.conf
# For modify this file, create /etc/make.conf.clt template.
#------------------------------------------------------------------------------
#-------------------
# Basic build option
#-------------------
# Valid license. Need to specify for such packages as:
# net-wireless/broadcom-sta, dev-java/sun-jdk and others.
ACCEPT_LICENSE="*"
# Alternative mirror updates repository. In case of problems with access
# at the beginning try to update the overlay by running `eix-sync`.
#PORTAGE_BINHOST="http://95.108.197.242/calculate/CLDX/grp/x86_64"
#PORTAGE_BINHOST="ftp://ftp.linux.kiev.ua/pub/Linux/Calculate/CLDX/grp/x86_64"
#PORTAGE_BINHOST="http://mirror.cnet.kz/calculate/CLDX/grp/x86_64"
# Connecting overlays layman. You should not change this setting, as this may
# disrupt the package manager.
#-----------------
# Compiler Options
#-----------------
# Additional options passed to the compiler. The flag "-march=native"
# Optimize the program by your hardware.
#CFLAGS="-O2 -march=native -pipe"
#CXXFLAGS="${CFLAGS}"
#-------------------
# Faster Compilation
#-------------------
# Number of parallel processes that run when you install.
MAKEOPTS="-j5"
# The number of packets for simultaneous assembly.
#EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} --jobs=4"
EMERGE_DEFAULT_OPTS="--ask --verbose --quiet-build=y --jobs=2 ${EMERGE_DEFAULT_OPTS}"
QEMU_SOFTMMU_TARGETS="x86_64"
QEMU_USER_TARGETS="i386 x86_64"
USE="ru bash-completion emacs threads"
PYTHON_TARGETS="python2_7 python3_3"
USE_PYTHON="2.7 3.3"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment