8000 ndarray test fails (`tests/ndarray is a directory`) · Issue #32 · ndarray/ndarray · GitHub
[go: up one dir, main page]

Skip to content 8000

ndarray test fails (tests/ndarray is a directory) #32

@aherrmann

Description

@aherrmann

I just checked out this repository, loaded the git submodule, and ran scons with the following command

scons --prefix=~/opt/ndarray/github --with-eigen-include=/usr/include/eigen3/

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.

Any ideas what the issue is?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0