Date: Wed, 07 Jun 2017 14:07:49 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 219811] CONFIGURE_ENV do not take effect Message-ID: <bug-219811-13-ZYWBUXX8q4@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-219811-13@https.bugs.freebsd.org/bugzilla/> References: <bug-219811-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219811 --- Comment #2 from Jov <amutu@amutu.com> --- (In reply to Mathieu Arnold from comment #1) Hi ,please see this makefile to demonstrate the bug: https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D183252 yes,the original tensorflow shar file do not have HAS_CONFIGURE and CONFIGURE_ENV,because I use this: (cd ${WRKSRC} && PYTHON_BIN_PATH=3D${LOCALBASE}/bin/python TF_NEED_MKL=3DN \ CC_OPT_FLAGS=3D"-march=3Dnative" TF_NEED_GCP=3DN TF_NEED_HDFS=3DN \ TF_ENABLE_XLA=3DN TF_NEED_OPENCL=3DN TF_NEED_CUDA=3DN \ PYTHON_LIB_PATH=3D"${PYTHON_SITELIBDIR}" ./configure) and Kubilay Kocak review the pr and then give me advice to improve the configure target.I am trying to move the environment variables to CONFIGURE= _ENV and find this bug. --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-219811-13-ZYWBUXX8q4>