Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
B
buildblocks
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Pmodules
buildblocks
Commits
977f02c5
Commit
977f02c5
authored
Jul 16, 2014
by
gsell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
OpenBLAS: bugfix in build script, re-pack tar-ball
parent
d35b7737
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
scripts/OpenBLAS.build
scripts/OpenBLAS.build
+5
-1
No files found.
scripts/OpenBLAS.build
View file @
977f02c5
...
...
@@ -15,11 +15,15 @@ EOF
function
em.build
()
{
cd
"
${
EM_SRCDIR
}
"
make
TARGET
=
CORE2
BINARY
=
64
USE_THREAD
=
0
NO_SHARED
=
1
make
TARGET
=
CORE2
BINARY
=
64
}
function
em.install
()
{
make
PREFIX
=
"
${
PREFIX
}
"
install
# We have to build shared libs and remove them here.
# Building with NOSHARED gives an error during install -
# due to a bug in the Makefile(s).
rm
-f
"
${
PREFIX
}
/lib/"
*
.so
}
function
em.install_doc
()
{
...
...
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