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, 24 insertions, 0 deletions
diff --git a/science/ncs/files/patch-bin_compiler_version b/science/ncs/files/patch-bin_compiler_version new file mode 100644 index 000000000000..101492b8fa40 --- /dev/null +++ b/science/ncs/files/patch-bin_compiler_version @@ -0,0 +1,24 @@ +--- ./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} |