svn commit: r497214 - head/science/erkale

Mark Linimon linimon at FreeBSD.org
Fri Mar 29 22:20:48 UTC 2019


Author: linimon
Date: Fri Mar 29 22:20:47 2019
New Revision: 497214
URL: https://svnweb.freebsd.org/changeset/ports/497214

Log:
  Mark as broken on aarch64: fails to configure:
  
    clang-8: error: no such file or directory: 'NOTFOUND'
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/science/erkale/Makefile

Modified: head/science/erkale/Makefile
==============================================================================
--- head/science/erkale/Makefile	Fri Mar 29 22:17:11 2019	(r497213)
+++ head/science/erkale/Makefile	Fri Mar 29 22:20:47 2019	(r497214)
@@ -10,6 +10,7 @@ COMMENT=	Quantum chemistry program to solve the electr
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_aarch64=	clang-8: error: no such file or directory: 'NOTFOUND'
 BROKEN_i386=	liberkale_omp.so.0.1.0: undefined reference to `__atomic_compare_exchange'
 
 BUILD_DEPENDS=	armadillo>0:math/armadillo


More information about the svn-ports-all mailing list