mirror of
https://git.freebsd.org/ports.git
synced 2025-07-09 13:29:24 -04:00
21 lines
490 B
Text
21 lines
490 B
Text
--- 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
|