mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
build more programs at egg files
This commit is contained in:
@@ -9,13 +9,4 @@ $SCRIPTS/build Python
|
||||
|
||||
cd $BUILD/$1*
|
||||
|
||||
$PYTHON setup.py build
|
||||
$PYTHON setup.py install --single-version-externally-managed \
|
||||
-O1 --skip-build --prefix /usr --root .install
|
||||
|
||||
find .install -name "*.py" -type f -exec rm -rf "{}" ";"
|
||||
find .install -name "*.pyo" -type f -exec rm -rf "{}" ";"
|
||||
|
||||
rm -rf .install/usr/lib/python*/site-packages/tests
|
||||
rm -rf .install/usr/bin
|
||||
|
||||
$PYTHON setup.py bdist_egg --exclude-source-files
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
$SCRIPTS/install Python
|
||||
|
||||
BUILD_DIR=`ls -d $BUILD/$1*`
|
||||
|
||||
. config/options.python
|
||||
|
||||
cp -PR $BUILD_DIR/.install/* $INSTALL
|
||||
PKG_SRC_DIR=`ls -d $BUILD/$1[-_][0-9]*`
|
||||
|
||||
$TOOLCHAIN/bin/easy_install --exclude-scripts --zip-ok --no-deps --quiet --prefix=$INSTALL/usr $PKG_SRC_DIR/dist/*.egg
|
||||
|
||||
Reference in New Issue
Block a user