nrgraham23 / LibJFabric

Java bindings for libfabric.
2 stars 0 forks source link

Revert "build: move native build to project builddir" #19

Closed nrgraham23 closed 8 years ago

nrgraham23 commented 8 years ago

This is actually creating an error on build. I am getting:

main: [echo] compile classpath: ${compile_classpath} [echo] runtime classpath: ${runtime_classpath} [echo] test classpath: ${test_classpath} [echo] plugin classpath: ${plugin_classpath} [exec] -- -L/usr/local/lib -lfabric [exec] -- Found libfabric, building LibJFabric native methods. [exec] -- Configuring done [exec] -- Generating done [exec] -- Build files have been written to: /Users/ngraham/Documents/workspace/LibJFabric/src/main/native/org/ofi/libjfabric_native [exec] make: *\ No rule to make target `install'. Stop.

It looks like maybe it is trying to run make from the native directory in the target directory, however there is no makefile there.

Reverts nrgraham23/LibJFabric#18