smanders / externpro

build external projects with cmake
MIT License
13 stars 12 forks source link

python version #333

Closed smanders closed 2 years ago

smanders commented 2 years ago

now that python 3.6 is installed in the buildpro/centos7-pro.dockerfile https://github.com/smanders/buildpro/commit/f673c45a795b9c9943dbf977b019d6b468dd38d8 -- the two externpro projects that find python should stop specifying the version -- or change to find_package(PythonInterp 3) if that's needed

I first attempted installing python 3.10.0 on Windows, but one of the projects didn't support that new of a release -- version 3.9.9 seems to work, though

smanders commented 2 years ago

webpro should no longer need to install python3 (once it's using buildpro 21.14) https://isrhub.usurf.usu.edu/webpro/webpro/blob/21.06/.devcontainer/centos7-bld.dockerfile#L6-L10

completed with commit referenced above