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
Guillaume Hervier
chromebrew
Commits
5f181fcf
Commit
5f181fcf
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
Fix armadillo package (#2197)
* Fix armadillo package * Remove LIBDIR from armadillo install.
parent
824053cf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
packages/armadillo.rb
packages/armadillo.rb
+6
-3
No files found.
packages/armadillo.rb
View file @
5f181fcf
...
...
@@ -8,17 +8,20 @@ class Armadillo < Package
source_url
'https://downloads.sourceforge.net/project/arma/armadillo-8.400.0.tar.xz'
source_sha256
'5cb6bc2f457a9d6a0758cfb15c418d48289909daccd79d0e428452029285dd9b'
depends_on
'cmake'
=>
:build
depends_on
'openblas'
def
self
.
build
system
"./configure"
,
"-
-prefix
=
#{
CREW_PREFIX
}
"
,
"-
-libdir
=
#{
CREW_LIB_PREFIX
}
"
"-
DCMAKE_INSTALL_PREFIX
=
#{
CREW_PREFIX
}
"
,
"-
DCMAKE_INSTALL_LIBDIR
=
#{
CREW_LIB_PREFIX
}
"
system
"make"
end
def
self
.
install
system
"make"
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
"install"
system
"make"
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
"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