diff options
Diffstat (limited to 'math/metis-edf/files/patch-onmetis')
-rw-r--r-- | math/metis-edf/files/patch-onmetis | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/math/metis-edf/files/patch-onmetis b/math/metis-edf/files/patch-onmetis deleted file mode 100644 index d8c19fd0e4f8..000000000000 --- a/math/metis-edf/files/patch-onmetis +++ /dev/null @@ -1,21 +0,0 @@ ---- onmetis.orig 2009-12-03 14:51:21.000000000 +0100 -+++ onmetis 2010-01-31 13:43:11.000000000 +0100 -@@ -1,4 +1,4 @@ --#!/bin/bash -+#! /bin/sh - # - # shell-script to call METIS from CODE_ASTER - # $1 : data file for METIS (numerotation) -@@ -8,12 +8,6 @@ - # $3 : result file (default fort.85) - # - # install directory --set_prefix() { -- local this=`readlink -n -f $1` -- prefix=`dirname $this` --} -- --set_prefix $0 - METIS_INSTALL=$prefix - - LD_LIBRARY_PATH=LD_LIB_PATH_VALUE:$LD_LIBRARY_PATH |