Skip to content

Commit

Permalink
removed -lpthread flag as glibc 2.34 removed libpthread
Browse files Browse the repository at this point in the history
  • Loading branch information
JayHuLBL committed Nov 29, 2023
1 parent 0b18fe1 commit e3a91c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Buildings/Resources/src/ISAT/Linux/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ OBJS = advection.o boundary.o chen_zero_equ_model.o cosimulation.o \
usrfgh.o utility_isat.o\

LIB = libisat.so
LIBS = -pthread -lc -lgfortran -llapack -lblas
# LIBS = -lpthread -lc -lgfortran -llapack -lblas
LIBS = -lc -lgfortran -llapack -lblas

# Note that -fPIC is recommended on Linux according to the Modelica specification

Expand Down

0 comments on commit e3a91c7

Please sign in to comment.