Christoph Junghans

Results 55 comments of Christoph Junghans

> By using `sudo dnf install python3-lammps` it installs into `/usr/lib/python3.10/site-packages/lammps`. > > `import lammps` works but I get this error: > > ```shell > OSError: liblammps.so: cannot open shared...

> > Hmm, the issue must be somewhere in our `setup.py` as we are using that to install the python module in CMake: > > https://github.com/lammps/lammps/blob/8315f9996b2f32aebe859bffd2cd09e9ded9b877/cmake/CMakeLists.txt#L852 > > FWIW, the...

On openSUSE i586, a simple program: ``` #include int main(){return 0;} ``` fails with the same error.

The test suite fails with: ``` make[1]: *** No rule to make target '-lint2', needed by 'test'. Stop. [22679s] make[1]: Leaving directory '/home/abuild/rpmbuild/BUILD/libint-2.6.0/tests/eri' [22679s] make: *** [Makefile:107: check] Error 1...

Fedora 37 should have flang-15, so let's wait for that.

@masterleinad this is done now.

@masterleinad @dalg24 this fixes the build issue on `fedora:rawhide`.

@dalg24 now you can re-review this and merge.

Updated the bundled version of doctree.h to a recent version helped (see #714).