I am:

gcc (GCC) 4.7.2 20121109 (Red Hat 4.7.2-8)

>From my cmake:

-- The CXX compiler identification is GNU 4.7.2
-- Check for working CXX compiler: /usr/lib64/ccache/c++
-- Check for working CXX compiler: /usr/lib64/ccache/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Checking platform...
-- Platform: linux64
-- Platform-specific flags:
--   Libraries: -std=c++98 -lm -lpthread -ldl -lutil
--   CXX flags: -fPIC -DPIC -m64
--   Debug flags: -g
--   LD flags:  -Wl,--no-as-needed -static-libgcc
--   Python extension link flags: -pthread -shared
--   Python embedding link flags: -Wl,--export-dynamic
-- Checking software tools...

---------------------------------------------------------------------------------------------------------

I get some warning when doing builds, but it continues through just fine.
 The warnings are numpy related and don't seem to affect anything (so I
didn't really care):

/usr/lib64/python2.7/site-packages/numpy/core/include/numpy/npy_deprecated_api.h:11:2:
warning: #warning "Using deprecated NumPy API, disable it by #defining
NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]

-James




On Wed, May 28, 2014 at 8:28 AM, Matthew Taylor <[email protected]> wrote:

> Is anyone using gcc 4.7.X to compile NuPIC? To find out, type "gcc
> --version" in a shell.
>
> Travis-CI is building with gcc 4.6.3, but I got a report that gcc 4.7.2 on
> CentOS was throwing errors on builds. Just investigating.
>
> Thanks,
> ---------
> Matt Taylor
> OS Community Flag-Bearer
> Numenta
>
> _______________________________________________
> nupic mailing list
> [email protected]
> http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org
>
>
_______________________________________________
nupic mailing list
[email protected]
http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org

Reply via email to