Skip to content

Commit

Permalink
First Commit of ML use case
Browse files Browse the repository at this point in the history
  • Loading branch information
brucellino committed May 28, 2014
1 parent e6a21eb commit e1f8f82
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Tools/python/generic/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ module add zlib
# pull in the built code for zlib
rm -rf $ZLIB_DIR
tar -xvzf /repo/$SITE/$OS/$ARCH/zlib/$ZLIB_VERSION/build.tar.gz -C /
./configure --prefix=$SOFT_DIR
./configure --prefix=$SOFT_DIR/$VERSION
make -j 8
make check
make install DESTDIR=$WORKSPACE/build

# At this point, we should have built Python version
Expand All @@ -40,7 +39,6 @@ mkdir -p $REPO_DIR
rm -rf $REPO_DIR/*
tar -cvzf $REPO_DIR/build.tar.gz -C $WORKSPACE/build apprepo


mkdir -p modules
(
cat <<MODULE_FILE
Expand Down

0 comments on commit e1f8f82

Please sign in to comment.