From 29b759cf62e3a7545b10bd2cba88fa608fd36deb Mon Sep 17 00:00:00 2001 From: Simon Garnotel Date: Mon, 24 Jun 2024 18:10:57 +0200 Subject: [PATCH] try slepc fix --- 3rdparty/ff-petsc/Makefile | 4 +- 3rdparty/getall | 116 +------------------------------------ 2 files changed, 5 insertions(+), 115 deletions(-) diff --git a/3rdparty/ff-petsc/Makefile b/3rdparty/ff-petsc/Makefile index 71b599be3..a5292ee00 100644 --- a/3rdparty/ff-petsc/Makefile +++ b/3rdparty/ff-petsc/Makefile @@ -70,7 +70,7 @@ FLAGS_MTUNE := -mtune=native endif unexport MAKEFLAGS COMMON_FLAGS := --with-debugging=0 COPTFLAGS='-O3 $(FLAGS_MTUNE)' CXXOPTFLAGS='-O3 $(FLAGS_MTUNE)' FOPTFLAGS='-O3 $(FLAGS_MTUNE)' --with-ssl=0 --with-x=0 --with-fortran-bindings=0 --with-cudac=0 --with-tau-perfstubs=0 \ - --download-slepc --download-slepc-commit=91d610c5c24db59eb69b9c9f4385582415a0957d --download-hpddm + --download-slepc --download-hpddm ifneq ($(wildcard ~/.petsc_pkg),) COMMON_FLAGS += --with-packages-download-dir=~/.petsc_pkg @@ -216,7 +216,7 @@ Makefile.inc:../../config.status Makefile Makefile-PETSc.inc $(SRCDIR)/tag-conf-real:$(SRCDIR)/tag-tar cd $(SRCDIR) && $(PYTHON) ./configure --prefix=$(DIR_INSTALL_REAL) \ - $(FLAGS_CONF_PETSC_REAL) PETSC_ARCH=fr || cat configure.log; + $(FLAGS_CONF_PETSC_REAL) PETSC_ARCH=fr; test -f $(SRCDIR)/fr/lib/petsc/conf/petscvariables mkdir -p $(SRCDIR)/fc/externalpackages || true cp -r $(SRCDIR)/fr/externalpackages/git.slepc $(SRCDIR)/fr/externalpackages/git.hpddm $(SRCDIR)/fc/externalpackages || true diff --git a/3rdparty/getall b/3rdparty/getall index a91b1f9d5..e17893932 100755 --- a/3rdparty/getall +++ b/3rdparty/getall @@ -36,11 +36,14 @@ getopts( 'afho:', \%opts ); if ( $opts{h} ) { print <