Skip to content

Commit

Permalink
Added python build script
Browse files Browse the repository at this point in the history
  • Loading branch information
brucellino committed May 28, 2014
1 parent 28b888d commit e6a21eb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Tools/python/generic/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ then
mkdir -p $SRC_DIR
wget https://www.python.org/ftp/python/$VERSION/Python-$VERSION.tgz -O $SRC_DIR/$SOURCE_FILE
fi

# echo $NAME | tr '[:upper:]' '[:lower:]'
tar -xvzf $SRC_DIR/$SOURCE_FILE -C $WORKSPACE
ls $WORKSPACE
# Again with the frikkin naming conventions

cd $WORKSPACE/$NAME-$VERSION
cd $WORKSPACE/Python-$VERSION
module add zlib


Expand Down

0 comments on commit e6a21eb

Please sign in to comment.