-
Notifications
You must be signed in to change notification settings - Fork 91
Description
I made a second attempt at installing planck likelihood code in CLASS following the instructions in https://github.com/brinckmann/montepython_public/blob/3.6/README.rst
Looking at README I used
./waf configure --lapack_lib=/home/iith/mambaforge/envs/IPTA_Env/ --cfitsio_prefix=/home/iith/mambaforge/envs/IPTA_Env
I got the message
Configure step ok. |
| |
| run './waf install' now !
when I do ./waf install I find
Build failed
-> task in 'lkl' failed with exit status 1 (run with -v to display more information)
-> task in 'lkl_lensing' failed with exit status 1 (run with -v to display more information)
-> task in 'parametric' failed with exit status 1 (run with -v to display more information)
I then did ./waf install -v I get
build failed
-> task in 'lkl' failed with exit status 1: {task 140036631983968: c lkl.pyx.c -> lkl.pyx.c.1.o} ['/usr/bin/gcc', '-fPIC', '-shared', '-Isrc', '-I../src', '-Isrc/minipmc', '-I../src/minipmc', '-I../include', '-I../../../../../mambaforge/envs/IPTA_Env/include', '-I../../../../../mambaforge/include/python3.10', '-I../../../../../mambaforge/lib/python3.10/site-packages/numpy/_core/include', '-DPYTHONDIR="/home/iith/planck/code/plc_3.0/plc-3.01/lib/python3.10/site-packages"', '-DPYTHONARCHDIR="/home/iith/planck/code/plc_3.0/plc-3.01/lib/python3.10/site-packages"', '-DHAVE_PYEMBED=1', '-DHAVE_PYTHON_H=1', '-DHAVE_LAPACK_CLIK_H=1', '-DHAVE_FITSIO_H=1', '-DHAS_LAPACK', '-DLAPACK_CLIK', 'src/python/clik/lkl.pyx.c', '-c', '-o/home/iith/planck/code/plc_3.0/plc-3.01/build/src/python/clik/lkl.pyx.c.1.o'] -> task in 'lkl_lensing' failed with exit status 1: {task 140036631984416: c lkl_lensing.pyx.c -> lkl_lensing.pyx.c.2.o} ['/usr/bin/gcc', '-fPIC', '-shared', '-Isrc', '-I../src', '-Isrc/minipmc', '-I../src/minipmc', '-I../include', '-I../../../../../mambaforge/envs/IPTA_Env/include', '-I../../../../../mambaforge/include/python3.10', '-I../../../../../mambaforge/lib/python3.10/site-packages/numpy/_core/include', '-DPYTHONDIR="/home/iith/planck/code/plc_3.0/plc-3.01/lib/python3.10/site-packages"', '-DPYTHONARCHDIR="/home/iith/planck/code/plc_3.0/plc-3.01/lib/python3.10/site-packages"', '-DHAVE_PYEMBED=1', '-DHAVE_PYTHON_H=1', '-DHAVE_LAPACK_CLIK_H=1', '-DHAVE_FITSIO_H=1', '-DCLIK_LENSING', '-DHAS_LAPACK', '-DLAPACK_CLIK', 'src/python/clik/lkl_lensing.pyx.c', '-c', '-o/home/iith/planck/code/plc_3.0/plc-3.01/build/src/python/clik/lkl_lensing.pyx.c.2.o'] -> task in 'parametric' failed with exit status 1: {task 140036631984864: c parametric.pyx.c -> parametric.pyx.c.3.o} ['/usr/bin/gcc', '-fPIC', '-shared', '-Isrc', '-I../src', '-Isrc/plik', '-I../src/plik', '-Isrc/minipmc', '-I../src/minipmc', '-I../include', '-I../../../../../mambaforge/envs/IPTA_Env/include', '-I../../../../../mambaforge/include/python3.10', '-I../../../../../mambaforge/lib/python3.10/site-packages/numpy/_core/include', '-DPYTHONDIR="/home/iith/planck/code/plc_3.0/plc-3.01/lib/python3.10/site-packages"', '-DPYTHONARCHDIR="/home/iith/planck/code/plc_3.0/plc-3.01/lib/python3.10/site-packages"', '-DHAVE_PYEMBED=1', '-DHAVE_PYTHON_H=1', '-DHAVE_LAPACK_CLIK_H=1', '-DHAVE_FITSIO_H=1', '-DHAS_LAPACK', '-DLAPACK_CLIK', 'src/python/clik/parametric.pyx.c', '-c', '-o/home/iith/planck/code/plc_3.0/plc-3.01/build/src/python/clik/parametric.pyx.c.3.o']