AMLab-Amsterdam / lie_learn

Computations involving Lie groups and harmonic analysis
MIT License
190 stars 47 forks source link

installation warning #4

Closed blancaag closed 6 years ago

blancaag commented 6 years ago

I run into the following installation warning using miniconda3 with python 3.6. [let me know if you need more details].

In file included from /root/miniconda3/lib/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h:1809:0,
                 from /root/miniconda3/lib/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h:18,
                 from /root/miniconda3/lib/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h:4,
                 from lie_learn/spaces/spherical_quadrature.c:579:
/root/miniconda3/lib/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
 #warning "Using deprecated NumPy API, disable it by " \
  ^
gcc -pthread -shared -L/root/miniconda3/lib -Wl,-rpath=/root/miniconda3/lib,--no-as-needed build/temp.linux-x86_64-3.6/lie_learn/spaces/spherical_quadrature.o -L/root/miniconda3/lib -lpython3.6m -o build/lib.linux-x86_64-3.6/lie_learn/spaces/spherical_quadrature.cpython-36m-x86_64-linux-gnu.so
tscohen commented 6 years ago

This seems to be a harmless compiler warning: https://github.com/scipy/scipy/issues/5889