Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consolidate build profiles between libnd4j and nd4j modules #5813

Merged
merged 1 commit into from
Jul 5, 2018

Conversation

saudet
Copy link
Contributor

@saudet saudet commented Jul 5, 2018

Reverts to always using the same build directories for libnd4j
to do without symbolic links, which are no longer useful now
that we use the Maven Assembly Plugin for that purpose.

Works fine for Linux with CUDA and Android, should work fine for all other platforms...

Reverts to always using the same build directories for libnd4j
to do without symbolic links, which are no longer useful now
that we use the Maven Assembly Plugin for that purpose.
@saudet saudet requested a review from sshepel July 5, 2018 08:04
@@ -112,7 +112,6 @@
<includePath>${libnd4jhome}/include/indexing</includePath>
</includePaths>
<linkPaths>
<linkPath>${libnd4jhome}/blasbuild/cuda-${cuda.version}/blas</linkPath>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm, I would rather keep CUDA version, just in case if someone want to build several CUDA backends on same machine...
But, I may be wrong...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That was just a build directory created by libnd4j, but it won't use it anymore. It's all in "cuda" now like it was before I tried making this work with symbolic links.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeap, I remember that, ok then.

Copy link
Contributor

@sshepel sshepel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@sshepel sshepel merged commit f514cce into master Jul 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants