Skip to content

Commit

Permalink
Merge pull request #12209 from genio0815/20210219120301_new_pr_popt118
Browse files Browse the repository at this point in the history
{lib}[system/system] popt v1.18
  • Loading branch information
boegel authored Oct 5, 2024
2 parents 0bd8377 + 8894fea commit 6c1f67b
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions easybuild/easyconfigs/p/popt/popt-1.18.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
easyblock = 'ConfigureMake'

name = 'popt'
version = "1.18"

homepage = "http://freecode.com/projects/popt"
description = """Popt is a C library for parsing command line parameters."""
toolchain = SYSTEM

source_urls = ['http://ftp.rpm.org/popt/releases/popt-1.x/']
sources = [SOURCE_TAR_GZ]
checksums = ['5159bc03a20b28ce363aa96765f37df99ea4d8850b1ece17d1e6ad5c24fdc5d1']

toolchainopts = {'optarch': False}
sanity_check_paths = {
'files': ['include/popt.h',
('lib/libpopt.a', 'lib64/libpopt.a'),
('lib/libpopt.%s' % SHLIB_EXT, 'lib64/libpopt.%s' % SHLIB_EXT)],
'dirs': [],
}

maxparallel = 1

moduleclass = 'lib'

0 comments on commit 6c1f67b

Please sign in to comment.