1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

Mark science/esys-particle as BROKEN (not just on 13)

The upstream bug report is from may 2019, reporting this:

/wrkdirs/usr/ports/science/esys-particle/work/ESyS-Particle-2.3.5/Model/ElasticInteractionGroup.h:55:19: error: no candidate function template was found for dependent friend function template specialization
  friend ostream& operator<< <>(ostream&,const CElasticInteractionGroup<T>&);
                  ^
/wrkdirs/usr/ports/science/esys-particle/work/ESyS-Particle-2.3.5/Foundation/vec3.hpp:305:27: note: candidate ignored: not a function template
VEC3_INLINE std::ostream& operator << (std::ostream& ostr,const Vec3& V)
                          ^
/wrkdirs/usr/ports/science/esys-particle/work/ESyS-Particle-2.3.5/Model/ElasticInteraction.h:80:19: note: candidate ignored: not a function template
  friend ostream& operator<<(ostream&,const CElasticInteraction&);

This now happens on 12.1 as well.
This commit is contained in:
Adriaan de Groot 2019-12-30 14:15:34 +00:00
parent 657956954f
commit 08edfd1333
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521491

View File

@ -12,7 +12,7 @@ COMMENT= Particle-based numerical modelling software
LICENSE= APACHE20
BROKEN_FreeBSD_13= The upstream doesn't answer bug reports: https://bugs.launchpad.net/esys-particle/+bug/1808617
BROKEN= The upstream doesn't answer bug reports: https://bugs.launchpad.net/esys-particle/+bug/1808617
LIB_DEPENDS= libboost_system.so:devel/boost-libs \
libmpi.so:net/mpich