Skip to content

Commit e1f8f82

Browse files
author
brucellino
committed
First Commit of ML use case
1 parent e6a21eb commit e1f8f82

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Tools/python/generic/build.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,8 @@ module add zlib
2929
# pull in the built code for zlib
3030
rm -rf $ZLIB_DIR
3131
tar -xvzf /repo/$SITE/$OS/$ARCH/zlib/$ZLIB_VERSION/build.tar.gz -C /
32-
./configure --prefix=$SOFT_DIR
32+
./configure --prefix=$SOFT_DIR/$VERSION
3333
make -j 8
34-
make check
3534
make install DESTDIR=$WORKSPACE/build
3635

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

43-
4442
mkdir -p modules
4543
(
4644
cat <<MODULE_FILE

0 commit comments

Comments
 (0)