Skip to content

Commit c92dbd5

Browse files
authored
add openblas
1 parent bd4b20e commit c92dbd5

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

get-dependencies.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ ARCH=$(uname -m)
66

77
echo "Installing package dependencies..."
88
echo "---------------------------------------------------------------"
9-
pacman -Syu --noconfirm blender libdecor python-certifi intel-oneapi-tcm
9+
pacman -Syu --noconfirm \
10+
blender \
11+
intel-oneapi-tcm \
12+
libdecor \
13+
openblas \
14+
python-certifi
1015

1116
echo "Installing debloated packages..."
1217
echo "---------------------------------------------------------------"

0 commit comments

Comments
 (0)