diff --git a/Golden_Repo/h/Harminv/Harminv-1.4.1-gpsmpi-2022a.eb b/Golden_Repo/h/Harminv/Harminv-1.4.1-gpsmpi-2022a.eb
deleted file mode 100644
index a5c8d4af6a7b92e53dc04f49c95b449ec1cf05cf..0000000000000000000000000000000000000000
--- a/Golden_Repo/h/Harminv/Harminv-1.4.1-gpsmpi-2022a.eb
+++ /dev/null
@@ -1,26 +0,0 @@
-easyblock = 'ConfigureMake'
-
-name = 'Harminv'
-version = '1.4.1'
-
-homepage = 'http://ab-initio.mit.edu/wiki/index.php/Harminv'
-description = """
-Harminv is a free program (and accompanying library) to solve the problem of harmonic inversion - given a discrete-time,
-finite-length signal that consists of a sum of finitely-many sinusoids (possibly exponentially decaying) in a given
-bandwidth, it determines the frequencies, decay constants, amplitudes, and phases of those sinusoids.
-"""
-
-toolchain = {'name': 'gpsmpi', 'version': '2022a'}
-toolchainopts = {'opt': True, 'unroll': True, 'optarch': True, 'pic': True, 'cstd': 'c99'}
-
-source_urls = ['https://github.com/stevengj/harminv/releases/download/v%(version)s/']
-sources = [SOURCELOWER_TAR_GZ]
-checksums = ['e1b923c508a565f230aac04e3feea23b888b47d8e19b08816a97ee4444233670']  # v1.4.1.tar.gz
-
-dependencies = [('FlexiBLAS', '3.2.0')]
-
-configopts = "--with-pic "
-configopts += "--with-blas=flexiblas --with-lapack=lapacke "
-configopts += "--enable-shared"
-
-moduleclass = 'math'