Skip to content
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

Issue with installing and configuring IBEX during dependency installation on Mac M1 Chip #279

Open
ameesh-shah opened this issue Aug 4, 2022 · 1 comment
Assignees

Comments

@ameesh-shah
Copy link

ameesh-shah commented Aug 4, 2022

Hi,

I'm looking to install and use dreal, but running the provided dependency installation script resulted in the following error on a 2021 Mac 12.2.1 using an M1 Pro Chip, with Apple clang version 13.1.6 (clang-1316.0.21.2.5).

==> Installing dreal from dreal/dreal
==> Installing dependencies for dreal/dreal/dreal: robotlocomotion/director/[email protected] and nlopt
==> Installing dreal/dreal/dreal dependency: robotlocomotion/director/[email protected]
==> ./waf configure --prefix=/opt/homebrew/Cellar/[email protected]/2.7.4_13 --enable-shared --with-optim --with-solver --with-affine-extended --interval-lib=filib --lp-lib=clp --clp-path=/opt/homebrew/opt/clp
Last 15 lines from /Users/ameeshshah/Library/Logs/Homebrew/[email protected]/01.waf:
Checking for program 'make' : /opt/homebrew/Library/Homebrew/shims/mac/super/make
Applying patch : filibsrc-3.0.2.2.all.all.patch
Calling configure : done
Calling make : done
Calling install : done
Checking for header interval/interval.hpp : yes
Checking for library prim : yes
Checking for compiler flags -frounding-math : yes
Checking for compiler flags -ffloat-store : yes
Checking for header interval/interval.hpp with -msse3 : yes
Configuration of the library for LP
Library for LP : clp
Checking for 'clp' : not found
The configuration failed
(complete log in /private/tmp/ibexA2.7.4-20220803-24987-115nfep/ibex-lib-ibex-2.7.4_13/build/config.log)

Do not report this issue to Homebrew/brew or Homebrew/core!

As a sanity check, running which clp shows /opt/homebrew/bin/clp. Furthermore, the location that the error trace refers to a complete log does not exist.

This appears to be essentially the same issue referenced here: dreal/homebrew-dreal#10

Let me know if any other information is needed. Many thanks!

@soonhokong
Copy link
Member

Hi,

We're aware of this issue and working on a workaround. FYI, the problems come from some dependencies of dReal.

In the meantime, you need to use either intel macs or Linux (x86_64).

@soonhokong soonhokong self-assigned this Feb 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants