Skip to content

Commit

Permalink
Add to the docs a known issue referencing #137
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo-rovigatti committed Oct 25, 2024
1 parent 3bcd621 commit f481eb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ cmake -DPython=1 -DPYTHON_EXECUTABLE=$HOME/miniconda3/bin/python -DPYTHON_INCLUD

* An `illegal instruction` is sometimes issued when the code is compiled on a CPU architecture and run on another, or when specific combinations of CPU architecture and compiler are used. Invoke CMake with `-DNATIVE_COMPILATION=Off` and re-compile the code to fix the issue.
* When compiling oxDNA with Python support on Microsoft's WSL, if the local repository is downloaded in Windows (*i.e.*, outside WSL), tests and analysis scripts may fail (see [this issue](https://github.com/lorenzo-rovigatti/oxDNA/issues/122#issue-2499923060)). To avoid these problems, clone the repository directly within the WSL environment.
* The `oxpy` installation may fail with a `Built wheel for oxpy is invalid: Wheel has unexpected file name` warning in some specific cases (see [here](https://github.com/lorenzo-rovigatti/oxDNA/issues/137) for an example, where updating `setuptools` solved the issue).
* A list of other known issues can be browsed online [here](https://github.com/lorenzo-rovigatti/oxDNA/issues).


Expand Down

0 comments on commit f481eb4

Please sign in to comment.