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
f16a0cb6
Commit
f16a0cb6
authored
Dec 04, 2019
by
mattip
Browse files
skip openblas for now on aarch64, update libtool
parent
976a708e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
configure_build.sh
configure_build.sh
+1
-0
library_builders.sh
library_builders.sh
+1
-2
No files found.
configure_build.sh
View file @
f16a0cb6
...
@@ -40,6 +40,7 @@ else
...
@@ -40,6 +40,7 @@ else
export
CFLAGS
=
"
${
CFLAGS
:-
$STRIP_FLAGS
}
"
export
CFLAGS
=
"
${
CFLAGS
:-
$STRIP_FLAGS
}
"
export
CXXFLAGS
=
"
${
CXXFLAGS
:-
$STRIP_FLAGS
}
"
export
CXXFLAGS
=
"
${
CXXFLAGS
:-
$STRIP_FLAGS
}
"
export
FFLAGS
=
"
${
FFLAGS
:-
$STRIP_FLAGS
}
"
export
FFLAGS
=
"
${
FFLAGS
:-
$STRIP_FLAGS
}
"
yum
install
-y
libtool
fi
fi
# Promote BUILD_PREFIX on search path to any newly built libs
# Promote BUILD_PREFIX on search path to any newly built libs
...
...
library_builders.sh
View file @
f16a0cb6
...
@@ -95,8 +95,7 @@ function build_openblas {
...
@@ -95,8 +95,7 @@ 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
yum
install
epel-release
-y
# Skip this for now until we can build a suitable tar.gz
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