[Bug 282879] misc/py-pytorch: remove unnecessary LIB_DEPENDS on net/openmpi4

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 20 Nov 2024 22:31:34 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282879

            Bug ID: 282879
           Summary: misc/py-pytorch: remove unnecessary LIB_DEPENDS on
                    net/openmpi4
           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: trombik1973@gmail.com
                CC: yuri@freebsd.org
                CC: yuri@freebsd.org

net/openmpi4 conflicts with net/openmpi. When misc/py-pytorch is installed, a
number of other packages are removed because of the conflicts. However,
misc/py-pytorch does not use net/openmpi4.

USE_MPI requires USE_DISTRIBUTED, and USE_DISTRIBUTED is OFF by default for
non-supported platforms (see CMakeLists.txt). The comment in CMakeLists.txt
suggests that it will not work.

Also, when built with poudriere -t, it is suggested that other LIB_DEPENDS are
not necessary as well.

Warning: you might not need LIB_DEPENDS on libblis.so
Warning: you might not need LIB_DEPENDS on libpthreadpool.so

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