You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It detects all the required libraries, including the Boost.NumPy submodule. Building seems to work out just fine, and many of the tests pass. However, tests/ndarray fails with the following message.
g++ -o tests/ndarray.o -c -O2 -g -I/usr/include/eigen3 -Iinclude tests/ndarray.cc
g++ -o tests/ndarray tests/ndarray.o -lboost_unit_test_framework
/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: cannot open output file tests/ndarray: Is a directory
collect2: error: ld returned 1 exit status
scons: *** [tests/ndarray] Error 1
scons: building terminated because of errors.
I tried deleting the (empty) directory tests/ndarray but it is recreated by scons.
I just checked out this repository, loaded the git submodule, and ran scons with the following command
It detects all the required libraries, including the Boost.NumPy submodule. Building seems to work out just fine, and many of the tests pass. However,
tests/ndarrayfails with the following message.I tried deleting the (empty) directory
tests/ndarraybut it is recreated by scons.Any ideas what the issue is?