mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-13 18:31:21 +01:00

new file: m/matplotlib/matplotlib-2.1.1-Python-2.7.15.eb new file: s/SoX/SoX-14.4.2.eb new file: t/Tcl/Tcl-8.6.9-GCCcore-8.2.0.eb new file: t/Tk/Tk-8.6.9-GCCcore-8.2.0.eb
31 lines
764 B
Plaintext
31 lines
764 B
Plaintext
##
|
|
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild
|
|
#
|
|
# Author: Stephane Thiell <sthiell@stanford.edu>
|
|
###
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'FLAC'
|
|
version = '1.3.1'
|
|
|
|
homepage = 'https://xiph.org/flac/'
|
|
description = """Programs and libraries for working with Free Lossless Audio Codec (FLAC) files."""
|
|
|
|
toolchain = {'name': 'dummy', 'version': ''}
|
|
|
|
sources = [SOURCELOWER_TAR_XZ]
|
|
source_urls = ['http://downloads.xiph.org/releases/flac/']
|
|
|
|
# use of assembly routines requires a recent binutils
|
|
#builddependencies = [('binutils', '2.25', '', ('GCC', '4.9.2'))]
|
|
|
|
runtest = 'check'
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/flac', 'include/FLAC/all.h', 'lib/libFLAC.%s' % SHLIB_EXT],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'data'
|