diff options
Diffstat (limited to 'science/ncs/files/patch-bin_compiler_version')
-rw-r--r-- | science/ncs/files/patch-bin_compiler_version | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/science/ncs/files/patch-bin_compiler_version b/science/ncs/files/patch-bin_compiler_version deleted file mode 100644 index 101492b8fa40..000000000000 --- a/science/ncs/files/patch-bin_compiler_version +++ /dev/null @@ -1,24 +0,0 @@ ---- ./bin/compiler_version.orig Thu Mar 1 12:23:39 2007 -+++ ./bin/compiler_version Sun May 6 22:49:29 2007 -@@ -132,8 +132,8 @@ - # sur hp, par exemple f90 +version n'en cree pas) - - echo ' ' >> ${compillog} -- if [ -f cs12.exe ] ; then -- ./cs12.exe >> ${compillog} 2>&1 -+ if [ -f cs13.exe ] ; then -+ ./cs13.exe >> ${compillog} 2>&1 - else - echo ' Pas d executable test FORTRAN ' >> ${compillog} - fi -@@ -181,8 +181,8 @@ - # Execution - - echo ' ' >> ${compillog} -- if [ -f cs12.exe ] ; then -- ./cs12.exe >> ${compillog} 2>&1 -+ if [ -f cs13.exe ] ; then -+ ./cs13.exe >> ${compillog} 2>&1 - echo ' ' >> ${compillog} - else - echo ' Pas d executable test C ' >> ${compillog} |