On Mon, 13 Apr 2020, Sebastian Ramacher wrote:

This is caused by the ongoing effort to remove Python 3.7. casacore
needs to be rebuilt against the new libboost-python1.67.0
version. But this build fails with:

| -- Looking for python3 specific environment...
| -- Found PythonInterp: /usr/bin/python3.7 (found version "3.7.7")
| -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.8.so (found version 
"3.8.2")
| -- Found Boost: /usr/include (found version "1.67.0")

I found that the CMake build of casacore recognises these environment
variables:

PYTHON3_EXECUTABLE
PYTHON3_LIBRARY
PYTHON3_INCLUDE_DIR

Did you try to explicitly set e.g. one or more of

PYTHON3_EXECUTABLE=/usr/bin/python3.8
PYTHON3_LIBRARY=/usr/lib/x86_64-linux-gnu/libpython3.8.so
PYTHON3_INCLUDE_DIR=/usr/include/python3.8

?

If not, could you try that and let me know? I would try myself but, as I
said in my report, I pinned the boost library, so I cannot do it in the
proper up to date sid environment.

Bye
Giacomo

--
_________________________________________________________________

Giacomo Mulas <giacomo.mu...@inaf.it>
_________________________________________________________________

INAF - Osservatorio Astronomico di Cagliari
via della scienza 5 - 09047 Selargius (CA)

tel.   +39 070 71180255
mob. : +39 329  6603810
_________________________________________________________________

"When the storms are raging around you, stay right where you are"
                         (Freddy Mercury)
_________________________________________________________________

Reply via email to