mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-11 09:22:12 +01:00

new file: c/cURL/cURL-7.76.0.eb new file: e/expat/expat-2.2.9.eb new file: f/fontconfig/fontconfig-2.13.93.eb new file: f/freetype/freetype-2.10.4.eb modified: g/gnuplot/gnuplot-5.2.3.eb modified: g/gnuplot/gnuplot-5.2.8.eb new file: h/HDF5/HDF5-1.10.6-foss-2020b-parallel.eb new file: h/HDF5/HDF5-1.10.6-intel-2020b-parallel.eb new file: i/iomkl/iomkl-2020b.eb new file: l/libarchive/libarchive-3.5.1.eb new file: l/libgd/libgd-2.3.1.eb new file: l/libjpeg-turbo/libjpeg-turbo-2.0.6.eb modified: l/libsndfile/libsndfile-1.0.28.eb modified: m/mkl/mkl-2020.0.166.eb new file: m/mkl/mkl-2020.4.304.eb new file: n/NASM/NASM-2.15.05.eb new file: o/Octave/Octave-6.3.0-intel-2020b-without-X11.eb new file: p/ParMETIS/ParMETIS-4.0.3-foss-2020b.eb new file: p/ParMETIS/ParMETIS-4.0.3-intel-2020b.eb new file: u/util-linux/util-linux-2.36.eb modified: v/VASP/VASP-6.2.1-intel-2020b-mkl=sequential-karolina.eb new file: v/VirtualGL/VirtualGL-2.6.5-GCC-10.3.0.eb new file: x/XZ/XZ-5.2.5.eb
30 lines
753 B
Plaintext
30 lines
753 B
Plaintext
# IT4Innovations
|
|
# LK 2021
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'libsndfile'
|
|
version = '1.0.28'
|
|
|
|
homepage = 'http://www.mega-nerd.com/libsndfile'
|
|
description = """Libsndfile is a C library for reading and writing files containing sampled sound
|
|
(such as MS Windows WAV and the Apple/SGI AIFF format) through one standard library interface."""
|
|
|
|
toolchain = SYSTEM
|
|
|
|
source_urls = ['http://www.mega-nerd.com/libsndfile/files/']
|
|
sources = [SOURCE_TAR_GZ]
|
|
checksums = ['1ff33929f042fa333aed1e8923aa628c3ee9e1eb85512686c55092d1e5a9dfa9']
|
|
|
|
sanity_check_paths = {
|
|
'files': [
|
|
'include/sndfile.h',
|
|
'include/sndfile.hh',
|
|
'lib/libsndfile.a',
|
|
'lib/libsndfile.%s' %
|
|
SHLIB_EXT],
|
|
'dirs': ['bin'],
|
|
}
|
|
|
|
moduleclass = 'lib'
|