Closed JeDeveloper closed 4 months ago
Unfortunately I cannot reproduce the bug (nor I can access ASU Sol). Can you attach files with the output of the following commands (given in clean folders)?
cmake .. -DPython=On
cmake --trace-expand .. -DPython=On
P.S. -DNATIVE_COMPILE=On
does nothing. Native compilation is ON by default, and you can disable it with -DNATIVE_COMPILATION=Off
Any update on this one?
Sorry, this one kind of fell off my rader. I tried reproducing the issue and wasn't able to do so (perhaps cmake updated?, so we can consider this issue closed.
Low priority issue. Error message does not contain information on error. Describe the bug On ASU's Sol supercomputer, i tried to run cmake to prep compilation of python bindings, but it failed with a blank error message To Reproduce Steps to reproduce the behavior: With the following modules on ASU Sol Supercomputer (or some equivalent thereof) installed
Run (equivalent on your machine)
(pypatchy) [jrevan21@c051:~/oxDNA/build]$ cmake .. -DPython=ON -DCuda=ON -DNATIVE_COMPILE=ON
after some general cmake messages, got errorExpected behavior I was actually able to resolve this issue by specifying
-DPYTHON_EXECUTABLE
and-DPYTHON_INCLUDE_DIRS
, but nothing in the error message would have led me to this solution. The error message should be more descriptive.Desktop (please complete the following information):
working from oxDNA commit
35682563d2068295c8d1fc77cc12299772dcb21e