Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Sep 2018 17:34:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 231641] cad/scotch: Change from net/mpich2 to net/mpich
Message-ID:  <bug-231641-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231641

            Bug ID: 231641
           Summary: cad/scotch: Change from net/mpich2 to net/mpich
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: yuri@freebsd.org
                CC: thierry@FreeBSD.org
                CC: thierry@FreeBSD.org

Created attachment 197407
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D197407&action=
=3Dedit
patch for cad/scotch

mpich2 is the obsolete version 2.x, mpich is at the current version 3.x

It builds in poudriere 11amd64 with the attached patch.

However, it breaks science/libgeodecomp. libgeodecomp can't find the functi=
on
SCOTCH_dgraphInit.

The attached testcase fails:
> $ c++ testcase.cc -I /usr/local/include/ -L /usr/local/lib -lptscotch -lm=
pich -o sc /usr/local/lib/gcc7/libgcc_s.so
> /usr/local/lib/libptscotch.a(library_dgraph.o): In function `SCOTCH_dgrap=
hInit':
> library_dgraph.c:(.text+0x3a): undefined reference to `SCOTCH_errorPrint'
> c++: error: linker command failed with exit code 1 (use -v to see invocat=
ion)

This is what science/libgeodecomp runs in an attempt to find scotch.

I wasn't able to find a solution.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-231641-7788>