SCons is a tool for building software (and other files) implemented in Python.
LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。
ダウンロード (HTTP): https://downloads.sourceforge.net/scons/SCons-4.6.0.tar.gz
ダウンロード MD5 sum: 30dcc2563af408c04812a8de88ce2c2e
ダウンロードサイズ: 3.1 MB
必要ディスク容量: 50 MB
概算ビルド時間: 0.1 SBU 以下
Fix the install location of the man pages:
sed -i '/scons.1/s@^.@share/man/man1@' -i setup.cfg
パッケージをビルドします。
pip3 wheel -w dist --no-build-isolation --no-deps --no-cache-dir $PWD
root
ユーザーになってパッケージをインストールします。
pip3 install --no-index --find-links=dist --no-cache-dir --no-user SCons