fix: add libblas-dev:arm64 and liblapack-dev:arm64 for linker
This commit is contained in:
@ -60,7 +60,8 @@ if command -v apt-get > /dev/null 2>&1; then
|
|||||||
libxrandr-dev:arm64 libxinerama-dev:arm64 libxcursor-dev:arm64 libxi-dev:arm64 \
|
libxrandr-dev:arm64 libxinerama-dev:arm64 libxcursor-dev:arm64 libxi-dev:arm64 \
|
||||||
libpulse-dev:arm64 libudev-dev:arm64 libfreeimage-dev:arm64 \
|
libpulse-dev:arm64 libudev-dev:arm64 libfreeimage-dev:arm64 \
|
||||||
freeglut3-dev:arm64 libxxf86vm-dev:arm64 \
|
freeglut3-dev:arm64 libxxf86vm-dev:arm64 \
|
||||||
libcairo2-dev:arm64
|
libcairo2-dev:arm64 \
|
||||||
|
libblas-dev:arm64 liblapack-dev:arm64
|
||||||
|
|
||||||
# These conflict with amd64 -dev headers; install runtime-only for .so + .pc
|
# These conflict with amd64 -dev headers; install runtime-only for .so + .pc
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get install -y \
|
DEBIAN_FRONTEND=noninteractive apt-get install -y \
|
||||||
|
|||||||
Reference in New Issue
Block a user