tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: math/py-numpy




Am September 18, 2019 4:17:54 AM UTC schrieb Brook Milligan <brook%nmsu.edu@localhost>:
>I am trying to compile math/py-numpy.  The native compiler is gcc 4.8.5
>and I have set USE_NATIVE_GCC=yes in etc/mk.conf.  However, it still
>insists on building lang/gcc48.  However, I am having trouble figuring
>out the compiler selection logic in mk/compiler.mk and friends.
>
>Why is not setting USE_NATIVE_GCC sufficient to avoid building
>lang/gcc48?

Please run "make show-all-gcc". My guess is that CC=cc, but needs to be CC=gcc since ${GCCBASE}/bin/${CC:[1]:T} must exist.

I already promised to fix this but didn't find the time yet.


Home | Main Index | Thread Index | Old Index