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
1822b5a9
Commit
1822b5a9
authored
Nov 19, 2019
by
Ed Reel
Committed by
Chris Thurber
Nov 19, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update r from 3.5.3 to 3.6.1 (#3659)
Comment make check Add pre-built binaries
parent
7820299e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
19 deletions
+18
-19
packages/r.rb
packages/r.rb
+18
-19
No files found.
packages/r.rb
View file @
1822b5a9
...
@@ -3,21 +3,21 @@ require 'package'
...
@@ -3,21 +3,21 @@ require 'package'
class
R
<
Package
class
R
<
Package
description
'R is a free software environment for statistical computing and graphics.'
description
'R is a free software environment for statistical computing and graphics.'
homepage
'https://www.r-project.org/'
homepage
'https://www.r-project.org/'
version
'3.
5.3
'
version
'3.
6.1
'
source_url
'https://cran.r-project.org/src/base/R-3/R-3.
5.3
.tar.gz'
source_url
'https://cran.r-project.org/src/base/R-3/R-3.
6.1
.tar.gz'
source_sha256
'
2bfa37b7bd709f003d6b8a172ddfb6d03ddd2d672d6096439523039f7a8e678c
'
source_sha256
'
5baa9ebd3e71acecdcc3da31d9042fb174d55a42829f8315f2457080978b1389
'
binary_url
({
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/r-3.
5.3
-chromeos-armv7l.tar.xz'
,
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/r-3.
6.1
-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/r-3.
5.3
-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/r-3.
6.1
-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/r-3.
5.3
-chromeos-i686.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/r-3.
6.1
-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/r-3.
5.3
-chromeos-x86_64.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/r-3.
6.1
-chromeos-x86_64.tar.xz'
,
})
})
binary_sha256
({
binary_sha256
({
aarch64:
'c
46c93e863aba8ab008cbee48c58461f2c6635f960d7ef055c3191d6cc196b61
'
,
aarch64:
'c
04d57704db615dae4c7b702f34631eb8584c700a5fdc066a071324d21dba395
'
,
armv7l:
'c
46c93e863aba8ab008cbee48c58461f2c6635f960d7ef055c3191d6cc196b61
'
,
armv7l:
'c
04d57704db615dae4c7b702f34631eb8584c700a5fdc066a071324d21dba395
'
,
i686:
'
e66d5534875cd1ee37b5c1ac61fd32697b37fdd74fbcc7482d93f19f90c107b8
'
,
i686:
'
1b0a23d3170a4b0d1062662d504c0a35ec91de032c14d7e53b215e1f3755a943
'
,
x86_64:
'
d7847ba30fe5565fcb3eb5fa3e1eff93c984392f630a239c07c730a44a1cfad5
'
,
x86_64:
'
2b3dbede3f2eb97ffd3f158dd039df87f223e985ef69eb6330ee3b8d1f0835b2
'
,
})
})
# depends_on 'gfortran' # require gfortran enabled gcc
# depends_on 'gfortran' # require gfortran enabled gcc
...
@@ -42,16 +42,15 @@ class R < Package
...
@@ -42,16 +42,15 @@ class R < Package
end
end
def
self
.
install
def
self
.
install
system
"make"
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
"install"
system
'make'
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
'install'
end
end
def
self
.
check
def
self
.
check
# test fails on armv7l, but passes on x86_64
# tests fail.
#if ARCH == 'x86_64'
if
ARCH
==
'x86_64'
# Chromeos doesn't have "en_GB.UTF-8" locale, so ignore error check
# Chromeos doens't have "en_GB.UTF-8" locale, so ignore error check
#system "sed -i tests/reg-tests-3.R -e '/stopifnot(identical(Sys.setlocale(/s/^/#/'"
system
"sed -i tests/reg-tests-3.R -e '/stopifnot(identical(Sys.setlocale(/s/^/#/'"
#system 'make', 'check'
system
"make"
,
"check"
#end
end
end
end
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