From aba11b25d1483cf6110d3eb3a6b7db079033bba2 Mon Sep 17 00:00:00 2001 From: TopRichard <121792457+TopRichard@users.noreply.github.com> Date: Wed, 10 Jan 2024 21:05:21 +0100 Subject: [PATCH] Delete file-5.43-GCCcore-11.3.0.eb Revert Changes --- file-5.43-GCCcore-11.3.0.eb | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 file-5.43-GCCcore-11.3.0.eb diff --git a/file-5.43-GCCcore-11.3.0.eb b/file-5.43-GCCcore-11.3.0.eb deleted file mode 100644 index 9c5e9a2b84..0000000000 --- a/file-5.43-GCCcore-11.3.0.eb +++ /dev/null @@ -1,28 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'file' -version = '5.43' - -homepage = 'https://www.darwinsys.com/file/' -description = """The file command is 'a file type guesser', that is, a command-line tool - that tells you in words what kind of data a file contains.""" - -toolchain = {'name': 'GCCcore', 'version': '11.3.0'} - -source_urls = ['http://ftp.astron.com/pub/file/'] -sources = [SOURCE_TAR_GZ] -checksums = ['8c8015e91ae0e8d0321d94c78239892ef9dbc70c4ade0008c0e95894abfb1991'] - -builddependencies = [ - ('Autotools', '20220317'), - ('binutils', '2.38'), -] - -preconfigopts = "autoreconf -f -i && " - -sanity_check_paths = { - 'files': ['bin/file', 'include/magic.h', 'lib/libmagic.%s' % SHLIB_EXT], - 'dirs': ['share'] -} - -moduleclass = 'system'