|
Namazu for hns による簡易全文検索 詳しくは 詳細指定/ヘルプを参照して下さい |
|||||||||||||||||||||||||||||||||||||||||||||||||||
2015年08月23日(日) 旧暦 [n年日記] [更新:"2015/08/30 13:48:37"]#1 [pkgsrc] Gnuradio with ccache
久振りに gnuradio を package しようとしている。以前にいろいろと
compile time を工夫したのを思い出している。
ccache helps if I/O is on disk, but doesn't on tmpfs (memory) 2014/10/11 (自分で書いた日記だが、何が言いたいのか読取れない) というか、この題名は合っているのだろうか。
.. disk I/O を使っている場合には ccache を tmpfs にしておくと
は有効だが、
初めから (全体に)
tmpfs を使っているなら ccache を使っても速くならない、の意味か。
@ 最近使ってみている /etc/mk.conf の設定は:
(2015/08/30 追記)
.if 1
PKGSRC_COMPILER= ccache gcc
CCACHE_DIR= /WRKOBJDIR/.ccache
.for DISTCCDEPS in \
devel/ccache sysutils/checkperms pkgtools/digest \
devel/distcc devel/popt devel/libtool-base \
lang/f2c devel/gmake
. if ${PKGPATH} == ${DISTCCDEPS}
IGNORE_DISTCC= yes
IGNORE_CCACHE= yes
. endif
.endfor
.endif
なおかつ /WRKOBJDIR (/export/CHROOT/WRKOBJDIR) は tmpfs に設定
と思ったが、上を良く読直して、/WRKOBJDIR が tmpfs に置ける限り ccache は使わないことにする。 ( つっこみ )
|
最近の日記 2025年11月22日 ・crash dump 2025年10月25日 ・recover from disk error 2025年10月23日 ・dd does not duplicate Windows 11 boot disk ? 2025年10月13日 ・missing package 2025年10月04日 ・pkgin search pkgname segfaults | ||