From e6c178ce03e2d8213548d82fd42abe361501eecd Mon Sep 17 00:00:00 2001
From: Marty Kandes <mkandes@sdsc.edu>
Date: Fri, 6 Jul 2018 13:15:21 -0700
Subject: [PATCH] naked-singularity-v0.3.5 :: fixed ubuntu APPLICATION_VERSION
 in ubuntu-cuda-opencl.def and ubuntu-cuda-opencl-openmpi.def for comet

---
 .../us/ucsd/sdsc/comet/ubuntu/ubuntu-cuda-opencl-openmpi.def  | 4 ++--
 .../us/ucsd/sdsc/comet/ubuntu/ubuntu-cuda-opencl.def          | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/definition-files/us/ucsd/sdsc/comet/ubuntu/ubuntu-cuda-opencl-openmpi.def b/definition-files/us/ucsd/sdsc/comet/ubuntu/ubuntu-cuda-opencl-openmpi.def
index ab63835..f3eafbb 100644
--- a/definition-files/us/ucsd/sdsc/comet/ubuntu/ubuntu-cuda-opencl-openmpi.def
+++ b/definition-files/us/ucsd/sdsc/comet/ubuntu/ubuntu-cuda-opencl-openmpi.def
@@ -5,7 +5,7 @@ OSVersion: xenial
 %labels
 
     APPLICATION_NAME ubuntu + cuda + opencl + openmpi
-    APPLICATION_VERSION ubuntu + 8.0.44 + 16.1.2 + 1.8.4
+    APPLICATION_VERSION 16.04 + 8.0.44 + 16.1.2 + 1.8.4
     APPLICATION_URL https://software.intel.com/en-us/articles/opencl-drivers#latest_CPU_runtime
 
     SYSTEM_NAME comet
@@ -17,7 +17,7 @@ OSVersion: xenial
     AUTHOR_NAME Marty Kandes
     AUTHOR_EMAIL mkandes@sdsc.edu
 
-    LAST_UPDATED 20180628
+    LAST_UPDATED 20180706
 
 %setup
 
diff --git a/definition-files/us/ucsd/sdsc/comet/ubuntu/ubuntu-cuda-opencl.def b/definition-files/us/ucsd/sdsc/comet/ubuntu/ubuntu-cuda-opencl.def
index 3bb5fe0..73fe5de 100644
--- a/definition-files/us/ucsd/sdsc/comet/ubuntu/ubuntu-cuda-opencl.def
+++ b/definition-files/us/ucsd/sdsc/comet/ubuntu/ubuntu-cuda-opencl.def
@@ -5,7 +5,7 @@ OSVersion: xenial
 %labels
 
     APPLICATION_NAME ubuntu + cuda + opencl
-    APPLICATION_VERSION ubuntu + 8.0.44 + 16.1.2
+    APPLICATION_VERSION 16.04 + 8.0.44 + 16.1.2
     APPLICATION_URL https://software.intel.com/en-us/articles/opencl-drivers#latest_CPU_runtime
 
     SYSTEM_NAME comet
@@ -17,7 +17,7 @@ OSVersion: xenial
     AUTHOR_NAME Marty Kandes
     AUTHOR_EMAIL mkandes@sdsc.edu
 
-    LAST_UPDATED 20180628
+    LAST_UPDATED 20180706
 
 %setup
 
-- 
GitLab