I am trying to make an old version of lammps-13Jull11. I used this command in the src directory: make openmpi
but it failed because of these errors:
make[1]: Entering directory '/home/alireza/lammps-13Jul11/src/Obj_openmpi'
make[1]: *** No rule to make target '/usr/include/x86_64-linux-gnu/bits/huge_val.h', needed by 'bond_fene.o'. Stop.
make[1]: Leaving directory '/home/alireza/lammps-13Jul11/src/Obj_openmpi'
Makefile:66: recipe for target 'openmpi' failed
make: *** [openmpi] Error 2
I get my
– alireza Nov 24 '18 at 09:41/usr/include/x86_64-linux-gnu/bits/huge_val.h
file from thelibc6-dev:amd64
package.