From: Nabil Ghodbane Date: Thu, 2 Dec 2021 17:57:07 +0000 (+0100) Subject: move GCC product to SAT_SALOMEAPP X-Git-Tag: V9_8_0~24 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3fc872a758810aa0b440a6d86b218bd590c55cd6;p=tools%2Fsat_salome.git move GCC product to SAT_SALOMEAPP --- diff --git a/applications/GCC-6.3.0.pyconf b/applications/GCC-6.3.0.pyconf deleted file mode 100644 index d7b03c9..0000000 --- a/applications/GCC-6.3.0.pyconf +++ /dev/null @@ -1,27 +0,0 @@ -#!/usr/bin/env python -#-*- coding:utf-8 -*- - -APPLICATION : -{ - name : 'GCC-6.3.0' - workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist - dev : 'no' - verbose :'no' - debug : 'no' - base : 'no' - environ : - { - } - products : - { - # PREREQUISITES : - gcc : '6.3.0' - mpc : 'native' - gmp : 'native' - mpfr : 'native' - } - test_base : - { - } -} -