diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2009-01-20 18:29:59 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2009-01-20 18:29:59 +0000 |
commit | 7d72a3566c9825f6240c182af4de61a2b2463a05 (patch) | |
tree | a64f8d4e55555548cf24113492cf44b2abef3f99 /math/metis-edf/files/patch-CONFIG_onmetis.in | |
parent | Upgrade to ASTK 1.7.1. (diff) |
- Upgrade to 4.1.1;
- Use aster's distfiles.
Notes
Notes:
svn path=/head/; revision=226547
Diffstat (limited to 'math/metis-edf/files/patch-CONFIG_onmetis.in')
-rw-r--r-- | math/metis-edf/files/patch-CONFIG_onmetis.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/math/metis-edf/files/patch-CONFIG_onmetis.in b/math/metis-edf/files/patch-CONFIG_onmetis.in new file mode 100644 index 000000000000..d6671aa4ce9c --- /dev/null +++ b/math/metis-edf/files/patch-CONFIG_onmetis.in @@ -0,0 +1,18 @@ +--- CONFIG/onmetis.in.orig 2008-12-16 13:28:55.000000000 +0100 ++++ CONFIG/onmetis.in 2009-01-19 21:56:08.000000000 +0100 +@@ -1,4 +1,4 @@ +-#!/bin/bash ++#! /bin/sh + # + # shell-script to call METIS from CODE_ASTER + # $1 : data file for METIS (numerotation) +@@ -10,9 +10,6 @@ + # install directory + METIS_INSTALL=HOME_METIS + +-LD_LIBRARY_PATH=LD_LIB_PATH_VALUE:$LD_LIBRARY_PATH +-export LD_LIBRARY_PATH +- + repinit=`pwd` + tmp_metis=$repinit/dir_metis + |