Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
976a708e
Commit
976a708e
authored
Nov 25, 2019
by
mattip
Browse files
install centos openblas
parent
ca5a1450
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
library_builders.sh
library_builders.sh
+2
-1
No files found.
library_builders.sh
View file @
976a708e
...
@@ -95,7 +95,8 @@ function build_openblas {
...
@@ -95,7 +95,8 @@ function build_openblas {
brew
install
openblas
brew
install
openblas
brew
link
--force
openblas
brew
link
--force
openblas
elif
[
-n
"
$IS_AARCH64
"
]
;
then
elif
[
-n
"
$IS_AARCH64
"
]
;
then
apt
install
libopenblas-dev
yum
install
epel-release
-y
yum
install
openblas-devel
-y
return
;
return
;
else
else
mkdir
-p
$ARCHIVE_SDIR
mkdir
-p
$ARCHIVE_SDIR
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment