Source Boost for Superquadrics

Submitted by Sounik on Thu, 02/28/2019 - 03:33

Hi Everyone,

While installing through Makefile.mpi, my file path for including boost is not getting read/ignored.
EXTRA_INC += -IPath/to/your/Boost/include

This is probably due to the wrong placing of the command: I was placing the two lines right after LMP_INC

LMP_INC = -DLAMMPS_GZIP -DLAMMPS_VTK
LMP_INC += -DSUPERQUADRIC_ACTIVE_FLAG -DNONSPHERICAL_ACTIVE_FLAG
EXTRA_INC += -I$(TACC_BOOST_INC)

Can anyone help me regarding this.

Thanks,
Sounik

arnom's picture

arnom | Thu, 02/28/2019 - 12:54

EXTRA_INC is overridden later in the Makefile.mpi. You should just append your -I.... to LMP_INC

I would strongly suggest you to use make auto where such additions are easily introduced.

DCS team member & LIGGGHTS(R) core developer