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

difficulty installing on m1 Mac #196

Open
EliseAWalker opened this issue Mar 13, 2024 · 3 comments
Open

difficulty installing on m1 Mac #196

EliseAWalker opened this issue Mar 13, 2024 · 3 comments

Comments

@EliseAWalker
Copy link

unable to install; directories installed by homebrew cannot be found (opt/homebrew not always searched). directories installed from source also cannot be found (e.g. include/eignpy directory)

@ofloveandhate
Copy link
Contributor

ofloveandhate commented Mar 13, 2024

Try configuring using this line:

./configure --with-eigen=/opt/homebrew/include

If this doesn't work, please post back and attach the file config.log.

This should work with other library dependencies, too, if you installed them in non-canonical locations. For example --with-eigenpy=/path/to/eigenpy. If you want to see the available options, ./configure -h shows the help menu.

@ofloveandhate
Copy link
Contributor

I have successfully built on this M1 on which I am now typing with boost, boost-python, eigen, eigenpy, automake, autoconf, libtool, mpfr, gmp, numpy all installed on this machine via homebrew.

I'm using a virtual environment to help manage my Python libraries.

@ofloveandhate
Copy link
Contributor

I do recognize that building b2 is a pain. we're working on a CMake build system which should work better with dependencies provided by conda. but that doesn't help you right this moment.

Looking forward to hearing back from you.

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