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
4d757fbd
Commit
4d757fbd
authored
Feb 02, 2017
by
lyxell
Committed by
GitHub
Feb 02, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #459 from cstrouse/update-cmake
Update cmake to 3.7.2
parents
3266421b
e4764d93
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
packages/cmake.rb
packages/cmake.rb
+6
-3
No files found.
packages/cmake.rb
View file @
4d757fbd
require
'package'
class
Cmake
<
Package
version
'3.
6.1
'
source_url
'https://cmake.org/files/v3.
6/cmake-3.6.1
.tar.gz'
source_sha1
'
a37785b3f256a31ee21a047569bc74a8f57067bb
'
version
'3.
7.2
'
source_url
'https://cmake.org/files/v3.
7/cmake-3.7.2
.tar.gz'
source_sha1
'
ea73af0c3c832e586bf2f82a13a708ea509d5a88
'
depends_on
'buildessential'
depends_on
'openssl'
depends_on
'ncurses'
def
self
.
build
if
Dir
.
exist?
'/usr/local/include/ncursesw'
system
'sed -i "51s,$,\n set(CURSES_INCLUDE_PATH /usr/local/include/ncursesw)," Modules/FindCurses.cmake'
end
system
"./bootstrap"
system
"make"
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