Page 1 of 1

eSASS installing

Posted: Thu Nov 25, 2021 5:43 am
by lidawei
Hi,everyone

I have some troubles in Building eSASS on x86_64 Linux: GNU autoconf build.

When I use $ cd /<my eSASS path>/external/Healpix_3.50 and launch the configure script there, I got it:
Do you want to:
(0): exit
(1): configure Healpix IDL package
(2): configure Healpix C package, and edit Makefile
(3): configure Healpix F90 package, and edit Makefile
(4): configure Healpix C++ package, and edit Makefile
(5): configure Healpix Python (healpy) package, and edit Makefile
(8): see what configuration files have been created so far
(9): edit your shell configuration file to have easier access to Healpix codes
(-1): reset
(will *REMOVE* the Makefile and configuration files, and exit)
(0): exit

Enter your choice (configuration of packages can be done in any order): 3
you seem to be running Linux
enter name of your F90 compiler (): gfortran
Note: your Fortran compiler is gfortran compiler
compiled Healpix products will be:
F90_BINDIR = ./bin[suffix]
F90_INCDIR = ./include[suffix]
F90_LIBDIR = ./lib[suffix]
F90_BUILDDIR = ./build[suffix]
enter suffix for directories ():

I don't know what suffix I should enter there. Please reply to me if you have any suggestion about it. I'll appreciate for it.

Re: eSASS installing

Posted: Thu Nov 25, 2021 10:36 am
by AlainGueguen
Dear lidawei
you don't need to add a suffix , just type enter and the suffix wil be (empty string ) and the subfolder will be named :
F90_BINDIR = ./bin
F90_INCDIR = ./include
F90_LIBDIR = ./lib
F90_BUILDDIR = ./build
which works perfectly

regards

Re: eSASS installing

Posted: Thu Nov 25, 2021 1:00 pm
by lidawei
Dear AlainGueguen
Your suggestion is useful. Thanks to this, I can proceed to the next step.
Thank you very much.

Best regards