Skip to content

Commit 949decf

Browse files
committed
build linux
1 parent 1fe2fc6 commit 949decf

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

packaging/linux/build_installer.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ echo ""
127127
echo "Downloading Dependencies"
128128
echo ""
129129
python_exec="./miniconda/envs/rascal_builder/bin/python"
130+
mv "$TMP_DIR/rascal/wheels" "wheels"
130131
mkdir "$TMP_DIR/packages"
131132
$python_exec -m pip download -r "./rascal/requirements.txt" --dest "$TMP_DIR/packages"
132133

@@ -135,17 +136,14 @@ if [ -z "$NOMATLAB" ]; then
135136
$python_exec -m pip install matlabengine==9.14.*
136137
fi
137138

138-
# workaround for centos 7
139-
#$python_exec -m pip download --only-binary=":all:" --platform="manylinux_2_17_x86_64" --dest "$TMP_DIR/packages" pillow==9.2
140-
141139
echo ""
142140
echo "Compressing Package.tar.gz ..."
143141
echo ""
144142

145143
STAGE_DIR="$TMP_DIR/stage"
146144
mkdir "$STAGE_DIR"
147145

148-
mv -t "$STAGE_DIR" "rascal" "miniconda/envs" "packages"
146+
mv -t "$STAGE_DIR" "rascal" "miniconda/envs" "packages" "wheels"
149147
chmod 777 "$STAGE_DIR/rascal/packaging/linux/install.sh"
150148

151149
echo ""

0 commit comments

Comments
 (0)