Skip to content

Instantly share code, notes, and snippets.

@pescobar
Created January 22, 2014 15:33
Show Gist options
  • Save pescobar/8560808 to your computer and use it in GitHub Desktop.
Save pescobar/8560808 to your computer and use it in GitHub Desktop.
argtable eb file
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
# Author: Pablo Escobar Lopez
# Swiss Institute of Bioinformatics
# Biozentrum - University of Basel
name = 'argtable'
version = '2.13'
homepage = 'http://argtable.sourceforge.net/'
description = """ Argtable is an ANSI C library for parsing GNU style
command line options with a minimum of fuss. """
toolchain = {'name': 'goolf', 'version': '1.4.10'}
source_urls = [SOURCEFORGE_SOURCE]
version_fix = version.replace('.','-')
# source file is named argtable2-13.tar.gz
sources = ['%s%s.tar.gz' % (name, version_fix)]
sanity_check_paths = {
'files': ['lib/libargtable2.so','lib/libargtable2.la'],
'dirs': ['include','lib','share'],
}
moduleclass = 'lib'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment