Skip to content

Commit

Permalink
Fixed compilation of internal slepc
Browse files Browse the repository at this point in the history
  • Loading branch information
sangallidavide committed Aug 1, 2024
1 parent 161f7b2 commit 2ca81ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/slepc/Makefile.loc
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ configure: uncompress
@if test -e $(PACKAGE) && ! test -f configured.stamp; then \
echo "\t[$(PACKAGE)] configuration"; \
cd $(PACKAGE); \
echo "PETSC_DIR=$(LIBPATH)" >> ${compdir}/log/config_$(PACKAGE).log 2>&1; \
PETSC_DIR=$(LIBPATH) \
echo "SLEPC_DIR=$(PWD)/$(PACKAGE)" >> ${compdir}/log/config_$(PACKAGE).log 2>&1; \
SLEPC_DIR=$(PWD)/$(PACKAGE) \
echo "export PETSC_DIR=$(LIBPATH)" >> ${compdir}/log/config_$(PACKAGE).log 2>&1; \
export PETSC_DIR=$(LIBPATH) \
echo "export SLEPC_DIR=$(PWD)/$(PACKAGE)" >> ${compdir}/log/config_$(PACKAGE).log 2>&1; \
export SLEPC_DIR=$(PWD)/$(PACKAGE) \
echo "python3 ./configure $(CONFFLAGS)" >> ${compdir}/log/config_$(PACKAGE).log 2>&1; \
python3 ./configure $(CONFFLAGS) >> ${compdir}/log/config_$(PACKAGE).log 2>&1; \
cd - ; \
Expand Down

0 comments on commit 2ca81ea

Please sign in to comment.