The problem occurs when trying to compile the Slackbuild numpy or numpy3. THe compilation fails in the same position (see error message)
I am unsure what needs to be fixed and why this compilation fails. Any help would be appreciated.
Reproducing code example:
I tried to build a Slackbuild version of the latest numpy/numpy3 source on a recent stock slackware64-current install with OpenBLAS 0.3.3 added (http://slackbuilds.org)
Error message:
error: Command "gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DHAVE_CBLAS -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.linux-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/include/python2.7 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/npymath -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/npymath -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/npymath -c numpy/core/src/multiarray/numpyos.c -o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/numpyos.o -MMD -MF build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/numpyos.o.d" failed with exit status 1
Numpy/Python version information: 1.14.3 (both numpy and numpy3)
The problem occurs when trying to compile the Slackbuild numpy or numpy3. THe compilation fails in the same position (see error message)
I am unsure what needs to be fixed and why this compilation fails. Any help would be appreciated.
Reproducing code example:
I tried to build a Slackbuild version of the latest numpy/numpy3 source on a recent stock slackware64-current install with OpenBLAS 0.3.3 added (http://slackbuilds.org)
Error message:
Numpy/Python version information: 1.14.3 (both numpy and numpy3)