File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -127,6 +127,7 @@ echo ""
127127echo " Downloading Dependencies"
128128echo " "
129129python_exec=" ./miniconda/envs/rascal_builder/bin/python"
130+ mv " $TMP_DIR /rascal/wheels" " wheels"
130131mkdir " $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.*
136137fi
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-
141139echo " "
142140echo " Compressing Package.tar.gz ..."
143141echo " "
144142
145143STAGE_DIR=" $TMP_DIR /stage"
146144mkdir " $STAGE_DIR "
147145
148- mv -t " $STAGE_DIR " " rascal" " miniconda/envs" " packages"
146+ mv -t " $STAGE_DIR " " rascal" " miniconda/envs" " packages" " wheels "
149147chmod 777 " $STAGE_DIR /rascal/packaging/linux/install.sh"
150148
151149echo " "
You can’t perform that action at this time.
0 commit comments