Skip to content

Commit

Permalink
slepc Makefile.loc fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sangallidavide committed Aug 1, 2024
1 parent 2ca81ea commit 3d8b18c
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 "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 "unset PETSC_DIR;" >> ${compdir}/log/config_$(PACKAGE).log 2>&1; \
echo "unset SLEPC_DIR;" >> ${compdir}/log/config_$(PACKAGE).log 2>&1; \
unset PETSC_DIR; \
unset SLEPC_DIR; \
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 3d8b18c

Please sign in to comment.