-
Notifications
You must be signed in to change notification settings - Fork 238
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
Install Trilions on Macbook pro with ARM m1 #4991
Comments
Can you try This is not a problem with ASPECT, so I created the issue dealii/candi#309 to track it in the candi repository. |
I am keeping track of the issue here: #4991 |
Hi Timo, it works To export environment variables for all installed libraries execute:
Build finished in 33 seconds. Summary of timings: trilinos: 31 s |
Now you can follow the normal installation instructions, see https://aspect-documentation.readthedocs.io/en/latest/user/install/local-installation/obtaining.html |
Hi Timo, Hanys-MacBook-Pro:debug hanykhalil$ ls How is that possible I created the directory and it is valid, here is access to all my files: Hanys-MacBook-Pro:~ hanykhalil$ cd dealii-candi |
This doesn't look right. Try following the instructions from the ASPECT documentation. You also don't need to set the DEAL_II_DIR if you |
@HanyMKhalil, did @tjhei's suggestions work for you? |
Dear Bob,
I think we can close the issue I still do the steps as I was busy last days, it seems working but if further thing happens I can reopen the issue no worries
Thanks so much
Hany
… On 19 Jan 2023, at 00:34, Bob Myhill ***@***.***> wrote:
@HanyMKhalil, did @tjhei's suggestions work for you?
If so, we can close this issue.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.
|
Thanks Hany, in that case we'll close the issue for now. |
Hi all I followed the instructions to install deal.II and every thing went well I was able to install using the packages:
./candi.sh -j 8 --packages="hdf5 p4est dealii" successfuly
however when I try to install trilions using the line:
./candi.sh -j 8 --packages="trilinos"
I got this error:
ld: symbol(s) not found for architecture arm64
collect2: error: ld returned 1 exit status
make[2]: *** [packages/stratimikos/adapters/belos/src/libstratimikosbelos.13.2.dylib] Error 1
make[1]: *** [packages/stratimikos/adapters/belos/src/CMakeFiles/stratimikosbelos.dir/all] Error 2
make: *** [all] Error 2
Failure with exit status: 2
Exit message: There was a problem building trilinos 13-2-0.
Hanys-MacBook-Pro:candi hanykhalil$
The text was updated successfully, but these errors were encountered: