svn commit: r364772 - head/net/mpich2
Thierry Thomas
thierry at FreeBSD.org
Sun Aug 17 20:47:07 UTC 2014
Le mer 13 aoû 14 à 13:12:23 +0200, John Marino <freebsd.contact at marino.st>
écrivait :
> > Ports that depend on it need to be switched to net/mpich which is at
> > 3.1.1 at the moment.
>
> Yes, that's the conclusion a few of us have reached. Somebody should
> take the initiative and convert these ports so net/mich2 can be removed.
> I won't be able to do it for a while.
I tried it, but it's not yet possible with clang. If the port includes
mpi.h, you'll get this kind of errors:
/usr/local/include/mpi.h:902:67: error: alias must point to a defined variable or function
MPI_Comm comm) MPICH_ATTR_POINTER_WITH_TYPE_TAG(1,3) MPICH_ATTR_WEAK_ALIAS("PMPI_Send");
^
/usr/local/include/mpi.h:17:58: note: expanded from macro 'MPICH_ATTR_WEAK_ALIAS'
#define MPICH_ATTR_WEAK_ALIAS(fname) __attribute__((weak,alias(fname)))
The problem has already been reported:
See <http://llvm.org/bugs/show_bug.cgi?id=17775>
Regards,
--
Th. Thomas.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 949 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20140817/eb1fa1cf/attachment-0001.sig>
More information about the svn-ports-all
mailing list