Skip to content

Build issues in eOn v2.12 on Linux #330

@LEGION0515

Description

@LEGION0515

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:

Image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions