Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
chromebrew
Commits
5ff878f6
Commit
5ff878f6
authored
Apr 04, 2018
by
Nicholas J Meyer
Committed by
Ed Reel
Apr 04, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add openblas package. (#2192)
* Add openblas package. * Fix openblas package.
parent
9645d825
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
+25
-0
packages/openblas.rb
packages/openblas.rb
+25
-0
No files found.
packages/openblas.rb
0 → 100644
View file @
5ff878f6
require
'package'
class
Openblas
<
Package
description
'OpenBLAS is an optimized BLAS library'
homepage
'http://www.openblas.net/'
version
'0.2.20'
source_url
'https://github.com/xianyi/OpenBLAS/archive/v0.2.20.zip'
source_sha256
'bb5499049cf60b07274740a4ddd756daa0fe2c817d981d7fe7e5898dcf411fdc'
depends_on
'unzip'
=>
:build
def
self
.
build
system
"make"
end
def
self
.
install
system
"make"
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
"PREFIX=
#{
CREW_PREFIX
}
"
,
"LIBDIR=
#{
CREW_LIB_PREFIX
}
"
,
"install"
end
end
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