Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang committed Jan 18, 2025
1 parent 1776955 commit b688583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/GNUMake/packages/Make.petsc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ifdef AMREX_PETSC_HOME
SYSTEM_INCLUDE_LOCATIONS += $(PETSC_ABSPATH)/include
LIBRARY_LOCATIONS += $(PETSC_ABSPATH)/lib
ifndef CRAY_PETSC_VERSION
LIBRARIES += -Wl,-rpath,$(PETSC_ABSPATH)/lib -lpetsc -llapack -lblas -lX11 -ldl
LIBRARIES += -Wl,-rpath,$(PETSC_ABSPATH)/lib -lpetsc
endif
endif

0 comments on commit b688583

Please sign in to comment.