From c313318d529a8358330febc35f09bb61f04da32b Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Fri, 29 Jan 2021 01:41:07 +0100 Subject: Upgrade on January 2021 (enabling python27 and minor things) --- make.conf | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'make.conf') diff --git a/make.conf b/make.conf index 8ee3a85..420445d 100644 --- a/make.conf +++ b/make.conf @@ -15,7 +15,8 @@ CPU_FLAGS_X86="mmx mmxext sse sse2 sse3 ssse3 sse4_1 sse4_2 aes" #MAKEOPTS="-j35" # compute4 MAKEOPTS="-j67" # compute1,3,4 # Default 2-jobs per localhost and 4-jobs per other nodes (increase recommended only on 4-head systems) -DISTCC_HOSTS="ipepdvcompute4/16,lzo ipepdvcompute1/8,lzo ipepdvcompute3/8,lzo localhost/1" +DISTCC_HOSTS="ipepdvcompute4/16,lzo ipepdvcompute1/8,lzo ipepdvcompute3/8,lzo localhost/16" # loaded localhost +#DISTCC_HOSTS="ipepdvcompute4/16,lzo ipepdvcompute1/8,lzo ipepdvcompute3/8,lzo localhost/1" # desktop-friendly #DISTCC_HOSTS="ipepdvcompute4/16,lzo localhost" #DISTCC_HOSTS="ipepdvcompute4/16 ipepdvcompute1/8 ipepdvcompute3/8 localhost/1" #DISTCC_HOSTS="ipepdvcompute4/16 localhost/1" @@ -69,12 +70,12 @@ INPUT_DEVICES="evdev keyboard mouse" ENLIGHTENMENT_MODULES="applications dialogs display edgebindings interaction intl keybindings menus paths performance randr shelves theme window-manipulation window-remembers access backlight battery clock comp connman cpufreq dropshadow everything fileman fileman-opinfo gadman ibar ibox illume2 mixer msgbus notification pager quickaccess shot startsyscon systray tasks temperature tiling winlist wizard xkbswitch conf-applications conf-dialogs conf-display conf-edgebindings conf-interaction conf-intl conf-keybindings conf-menus conf-paths conf-performance conf-randr conf-shelves conf-theme conf-window-manipulation conf-window-remembers start syscon" APACHE2_MODULES="actions alias asis access_compat auth_basic auth_digest authn_anon authn_dbd authn_core authn_alias authn_anon authn_dbm authn_dbm authn_default authn_file authz_core authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock dbd deflate dir disk_cache env expires ext_filter file_cache filter headers ident imagemap include info log_config logio macro cache_disk mime mime_magic negotiation proxy proxy_ajp slotmem_shm proxy_balancer proxy_connect proxy_http proxy_ftp substitute rewrite setenvif so speling status unique_id userdir usertrack vhost_alias socache_shmcb cgi cgid unixd mem_cache" -PYTHON_TARGETS="python2_7 python3_6" -PYTHON_SINGLE_TARGET="python3_6" -#PYTHON_SINGLE_TARGET="python2_7" +#PYTHON_TARGETS="python2_7 python3_8" +PYTHON_TARGETS="python3_8" +PYTHON_SINGLE_TARGET="python3_8" #PHP_INI_VERSION="production" -PHP_TARGETS="php7-3" -RUBY_TARGETS="ruby25" +PHP_TARGETS="php7-4" +RUBY_TARGETS="ruby26" CONFIG_PROTECT="/usr/share/X11/app-defaults /usr/share/mc /usr/share/mc.46" -- cgit v1.2.1