diff --git a/Golden_Repo/s/SuperLU/SuperLU-5.3.0-gpsmkl-2022a.eb b/Golden_Repo/s/SuperLU/SuperLU-5.3.0-gpsmkl-2022a.eb
new file mode 100644
index 0000000000000000000000000000000000000000..7061f186c38fa78aa583283b82641737a7dd3f36
--- /dev/null
+++ b/Golden_Repo/s/SuperLU/SuperLU-5.3.0-gpsmkl-2022a.eb
@@ -0,0 +1,27 @@
+easyblock = "EB_SuperLU"
+
+name = 'SuperLU'
+version = '5.3.0'
+
+homepage = 'https://portal.nersc.gov/project/sparse/superlu/'
+description = """SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems
+ of linear equations on high performance machines."""
+
+toolchain = {'name': 'gpsmkl', 'version': '2022a'}
+toolchainopts = {'pic': True, 'openmp': True}
+
+github_account = 'xiaoyeli'
+source_urls = [GITHUB_LOWER_SOURCE]
+sources = ["v%(version)s.tar.gz"]
+checksums = ['3e464afa77335de200aeb739074a11e96d9bef6d0b519950cfa6684c4be1f350']
+
+builddependencies = [('CMake', '3.23.1')]
+
+configopts = "-DUSE_XSDK_DEFAULTS=true"
+
+sanity_check_paths = {
+    'files': ['lib64/libsuperlu.a'],
+    'dirs': ['include']
+}
+
+moduleclass = 'numlib'
diff --git a/acls.yml b/acls.yml
index ca5e35aa6850a8c695ae1543d9d3255d76ffdcf2..938f25f9a9a3cf8cfe21c0e635d452e9c5dfe24d 100644
--- a/acls.yml
+++ b/acls.yml
@@ -1100,9 +1100,6 @@ software:
   - name: 'Scalasca'
     owner: 'feld1'
     mpi: True
-  - name: 'SuperLU'
-    owner: 'guimaraes1'
-    mpi: True
   - name: 'Graphviz'
     owner: 'strube1'
     base: True