Source: lammps Version: 0~20161109.git9806da6-7 Severity: serious Tags: buster sid patch
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/lammps.html ... ! Package inputenc Error: Invalid UTF-8 byte sequence. See the inputenc package documentation for explanation. Type H <return> for immediate help. ... l.479 ...our header the same way. Otherwise, don�t ? Fix is attached.
Description: Fix non-ASCII character in developer.tex This caused a FTBFS with TeX Live 2018. Author: Adrian Bunk <b...@debian.org> --- lammps-0~20161109.git9806da6.orig/doc/src/Developer/developer.tex +++ lammps-0~20161109.git9806da6/doc/src/Developer/developer.tex @@ -476,7 +476,7 @@ is the name of the class. This code allo when it parses input script. In addition, your fix header must be included in the file "style\_fix.h". In case if you use LAMMPS make, this file is generated automatically - all files starting with prefix -fix\_ are included, so call your header the same way. Otherwise, donÕt +fix\_ are included, so call your header the same way. Otherwise, don't forget to add your include into "style\_fix.h". Let's write a simple fix which will print average velocity at the end