configure: error: caltools not found (should be part of headas)!
Posted: Wed Mar 01, 2023 2:01 pm
While building eSASS on two different computer with different Linux distributions (Ubuntu 20.04 and Fedora 35) we encountered the same error at two different steps:
checking for library containing cbdcma_... no
configure: error: caltools not found (should be part of headas)!
make: *** [Makefile:365: config.status] Error 1
For the Ubuntu we get this error at the make step after the command:
$ ./configure --with-caldb=yes --with-healpix=/<my eSASS path>/external/Healpix_3.50 \
--with-headas=$HEADAS --with-gsl=compile --with-fftw=compile --with-lapack=compile
$ make
On the other hand, with Fedora we get the same error one step before:
$ ./configure --with-caldb=yes --with-healpix=/<my eSASS path>/external/Healpix_3.50 \
--with-headas=$HEADAS --with-gsl=compile --with-fftw=compile --with-lapack=compile
Any suggestions?
P.S.: we have a working docker but we need to work with eSASS locally, is there any way to make it work on either one of these ditributions?
checking for library containing cbdcma_... no
configure: error: caltools not found (should be part of headas)!
make: *** [Makefile:365: config.status] Error 1
For the Ubuntu we get this error at the make step after the command:
$ ./configure --with-caldb=yes --with-healpix=/<my eSASS path>/external/Healpix_3.50 \
--with-headas=$HEADAS --with-gsl=compile --with-fftw=compile --with-lapack=compile
$ make
On the other hand, with Fedora we get the same error one step before:
$ ./configure --with-caldb=yes --with-healpix=/<my eSASS path>/external/Healpix_3.50 \
--with-headas=$HEADAS --with-gsl=compile --with-fftw=compile --with-lapack=compile
Any suggestions?
P.S.: we have a working docker but we need to work with eSASS locally, is there any way to make it work on either one of these ditributions?