Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
OPAL
build-recipes
Commits
3edd81ee
Commit
3edd81ee
authored
Jul 08, 2021
by
gsell
Browse files
openblas: enable dynamic architectures
parent
55c0bba5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
210-build-openblas
210-build-openblas
+2
-2
No files found.
210-build-openblas
View file @
3edd81ee
...
...
@@ -31,8 +31,8 @@ cd "$P-$V" || exit ${OTB_ERR_SYSTEM}
# nothing to configure
# compile & install
make
TARGET
=
CORE2
||
exit
${
OTB_ERR_MAKE
}
make
TARGET
=
CORE2
PREFIX
=
"
${
OTB_PREFIX
}
"
install
||
exit
${
OTB_ERR_INSTALL
}
make
DYNAMIC_ARCH
=
1
MACOSX_DEPLAYMENT_
TARGET
=
10.15
||
exit
${
OTB_ERR_MAKE
}
make
DYNAMIC_ARCH
=
1
MACOSX_DEPLAYMENT_
TARGET
=
10.15
PREFIX
=
"
${
OTB_PREFIX
}
"
install
||
exit
${
OTB_ERR_INSTALL
}
# Local Variables:
# mode: shell-script-mode
...
...
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