docker: Match multiple python3 versions

LT1AB
Ryan Burns 2021-11-08 20:17:01 -08:00
parent 1ce15ee2b9
commit 289a93b5ac
1 changed files with 4 additions and 1 deletions

View File

@ -10,7 +10,10 @@ LIBPATH = /usr/lib64 /usr/lib /opt/conda/lib
# The location of Python.h. If you have multiple installations of python
# make sure that it points to the right one
CPPPATH = /opt/conda/include/python3.8 /opt/conda/lib/python3.8/site-packages/numpy/core/include /opt/conda/include /usr/include
#
# Hack: we don't know a priori which version of python we'll have installed,
# so we're taking a bit of a shotgun approach here.
CPPPATH = /opt/conda/include/python3.8 /opt/conda/lib/python3.8/site-packages/numpy/core/include /opt/conda/include/python3.9 /opt/conda/lib/python3.9/site-packages/numpy/core/include /opt/conda/include /usr/include
# The location of the fftw3.h (most likely something like /usr/include or
# /usr/local/include /opt/local/include