Skip to content

Commit

Permalink
adding easyconfigs: alsa-lib-1.2.11-GCCcore-13.2.0.eb, alsa-lib-1.2.1…
Browse files Browse the repository at this point in the history
…1-GCCcore-13.3.0.eb
  • Loading branch information
Micket authored and c3-builder committed Aug 4, 2024
1 parent 1f35c67 commit 0eecd65
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
26 changes: 26 additions & 0 deletions easybuild/easyconfigs/a/alsa-lib/alsa-lib-1.2.11-GCCcore-13.2.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
easyblock = 'ConfigureMake'

name = 'alsa-lib'
version = '1.2.11'

homepage = 'https://www.alsa-project.org'
description = """The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI functionality
to the Linux operating system."""

toolchain = {'name': 'GCCcore', 'version': '13.2.0'}

source_urls = ['https://www.alsa-project.org/files/pub/lib/']
sources = [SOURCE_TAR_BZ2]
checksums = ['9f3f2f69b995f9ad37359072fbc69a3a88bfba081fc83e9be30e14662795bb4d']

dependencies = [('binutils', '2.40')]

configopts = ['--disable-shared --enable-static', '--enable-shared']

sanity_check_paths = {
'files': ['bin/aserver', 'include/asoundlib.h',
'lib64/libatopology.%s' % SHLIB_EXT, 'lib64/libasound.%s' % SHLIB_EXT, 'lib64/libasound.a'],
'dirs': ['include/alsa', 'lib/pkgconfig', 'share'],
}

moduleclass = 'lib'
26 changes: 26 additions & 0 deletions easybuild/easyconfigs/a/alsa-lib/alsa-lib-1.2.11-GCCcore-13.3.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
easyblock = 'ConfigureMake'

name = 'alsa-lib'
version = '1.2.11'

homepage = 'https://www.alsa-project.org'
description = """The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI functionality
to the Linux operating system."""

toolchain = {'name': 'GCCcore', 'version': '13.3.0'}

source_urls = ['https://www.alsa-project.org/files/pub/lib/']
sources = [SOURCE_TAR_BZ2]
checksums = ['9f3f2f69b995f9ad37359072fbc69a3a88bfba081fc83e9be30e14662795bb4d']

dependencies = [('binutils', '2.42')]

configopts = ['--disable-shared --enable-static', '--enable-shared']

sanity_check_paths = {
'files': ['bin/aserver', 'include/asoundlib.h',
'lib64/libatopology.%s' % SHLIB_EXT, 'lib64/libasound.%s' % SHLIB_EXT, 'lib64/libasound.a'],
'dirs': ['include/alsa', 'lib/pkgconfig', 'share'],
}

moduleclass = 'lib'

0 comments on commit 0eecd65

Please sign in to comment.