Skip to content

Commit 65e75aa

Browse files
committed
Add "libomp" library dependency in macOS environments.
1 parent e276a8f commit 65e75aa

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Before proceeding with the SimulaQron install, you need to install python 3.12,
102102
3.12 using the following command:
103103

104104
```shell
105-
brew install python@3.12
105+
brew install python@3.12 libomp
106106
```
107107

108108
Additionally, to install the optional dependencies, you will need to install *XCode Command Line Tools*. To do

docs/Troubleshooting.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,4 +411,7 @@ can also instruct pip to compile Qutip with the older toolchain::
411411

412412
$ pip install projectq qutip --index-url https://gitlab.tudelft.nl/api/v4/projects/28442/packages/pypi/simple
413413

414+
**In macOS, these packages are compiled only for macOS 26 (Tahoe)**. Additionally, they require installing "libomp"
415+
from homebrew: ``brew install libomp``.
416+
414417
Then you can try to install simulaqron with optional dependencies again.

0 commit comments

Comments
 (0)