Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

{lib}[GCCcore/6.4.0] libffcall v1.13 #4850

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
35 changes: 35 additions & 0 deletions easybuild/easyconfigs/l/libffcall/libffcall-1.13-GCCcore-6.4.0.eb
@@ -0,0 +1,35 @@
# Authors:: Jack Perdue <j-perdue@tamu.edu> - TAMU HPRC - http://hprc.tamu.edu

easyblock = 'ConfigureMake'

name = 'libffcall'
version = '1.13'

homepage = 'https://www.gnu.org/software/libffcall/'

description = """
GNU Libffcall is a collection of four libraries which can be used to build
foreign function call interfaces in embedded interpreters
"""

toolchain = {'name': 'GCCcore', 'version': '6.4.0'}
toolchainopts = {'pic': True}

source_urls = [GNU_SOURCE]
sources = [SOURCE_TAR_GZ]
checksums = ['1707ce707dbbf57f1bbe9aa56929c0da866046b0d5a26eb0d96d9f0bb29bbce7']

builddependencies = [
('binutils', '2.28'),
]

sanity_check_paths = {
'files': ['include/avcall.h', 'include/callback.h', 'include/trampoline.h',
'include/vacall.h', 'lib/libavcall.a', 'lib/libcallback.a',
'lib/libtrampoline.a', 'lib/libvacall.a'],
'dirs': [],
}

parallel = 1

moduleclass = 'lib'