Commit f16a0cb6 authored by mattip's avatar mattip
Browse files

skip openblas for now on aarch64, update libtool

parent 976a708e
......@@ -40,6 +40,7 @@ else
export CFLAGS="${CFLAGS:-$STRIP_FLAGS}"
export CXXFLAGS="${CXXFLAGS:-$STRIP_FLAGS}"
export FFLAGS="${FFLAGS:-$STRIP_FLAGS}"
yum install -y libtool
fi
# Promote BUILD_PREFIX on search path to any newly built libs
......
......@@ -95,8 +95,7 @@ function build_openblas {
brew install openblas
brew link --force openblas
elif [ -n "$IS_AARCH64" ]; then
yum install epel-release -y
yum install openblas-devel -y
# Skip this for now until we can build a suitable tar.gz
return;
else
mkdir -p $ARCHIVE_SDIR
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment