Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Copy link
Copy link
@aherrmann

Description

@aherrmann
Issue body actions

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?

Reactions are currently unavailable

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.