Date: Thu, 3 Jan 2019 20:00:58 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489215 - head/science/code_saturne Message-ID: <201901032000.x03K0wdH058852@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Thu Jan 3 20:00:57 2019 New Revision: 489215 URL: https://svnweb.freebsd.org/changeset/ports/489215 Log: Remove build dependency on the python metaport Modified: head/science/code_saturne/Makefile Modified: head/science/code_saturne/Makefile ============================================================================== --- head/science/code_saturne/Makefile Thu Jan 3 19:57:59 2019 (r489214) +++ head/science/code_saturne/Makefile Thu Jan 3 20:00:57 2019 (r489215) @@ -12,7 +12,6 @@ COMMENT= EDF's general purpose Computational Fluid Dyn LICENSE= GPLv2 -BUILD_DEPENDS= python:lang/python LIB_DEPENDS= libsysinfo.so:devel/libsysinfo \ libcgns.so:science/cgnslib \ libhdf5.so:science/hdf5 \ @@ -32,6 +31,7 @@ USE_PYQT= core gui sip widgets xml_build CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2 GNU_CONFIGURE= yes USE_LDCONFIG= yes +BINARY_ALIAS= python=${PYTHON_CMD} OPTIONS_DEFINE= DOCS EXAMPLES ATLAS BATCH MPI OPTIONS_DEFAULT= BATCH MPI METIS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901032000.x03K0wdH058852>