Skip to content
Snippets Groups Projects
Commit b2ed1a73 authored by Nikolay Ivanov's avatar Nikolay Ivanov
Browse files

fix to no libomp in rtd build

parent c49cfab0
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,7 @@ else:
import site
p = site.getsitepackages()[0]
sys.path.insert(0, p)
os.environ[b"CC"] = b"x86_64-linux-gnu-gcc"
# -- Project information -----------------------------------------------------
......
......@@ -8,6 +8,7 @@ dependencies:
- python=3.7
- cythongsl
- gsl
- llvm-openmp
- h5py
- numpy
- scipy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment