Date: Wed, 12 Aug 2020 16:41:34 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544753 - head/math/mathgl Message-ID: <202008121641.07CGfYel097638@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Wed Aug 12 16:41:33 2020 New Revision: 544753 URL: https://svnweb.freebsd.org/changeset/ports/544753 Log: math/mathgl: Doesn't generally need python, so USES=python is removed Modified: head/math/mathgl/Makefile Modified: head/math/mathgl/Makefile ============================================================================== --- head/math/mathgl/Makefile Wed Aug 12 16:34:39 2020 (r544752) +++ head/math/mathgl/Makefile Wed Aug 12 16:41:33 2020 (r544753) @@ -12,9 +12,6 @@ COMMENT= Library for high-quality scientific data visu LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -DEPRECATED= Uses deprecated version of python -EXPIRATION_DATE= 2020-08-15 - LIB_DEPENDS= libgif.so:graphics/giflib \ libgsl.so:math/gsl \ libhdf5.so:science/hdf5 \ @@ -23,8 +20,7 @@ LIB_DEPENDS= libgif.so:graphics/giflib \ libpng.so:graphics/png \ libsz.so:science/szip -USES= cmake compiler:c++11-lang gettext-runtime gl jpeg python:2.7 \ - xorg +USES= cmake compiler:c++11-lang gettext-runtime gl jpeg xorg USE_GL= gl glu glut USE_XORG= xi xmu USE_LDCONFIG= yes @@ -54,6 +50,8 @@ PYTHON_CMAKE_BOOL= enable-python PYTHON_BUILD_DEPENDS= swig:devel/swig \ ${PYNUMPY} PYTHON_RUN_DEPENDS= ${PYNUMPY} +PYTHON_BROKEN= Python option needs to be fixed: lgpl needs to be enabled for it + MPI_CMAKE_BOOL= enable-mpi MPI_LIB_DEPENDS= libmpi.so:net/openmpi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008121641.07CGfYel097638>