eSASS installing

eSASS download and installation
Post Reply
lidawei
Posts: 28
Joined: Thu Nov 25, 2021 5:30 am

eSASS installing

Post 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.
User avatar
AlainGueguen
Posts: 32
Joined: Mon Jun 28, 2021 12:06 pm

Re: eSASS installing

Post 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
lidawei
Posts: 28
Joined: Thu Nov 25, 2021 5:30 am

Re: eSASS installing

Post by lidawei »

Dear AlainGueguen
Your suggestion is useful. Thanks to this, I can proceed to the next step.
Thank you very much.

Best regards
Post Reply