mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: j/Julia/Julia-1.5.3-linux-x86_64.eb new file: o/OpenMPI/OpenMPI-4.0.5-gcccuda-2020b.eb new file: v/Valgrind/Valgrind-3.16.1-gompi-2020b.eb new file: v/Valgrind/Valgrind-3.16.1-intel-2020b.eb
30 lines
768 B
Plaintext
30 lines
768 B
Plaintext
# IT4Innovations 2021
|
|
# LK
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'dos2unix'
|
|
version = '7.4.2'
|
|
|
|
homepage = 'https://sourceforge.net/projects/dos2unix'
|
|
description = "dos2unix includes utilities to convert text files with DOS or MAC line breaks to Unix line breaks and vice versa. It also includes conversion of UTF-16 to UTF-8."
|
|
|
|
toolchain = SYSTEM
|
|
toolchainopts = {'optarch': True, 'pic': True}
|
|
|
|
source_urls = ['https://sourceforge.net/projects/dos2unix/files/dos2unix/-%(version)s/']
|
|
sources = ['dos2unix-%(version)s.tar.gz']
|
|
|
|
skipsteps = ['configure']
|
|
|
|
dependencies = [ ('gettext', '0.21', '', True) ]
|
|
|
|
installopts = "prefix=%(installdir)s"
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/dos2unix', 'bin/unix2dos'],
|
|
'dirs': ['bin', 'share'],
|
|
}
|
|
|
|
moduleclass = 'tools'
|