[Bug 219811] CONFIGURE_ENV do not take effect

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jun 7 14:07:49 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219811

--- Comment #2 from Jov <amutu at 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=183252

yes,the original tensorflow shar file do not have HAS_CONFIGURE and
CONFIGURE_ENV,because I use this:

(cd ${WRKSRC} && PYTHON_BIN_PATH=${LOCALBASE}/bin/python TF_NEED_MKL=N \
        CC_OPT_FLAGS="-march=native" TF_NEED_GCP=N TF_NEED_HDFS=N \
        TF_ENABLE_XLA=N TF_NEED_OPENCL=N TF_NEED_CUDA=N \
        PYTHON_LIB_PATH="${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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-ports-bugs mailing list