... | ... | @@ -64,7 +64,7 @@ unzip petsc-Windows64.zip |
|
|
Download and configure PETSc:
|
|
|
```shell
|
|
|
cd /usr/local
|
|
|
git clone -b maint https://gitlab.com/petsc/petsc.git petsc
|
|
|
git clone -b release https://gitlab.com/petsc/petsc.git petsc
|
|
|
cd petsc
|
|
|
./configure --CXX=x86_64-w64-mingw32-g++ --CC=x86_64-w64-mingw32-gcc --FC=x86_64-w64-mingw32-gfortran --with-clanguage=cxx --with-debugging=0 --with-mpi=0 --with-fortran-bindings=0 --download-mumps=yes --with-mumps-serial --with-shared-libraries=1 --with-x=0 --with-ssl=0 --with-scalar-type=complex --download-f2cblaslapack=1
|
|
|
```
|
... | ... | @@ -130,4 +130,4 @@ cd build |
|
|
cmake ..
|
|
|
make
|
|
|
./demo.exe
|
|
|
``` |
|
|
``` |
|
|
\ No newline at end of file |