0

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
karel
  • 122,292
  • 133
  • 301
  • 332

1 Answers1

0

On MY Ubuntu 16.04.5 LTS system (YMMV):

$ dpkg -S /usr/include/x86_64-linux-gnu/bits/huge_val.h
libc6-dev:amd64: /usr/include/x86_64-linux-gnu/bits/huge_val.h

I get my /usr/include/x86_64-linux-gnu/bits/huge_val.h file from the libc6-dev:amd64 package.

waltinator
  • 37,856