Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jul 2019 20:34:29 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r506962 - head/science/paraview
Message-ID:  <201907192034.x6JKYTm8047747@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Fri Jul 19 20:34:28 2019
New Revision: 506962
URL: https://svnweb.freebsd.org/changeset/ports/506962

Log:
  science/paraview: fix build on GCC architectures
  
  Needs newer GCC than what is in base:
  CMake Error at VTK/CMake/vtkCompilerChecks.cmake:4 (message):
    GCC 4.8 or later is required.
  
  Approved by:	mentors (implicit approval)

Modified:
  head/science/paraview/Makefile

Modified: head/science/paraview/Makefile
==============================================================================
--- head/science/paraview/Makefile	Fri Jul 19 19:33:13 2019	(r506961)
+++ head/science/paraview/Makefile	Fri Jul 19 20:34:28 2019	(r506962)
@@ -32,7 +32,7 @@ LIB_DEPENDS=	libhdf5.so:science/hdf5 \
 RUN_DEPENDS=	bash:shells/bash	\
 		${PYTHON_SITELIBDIR}/matplotlib/pyplot.py:math/py-matplotlib@${PY_FLAVOR}
 
-USES=		alias cmake gl jpeg localbase python:2.7 qt:5 shebangfix
+USES=		alias cmake compiler:c11 gl jpeg localbase python:2.7 qt:5 shebangfix
 USE_QT=		core gui help network sql widgets x11extras xmlpatterns \
 		buildtools_build qmake_build
 USE_GL=		gl glu



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