Skip to content

Commit

Permalink
Modified system/system.gha.make
Browse files Browse the repository at this point in the history
Modified system/system.gha.make for git to use f03.
  • Loading branch information
tsuyoshi38 committed Jan 14, 2025
1 parent 94520a1 commit 57e93d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/system/system.gha.make
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ LINKFLAGS=-fopenmp -L/usr/lib -L/usr/lib/x86_64-linux-gnu
BLAS= -llapack -lblas
# LibXC compatibility (LibXC below) or Conquest XC library
XC_LIBRARY = LibXC_v5
XC_LIB = -lxcf90 -lxc
#XC_LIB = -lxcf90 -lxc
XC_LIB = -lxcf03 -lxc
XC_COMPFLAGS = -I/usr/include
# Set FFT library
FFT_LIB=-lfftw3
Expand Down

0 comments on commit 57e93d7

Please sign in to comment.