From f08d60bee89c87b9612af5b14919bed510972319 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 15 Feb 2017 17:26:03 +0100 Subject: [PATCH] Programming/gcc/modulefile - use Pmoduels procedures --- Programming/gcc/modulefile | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/Programming/gcc/modulefile b/Programming/gcc/modulefile index 88d8453..0364da0 100644 --- a/Programming/gcc/modulefile +++ b/Programming/gcc/modulefile @@ -1,11 +1,11 @@ #%Module1.0 -set whatis "GNU Compiler Collection" -set url "http://gcc.gnu.org/" -set license "GNU GPL v2/v3" -set maintainer "Achim Gsell " +module-whatis "GNU Compiler Collection" +module-url "http://gcc.gnu.org/" +module-license "GNU GPL v2/v3" +module-maintainer "Achim Gsell " -set help " +module-help " The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran, Java, Ada, and Go, as well as libraries for these languages (libstdc++, libgcj,...). GCC was originally written as the compiler for @@ -17,8 +17,6 @@ This module includes compilers for - Fortran " -source $env(PSI_LIBMODULES) - set-family "Compiler" setenv CC $PREFIX/bin/gcc