Skip to content

Commit

Permalink
adding easyconfigs: unixODBC-2.3.12-foss-2023a.eb
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Wolfsheimer committed Jul 16, 2024
1 parent 5b4bf8d commit 3d13247
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions easybuild/easyconfigs/u/unixODBC/unixODBC-2.3.12-foss-2023a.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Easyconfig for unixODBC
# Author: Lykle Voort
# SURFsara, Amsterdam, The Netherlands
# Updated: Petr Král (INUITS)
# Updated: Stefan Wolfsheimer (SURF)

easyblock = 'ConfigureMake'

name = 'unixODBC'
version = '2.3.12'

homepage = "https://www.unixodbc.org"
description = """unixODBC provides a uniform interface between
application and database driver"""

toolchain = {'name': 'foss', 'version': '2023a'}

sources = [SOURCE_TAR_GZ]
source_urls = ['https://www.unixodbc.org/']
checksums = ['f210501445ce21bf607ba51ef8c125e10e22dffdffec377646462df5f01915ec']

sanity_check_paths = {
'files': ['lib/libodbc%s.so' % x for x in ['', 'cr', 'inst']],
'dirs': []
}

moduleclass = 'data'

0 comments on commit 3d13247

Please sign in to comment.