-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Identifiers not found in Eigen library #18
Comments
These are auxiliary functions defined in |
I have tried two ways to configure and build the project: cmake -DBUILD_PATH=build -DPREFIX=installed -DPYTHON=OFF -P install and mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=installed -DOPTIMA_BUILD_PYTHON=OFF ..
cmake --build . |
You may have to enable build python.
…On Wed, May 18, 2022, 3:54 PM Hawk Shaw ***@***.***> wrote:
I have tried two ways to configure and build the project:
cmake -DBUILD_PATH=build -DPREFIX=installed -DPYTHON=OFF -P install
and
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=installed -DOPTIMA_BUILD_PYTHON=OFF ..
cmake --build .
—
Reply to this email directly, view it on GitHub
<#18 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABMOINHWXAZHBJRGYA77NI3VKTZB3ANCNFSM5WFFNZ3A>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I enable Python with cmake -DBUILD_PATH=build -DPREFIX=installed -DPYTHON=ON -P install Even more errors were raised. |
I don't know what is going on there. Here it works fine (are you using Also, Eigen version has to be 3.3.90 -- not 3.4. In this Eigen transition, some strange runtime errors are happening. Optima relies heavily on indexed views from Eigen; and this seems to be a bit unstable in 3.4. |
Hi Optima developers,
I wonder which Eigen version you used on your machines?
I am trying to compile Optima with latest Eigen 3.4 (Windows x64, MSVC v14.3), but I encountered more than 2000 errors:
It seems that most errors happen in
Optima/deps/eigenx/Eigen/Typedefs
.Would you help me solve the problem? Thank you.
The text was updated successfully, but these errors were encountered: