diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-07-23 08:37:16 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-07-23 08:37:16 +0000 |
commit | 9fd1a0b83282b23a8c9624130a3835f777770ab1 (patch) | |
tree | 6f13a7cf8394b6f0d2bcd7707d19beba1c4ba430 /math/metis-edf/files/patch-Test::Makefile | |
parent | Update to 1.3.1 Service Release 5. (diff) |
Add metis-edf 3, meshes partionning tool used by Code_Aster.
PR: 53909
Submitted by: thierry@pompo.net
Diffstat (limited to 'math/metis-edf/files/patch-Test::Makefile')
-rw-r--r-- | math/metis-edf/files/patch-Test::Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/metis-edf/files/patch-Test::Makefile b/math/metis-edf/files/patch-Test::Makefile new file mode 100644 index 000000000000..85f5ddecfed0 --- /dev/null +++ b/math/metis-edf/files/patch-Test::Makefile @@ -0,0 +1,11 @@ +--- Test/Makefile.orig Thu Dec 12 13:47:59 2002 ++++ Test/Makefile Sun Jun 29 16:00:25 2003 +@@ -4,7 +4,7 @@ + + vers_check: + @echo "### Test 2 : test --version option, onmetis returns :" +- (../onmetis --version ; exit 0) ++ @echo `../onmetis --version` + @echo " " + + fort.85 : fort.81 |