diff --git a/c/CUDA/CUDA-9.2.88.eb b/c/CUDA/CUDA-9.2.88.eb
new file mode 100644
index 00000000..b5c27c38
--- /dev/null
+++ b/c/CUDA/CUDA-9.2.88.eb
@@ -0,0 +1,29 @@
+# IT4Innovations 2018
+
+name = 'CUDA'
+version = '9.2.88'
+
+homepage = 'https://developer.nvidia.com/cuda-toolkit'
+description = """CUDA (formerly Compute Unified Device Architecture) is a parallel
+ computing platform and programming model created by NVIDIA and implemented by the
+ graphics processing units (GPUs) that they produce. CUDA gives developers access
+ to the virtual instruction set and memory of the parallel computational elements in CUDA GPUs."""
+
+toolchain = {'name': 'dummy', 'version': ''}
+
+source_urls = ['https://developer.nvidia.com/compute/cuda/%(version_major_minor)s/prod/local_installers/']
+
+sources = ['cuda_9.2.88_396.26_linux']
+
+modextravars = {
+   'CUDA_HOME': '%(installdir)s',
+}
+
+modextrapaths = {
+  'LIBRARY_PATH': 'lib64/stubs',
+  'LD_LIBRARY_PATH': 'lib64/stubs',
+}
+
+modluafooter = 'add_property("arch","gpu")'
+
+moduleclass = 'system'
diff --git a/c/cuDNN/cuDNN-7.1-CUDA-9.2.88.eb b/c/cuDNN/cuDNN-7.1-CUDA-9.2.88.eb
new file mode 100644
index 00000000..12f587ff
--- /dev/null
+++ b/c/cuDNN/cuDNN-7.1-CUDA-9.2.88.eb
@@ -0,0 +1,28 @@
+# IT4Innovations 2018
+
+easyblock = 'Tarball'
+
+name = 'cuDNN'
+version = '7.41'
+cuda_version = '9.2.88'
+
+versionsuffix = '-CUDA-%s' % cuda_version
+
+homepage = 'https://developer.nvidia.com/cudnn'
+description = """The NVIDIA CUDA Deep Neural Network library (cuDNN) is a GPU-accelerated library of primitives for
+    deep neural networks."""
+
+toolchain = {'name': 'dummy', 'version': ''}
+
+# Nvidia developer registration required.
+# Download link: https://developer.nvidia.com/rdp/cudnn-download
+sources = ['cudnn-9.1-linux-x64-v7.1.tgz']
+
+dependencies = [('CUDA', cuda_version)]
+
+sanity_check_paths = {
+    'files': ['include/cudnn.h', 'lib64/libcudnn_static.a'],
+    'dirs': ['include', 'lib64'],
+}
+
+moduleclass = 'numlib'
diff --git a/l/LAMMPS/LAMMPS-17Jan2018-foss-2017a-CUDA.eb b/l/LAMMPS/LAMMPS-17Jan2018-foss-2017a-CUDA.eb
index 7f64a52e..21c77433 100644
--- a/l/LAMMPS/LAMMPS-17Jan2018-foss-2017a-CUDA.eb
+++ b/l/LAMMPS/LAMMPS-17Jan2018-foss-2017a-CUDA.eb
@@ -37,7 +37,7 @@ builddependencies = [
 
 commands = "cd src && make lib-gpu args='-b' && make yes-gpu && "
 commands += "make yes-kokkos && "
-commands += "make yes-user-phonon && yes-misc && "
+commands += "make yes-user-phonon && make yes-misc && "
 commands += "make lib-reax args='-m mpi' && make yes-reax && "
 commands += "make yes-kspace && make yes-manybody && make yes-molecule && "
 commands += "make yes-qeq && make yes-rigid && make yes-user-misc && "