public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-mathematics/netgen/files/
@ 2016-02-22  8:38 Justin Lecher
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher @ 2016-02-22  8:38 UTC (permalink / raw
  To: gentoo-commits

commit:     b4b71a0c2ce78b32be5e264fe2585b27f7b3c487
Author:     Grégory Salvan <apieum <AT> gmail <DOT> com>
AuthorDate: Fri Feb 12 18:08:41 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Feb 22 08:36:31 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=b4b71a0c

added the right patch for metis numflag

 .../netgen/files/netgen-5.x-metis-numflag.patch     | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

diff --git a/sci-mathematics/netgen/files/netgen-5.x-metis-numflag.patch b/sci-mathematics/netgen/files/netgen-5.x-metis-numflag.patch
index 4c32304..9e5ba88 100644
--- a/sci-mathematics/netgen/files/netgen-5.x-metis-numflag.patch
+++ b/sci-mathematics/netgen/files/netgen-5.x-metis-numflag.patch
@@ -1,21 +1,20 @@
-diff -uwrN ./netgen-5.3.1/libsrc/meshing/parallelmesh.cpp netgen-5.3.1.ORIG/libsrc/meshing/parallelmesh.cpp
---- ./netgen-5.3.1/libsrc/meshing/parallelmesh.cpp	2016-02-11 19:12:14.474185736 +0100
-+++ netgen-5.3.1.ORIG/libsrc/meshing/parallelmesh.cpp	2014-08-29 11:54:05.000000000 +0200
+--- libsrc/meshing/parallelmesh.cpp	2014-08-29 11:54:05.000000000 +0200
++++ libsrc/meshing/parallelmesh.cpp	2016-02-11 19:12:14.474185736 +0100
 @@ -1318,7 +1318,7 @@
      idxtype  *xadj, * adjacency, *v_weights = NULL, *e_weights = NULL;
- 
+
      int weightflag = 0;
--    int numflag = 0;
-+    // int numflag = 0;
+-    // int numflag = 0;
++    int numflag = 0;
      int nparts = ntasks - 1;
- 
+
      int options[5];
 @@ -1485,7 +1485,7 @@
      idxtype *v_weights = NULL, *e_weights = NULL;
- 
+
      int weightflag = 0;
--    int numflag = 0;
-+    // int numflag = 0;
+-    // int numflag = 0;
++    int numflag = 0;
      int nparts = ntasks - 1;
- 
+
      int edgecut;


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-mathematics/netgen/files/
@ 2016-02-22  8:38 Justin Lecher
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher @ 2016-02-22  8:38 UTC (permalink / raw
  To: gentoo-commits

commit:     78243c13f605b381127b48cbeea5ef36e05e3e02
Author:     Grégory Salvan <apieum <AT> gmail <DOT> com>
AuthorDate: Sat Feb 20 23:59:46 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Feb 22 08:36:31 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=78243c13

replace fedora occ include dir by gentoo one

 sci-mathematics/netgen/files/netgen-5.3.1_build.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-mathematics/netgen/files/netgen-5.3.1_build.patch b/sci-mathematics/netgen/files/netgen-5.3.1_build.patch
index dd8d395..82c6ac9 100644
--- a/sci-mathematics/netgen/files/netgen-5.3.1_build.patch
+++ b/sci-mathematics/netgen/files/netgen-5.3.1_build.patch
@@ -6,7 +6,7 @@ diff -rupN netgen-5.3.1/configure.ac netgen-5.3.1-new/configure.ac
          [occdir=$withval] 
  	[occon=true],
 -	[occdir=/opt/OpenCASCADE]
-+	[occdir=/usr]
++	[occdir=$CASROOT]
          )
  
  
@@ -15,7 +15,7 @@ diff -rupN netgen-5.3.1/configure.ac netgen-5.3.1-new/configure.ac
  
 -	AC_SUBST([OCCFLAGS], ["-DOCCGEOMETRY -I$occdir/inc -I/usr/include/opencascade"])
 -	AC_SUBST([OCCLIBS], ["-L$occdir/lib -lTKernel -lTKGeomBase -lTKMath -lTKG2d -lTKG3d -lTKXSBase -lTKOffset -lTKFillet -lTKShHealing -lTKMesh -lTKMeshVS -lTKTopAlgo -lTKGeomAlgo -lTKBool -lTKPrim -lTKBO -lTKIGES -lTKBRep -lTKSTEPBase -lTKSTEP -lTKSTL -lTKSTEPAttr -lTKSTEP209 -lTKXDESTEP -lTKXDEIGES -lTKXCAF -lTKLCAF -lFWOSPlugin"])
-+	AC_SUBST([OCCFLAGS], ["-DOCCGEOMETRY -I/usr/include/oce"])
++	AC_SUBST([OCCFLAGS], ["-DOCCGEOMETRY -I$occdir/inc"])
 +	AC_SUBST([OCCLIBS], ["-lTKernel -lTKGeomBase -lTKMath -lTKG2d -lTKG3d -lTKXSBase -lTKOffset -lTKFillet -lTKShHealing -lTKMesh -lTKMeshVS -lTKTopAlgo -lTKGeomAlgo -lTKBool -lTKPrim -lTKBO -lTKIGES -lTKBRep -lTKSTEPBase -lTKSTEP -lTKSTL -lTKSTEPAttr -lTKSTEP209 -lTKXDESTEP -lTKXDEIGES -lTKXCAF -lTKLCAF -lFWOSPlugin"])
  
  #  -lTKDCAF


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-02-22  8:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-22  8:38 [gentoo-commits] proj/sci:master commit in: sci-mathematics/netgen/files/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2016-02-22  8:38 Justin Lecher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox