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
ca5a1450
Commit
ca5a1450
authored
Nov 21, 2019
by
mattip
Browse files
typo
parent
2a4de772
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
common_utils.sh
common_utils.sh
+1
-1
library_builders.sh
library_builders.sh
+2
-2
No files found.
common_utils.sh
View file @
ca5a1450
...
...
@@ -13,7 +13,7 @@ set -e
MULTIBUILD_DIR
=
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
if
[
$(
uname
)
==
"Darwin"
]
;
then
IS_OSX
=
1
;
fi
if
[
"
$
(
PLAT
)
"
==
"aarch64"
]
;
then
IS_AARCH64
=
1
;
fi
if
[
"
$PLAT
"
==
"aarch64"
]
;
then
IS_AARCH64
=
1
;
fi
# Work round bug in travis xcode image described at
# https://github.com/direnv/direnv/issues/210
...
...
library_builders.sh
View file @
ca5a1450
...
...
@@ -94,8 +94,8 @@ function build_openblas {
if
[
-n
"
$IS_OSX
"
]
;
then
brew
install
openblas
brew
link
--force
openblas
elif
[
-n
"
$IS_AARCH64
"
]
;
then
sudo
apt
install
libopenblas-dev
elif
[
-n
"
$IS_AARCH64
"
]
;
then
apt
install
libopenblas-dev
return
;
else
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