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
6d338aae
Commit
6d338aae
authored
Jun 10, 2018
by
Chris Thurber
Committed by
GitHub
Jun 10, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2417 from uberhacker/add-libcerf-package
Add libcerf package
parents
47a3433e
1fc625d8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
0 deletions
+31
-0
packages/libcerf.rb
packages/libcerf.rb
+31
-0
No files found.
packages/libcerf.rb
0 → 100644
View file @
6d338aae
require
'package'
class
Libcerf
<
Package
description
'a self-contained numeric library that provides an efficient and accurate implementation of complex error functions, along with Dawson, Faddeeva, and Voigt functions.'
homepage
'http://apps.jcns.fz-juelich.de/doku/sc/libcerf'
version
'1.5'
source_url
'http://apps.jcns.fz-juelich.de/src/libcerf/libcerf-1.5.tgz'
source_sha256
'e36dc147e7fff81143074a21550c259b5aac1b99fc314fc0ae33294231ca5c86'
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/libcerf-1.5-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/libcerf-1.5-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/libcerf-1.5-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/libcerf-1.5-chromeos-x86_64.tar.xz'
,
})
binary_sha256
({
aarch64:
'94fc2717e970fb97ce0c508a191c5249b99af6b5f29f0855c7494593b827c063'
,
armv7l:
'94fc2717e970fb97ce0c508a191c5249b99af6b5f29f0855c7494593b827c063'
,
i686:
'e5e03923be7e965ee27e56b38a1d6dc147dcab47bf01837f8db44fbdde76cc99'
,
x86_64:
'0ab2007863a453cd498c9a2be2ffd42ea37e3c469cb1874547916a0375482a0c'
,
})
def
self
.
build
system
"./configure --prefix=
#{
CREW_PREFIX
}
--libdir=
#{
CREW_LIB_PREFIX
}
"
system
'make'
end
def
self
.
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