Skip to content

Commit

Permalink
improve post-setup message when missing OMP
Browse files Browse the repository at this point in the history
  • Loading branch information
david-cortes committed Mar 19, 2023
1 parent cba1ce1 commit cc1e2e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,5 +385,5 @@ def test_supports_clang_reassociate(self):
else:
omp_msg += " modules for your compiler. "

omp_msg += "Then reinstall this package from scratch: 'pip install --force-reinstall cmfrec'.\n"
omp_msg += "Then reinstall this package from scratch: 'pip install --upgrade --no-deps --force-reinstall cmfrec'.\n"
warnings.warn(omp_msg)

0 comments on commit cc1e2e4

Please sign in to comment.