[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: getfem compilation problems on mac os catalina
From: |
Serge Dumont |
Subject: |
Re: getfem compilation problems on mac os catalina |
Date: |
Fri, 7 May 2021 16:44:56 +0200 |
Dear Esin,
on Catalina, I used:
./configure CXX=g++-10 CXXFLAGS='-I/usr/local/opt/brewsci-mumps/include
-I/usr/local/Cellar/qhull/2020.1/include -I/usr/local/opt/openblas/include'
LDFLAGS='-L/usr/local/opt/brewsci-mumps/lib
-L/usr/local/opt/brewsci-scalapack/lib -L/usr/local/Cellar/qhull/2020.1/lib
-L/usr/local/opt/openblas/lib/' CC='gcc-10' FC=gfortran-10 CXXCPP='g++-10 -E'
CPP='g++-10 -E' --enable-metis --with-optimization=-O2 --enable-shared
--with-pic --enable-matlab=no --enable-mumps --enable-python3
and it worked properly, with getfem 5.4.1 and homebrew/mumps. I hope this can
help.
Best,
Serge
> Le 7 mai 2021 à 15:34, Esin B Sozer <esinbengisu@gmail.com> a écrit :
>
> Thank you very much, Kostas and everyone!
>
> I compiled the package, which was as easy as "./configure
> CXX=/usr/local/bin/g++-10".
>
> But now I get an error of course after "make" about finding libtool. I
> installed it with homebrew (/usr/local/bin/glibtool/). I can't tell from
> --help of ./configure or make which flag I need to use to assign the right
> directory for libtool.
>
> Thank you!
>
> Best,
>
> Esin
>