pyvista / stl-reader

Fast STL file reader
MIT License
4 stars 0 forks source link

Source distribution missing “hash96.h” #9

Closed akaszynski closed 3 months ago

akaszynski commented 4 months ago

aarch64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-PN012d/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DIS64BITPLATFORM -Istl_reader -I/tmp/pip-build-env-c5xm_r8x/overlay/lib/python3.9/site-packages/numpy/core/include -I/usr/include/python3.9 -c stl_reader/stlfile.c -o build/temp.linux-aarch64-cpython-39/stl_reader/stlfile.o -std=gnu++11 -O3 -w
      stl_reader/stlfile.c:34:10: fatal error: hash96.h: No such file or directory
         34 | #include "hash96.h"
            |          ^~~~~~~~~~
      compilation terminated.
      error: command '/usr/bin/aarch64-linux-gnu-gcc' failed with exit code 1
      [end of output]
akaszynski commented 3 months ago

Resolved in #10.