Date: Sun, 9 Sep 2018 21:16:02 +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: r479337 - head/science/lm Message-ID: <201809092116.w89LG2M2048176@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sun Sep 9 21:16:02 2018 New Revision: 479337 URL: https://svnweb.freebsd.org/changeset/ports/479337 Log: science/lm: USES=python only when PYTHON=ON Modified: head/science/lm/Makefile Modified: head/science/lm/Makefile ============================================================================== --- head/science/lm/Makefile Sun Sep 9 21:11:41 2018 (r479336) +++ head/science/lm/Makefile Sun Sep 9 21:16:02 2018 (r479337) @@ -20,7 +20,7 @@ LIB_DEPENDS= libhdf5.so:science/hdf5 \ libprotobuf.so:devel/protobuf \ libsz.so:science/szip -USES= gettext-runtime gmake localbase python +USES= gettext-runtime gmake WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} CXXFLAGS+= -DLINUX @@ -35,6 +35,7 @@ MPI_VARS= XUSE_MPI=1 MPI_VARS_OFF= XUSE_MPI=0 MPI_LIB_DEPENDS= libmpich.so:net/mpich2 +PYTHON_USES= python PYTHON_VARS= XUSE_PYTHON=1 PYTHON_VARS_OFF= XUSE_PYTHON=0 PYTHON_CXXFLAGS= -I${PYTHON_SITELIBDIR}/numpy/core/include
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809092116.w89LG2M2048176>