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 /cad/metis-edf/files/patch-Programs::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 'cad/metis-edf/files/patch-Programs::Makefile')
-rw-r--r-- | cad/metis-edf/files/patch-Programs::Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cad/metis-edf/files/patch-Programs::Makefile b/cad/metis-edf/files/patch-Programs::Makefile new file mode 100644 index 000000000000..f50d7d73bce3 --- /dev/null +++ b/cad/metis-edf/files/patch-Programs::Makefile @@ -0,0 +1,11 @@ +--- Programs/Makefile.orig Thu Dec 12 13:47:59 2002 ++++ Programs/Makefile Sun Jun 29 15:39:26 2003 +@@ -11,7 +11,7 @@ + + + +-ONMETISOBJS = onmetis.o io.o smbfactor.o ecri11.o lect11.o lect00.o ++ONMETISOBJS = onmetis.o io.o smbfactor.o ecri11.o lect11.o lect00.o /usr/lib/crt1.o + + + |