Fortran77 compiler missing? #4411
Replies: 4 comments 1 reply
-
Does it work if you set |
Beta Was this translation helpful? Give feedback.
-
Main error may mean mismatch between linker and SDK in your environment:
You can try checking Some other things:
And some further things if above hasn't helped:
|
Beta Was this translation helpful? Give feedback.
-
Hi Matteo |
Beta Was this translation helpful? Give feedback.
-
I’m sorry, I turned to macports and I didn’t try any longer.
Best,
Matteo
Am 08.02.2024 um 13:26 schrieb Camille Bernard ***@***.***>:
Hi Matteo
I'm trying to install candi and ASPECT and I have exactly the same error. Have you managed to solve the problem ?
Thanks,
Camille
—
Reply to this email directly, view it on GitHub<#4411 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/A6CQP6SZD2QXLEKVOS43IEDYSS77PAVCNFSM6AAAAAAW3NEE3GVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DIMBWHEZTI>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Output of
brew config
Output of
brew doctor
Description of issue
Hi, I work on a Macbook with M1 processor and MacOs Ventura.
During multiple installations from source I experience this issue, the system can't find fortran compiler, although I have installed (and reinstalled to be sure) gcc gcc@11 open-mpi with brew.
In fact if I run
brew list
this is what I get:1st occurrence of the error:
I was installing trilinos library from source. Since I'm not an expert I'll leave here what I've done:
I got the error before it finished to create the makefile. It's the following:
2nd occurrence of the error:
I was trying to install p4est library, through candi, it being part of a bigger library (dealii), which is the my final goal.
I was referring to the simple instructions on this page: https://github.com/dealii/dealii/wiki/Apple-ARM-M1-OSX
After launching
./candi.sh -j 8 --packages="p4est"
This is what I got:
config.log
Conclusions
Apart my issue in installing dealii library, which is not pertinent to this discussion, I have some evident problem with the fortran compiler.
Do you have any idea?
Some way to fix it?
Beta Was this translation helpful? Give feedback.
All reactions