From a549471d408eb48e5966cb6c1e9e553101aaf69e Mon Sep 17 00:00:00 2001
From: Easy Build <easybuild@login2.smc.salomon.it4i.cz>
Date: Mon, 5 Nov 2018 09:33:59 +0100
Subject: [PATCH] Mon, 05 Nov 2018 09:33:59 +0100

---
 modules.py | 2 ++
 salomon.md | 4 ++--
 uv2000.md  | 4 ++--
 3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/modules.py b/modules.py
index d513f99e..278e7fb5 100755
--- a/modules.py
+++ b/modules.py
@@ -73,5 +73,7 @@ if __name__ == "__main__":
                 HTML_SOURCE_DATA[dir][soft]['versions'].append(version)
             if software_url=="":
               print "| %s | %s |" % (soft," ".join(software_description.split()))
+            elif software_url=="(none)":
+              print "| %s | %s |" % (soft," ".join(software_description.split()))
             else:
               print "| [%s](%s) | %s |" % (soft,software_url," ".join(software_description.split()))
diff --git a/salomon.md b/salomon.md
index 12f32a09..ff822119 100644
--- a/salomon.md
+++ b/salomon.md
@@ -498,9 +498,9 @@
 
 | Module | Description |
 | ------ | ----------- |
-| [foss]((none)) | GNU Compiler Collection (GCC) based compiler toolchain, including OpenMPI for MPI support, OpenBLAS (BLAS and LAPACK support), FFTW and ScaLAPACK. |
+| foss | GNU Compiler Collection (GCC) based compiler toolchain, including OpenMPI for MPI support, OpenBLAS (BLAS and LAPACK support), FFTW and ScaLAPACK. |
 | [GNU](http://www.gnu.org/software/) | Compiler-only toolchain with GCC and binutils. |
-| [gompi]((none)) | GNU Compiler Collection (GCC) based compiler toolchain, including OpenMPI for MPI support. |
+| gompi | GNU Compiler Collection (GCC) based compiler toolchain, including OpenMPI for MPI support. |
 | [iccifort](http://software.intel.com/en-us/intel-cluster-toolkit-compiler/) | Intel C, C++ and Fortran compilers |
 | [ictce](http://software.intel.com/en-us/intel-cluster-toolkit-compiler/) | Intel Cluster Toolkit Compiler Edition provides Intel C/C++ and Fortran compilers, Intel MPI & Intel MKL. |
 | [iimpi](http://software.intel.com/en-us/intel-cluster-toolkit-compiler/) | Intel C/C++ and Fortran compilers, alongside Intel MPI. |
diff --git a/uv2000.md b/uv2000.md
index b76ee391..69d27cde 100644
--- a/uv2000.md
+++ b/uv2000.md
@@ -149,9 +149,9 @@
 
 | Module | Description |
 | ------ | ----------- |
-| [foss]((none)) | GNU Compiler Collection (GCC) based compiler toolchain, including OpenMPI for MPI support, OpenBLAS (BLAS and LAPACK support), FFTW and ScaLAPACK. |
+| foss | GNU Compiler Collection (GCC) based compiler toolchain, including OpenMPI for MPI support, OpenBLAS (BLAS and LAPACK support), FFTW and ScaLAPACK. |
 | [GNU](http://www.gnu.org/software/) | Compiler-only toolchain with GCC and binutils. |
-| [gompi]((none)) | GNU Compiler Collection (GCC) based compiler toolchain, including OpenMPI for MPI support. |
+| gompi | GNU Compiler Collection (GCC) based compiler toolchain, including OpenMPI for MPI support. |
 | [iccifort](http://software.intel.com/en-us/intel-cluster-toolkit-compiler/) | Intel C, C++ and Fortran compilers |
 | [iimpi](http://software.intel.com/en-us/intel-cluster-toolkit-compiler/) | Intel C/C++ and Fortran compilers, alongside Intel MPI. |
 | [intel](http://software.intel.com/en-us/intel-cluster-toolkit-compiler/) | Intel Cluster Toolkit Compiler Edition provides Intel C/C++ and Fortran compilers, Intel MPI & Intel MKL. |
-- 
GitLab