Skip to content

Commit

Permalink
New lib location
Browse files Browse the repository at this point in the history
  • Loading branch information
TCallaghan2 committed Nov 8, 2023
1 parent 49e9135 commit 3f6f6c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions UKsrc/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ SRCS = UniversalKriging.f90 NLSFRoutines.f90 KrigingRoutines.f90 IORoutines.f90

ifeq ($(OS), Windows_NT)
#LIBS = -L/usr/lib/x86_64-linux-gnu -llapack -lblas
#LIBS = -L'\Program Files\MATLAB\R2023a\extern\lib\win64\mingw64' -lmwlapack -lmwblas
LIBS = -L'\Program Files\gcc\x86_64-w64-mingw32\lib' -L..\..\Libs -llapack -lblas
LIBS = -L..\Libs -llapack -lblas
else # MAC, UNIX
LIBS = -L/usr/lib -llapack -lblas
endif
Expand Down

0 comments on commit 3f6f6c2

Please sign in to comment.