Dear eOn developers,
I’m really sorry to bother you. I noticed that eOn recently released a new version, so I tried to pull the latest code and build it. When building eOn version 2.12.0, I ran the following commands:
conda create -n eon python=3.14 numpy pyyaml eigen spdlog meson ninja pkg-config openmpi="4.1.*" libpng zlib gcc=14 gxx=14 gfortran=14 quill -c conda-forge -y
conda activate eon
git clone https://github.com/TheochemUI/eOn.git
cd eOn
meson setup bbdir
--prefix=$CONDA_PREFIX
--libdir=lib
--buildtype=release
meson compile -C bbdir -j2
After executing these commands, I encountered the following errors during the build process of eOn:
I tried to follow the hints and made some changes to client/LBFGS.cpp and related files, but unfortunately, that didn’t fix the problem. It seems like it might be an issue with some definitions.
My technical skills are quite limited, and I haven’t been able to solve this on my own. I’m also not sure if fixing this error might cause other errors to appear.
I honestly don’t know how to proceed and would be extremely grateful for any guidance you could give me.
Also, while compiling LAMMPS and MPI, I ran into some issues. I tried to resolve them, and the build did succeed, but I’m not entirely sure if everything is correct. I just wanted to share this with you.
Dear eOn developers,
I’m really sorry to bother you. I noticed that eOn recently released a new version, so I tried to pull the latest code and build it. When building eOn version 2.12.0, I ran the following commands:
conda create -n eon python=3.14 numpy pyyaml eigen spdlog meson ninja pkg-config openmpi="4.1.*" libpng zlib gcc=14 gxx=14 gfortran=14 quill -c conda-forge -y
conda activate eon
git clone https://github.com/TheochemUI/eOn.git
cd eOn
meson setup bbdir
--prefix=$CONDA_PREFIX
--libdir=lib
--buildtype=release
meson compile -C bbdir -j2
After executing these commands, I encountered the following errors during the build process of eOn:
I tried to follow the hints and made some changes to client/LBFGS.cpp and related files, but unfortunately, that didn’t fix the problem. It seems like it might be an issue with some definitions.
My technical skills are quite limited, and I haven’t been able to solve this on my own. I’m also not sure if fixing this error might cause other errors to appear.
I honestly don’t know how to proceed and would be extremely grateful for any guidance you could give me.
Also, while compiling LAMMPS and MPI, I ran into some issues. I tried to resolve them, and the build did succeed, but I’m not entirely sure if everything is correct. I just wanted to share this with you.