Skip to content

Commit

Permalink
added pthread installation
Browse files Browse the repository at this point in the history
  • Loading branch information
JayHuLBL committed Mar 28, 2024
1 parent a7d973b commit c1ec7d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ before_install:
# the test to fail
install:
- sudo apt-get install libblas-dev liblapack-dev
- sudo apt-get install libpthread-stubs0-dev
- git lfs pull
- pip3 install --upgrade pip wheel
- pip3 install --only-binary=numpy,scipy,matplotlib numpy==1.21.4 scipy==1.7.3 matplotlib==3.5.1
Expand Down
Binary file added Buildings/Resources/Library/linux64/libisat.so
Binary file not shown.
4 changes: 2 additions & 2 deletions Buildings/Resources/src/ISAT/Linux/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ OBJS = advection.o boundary.o chen_zero_equ_model.o cosimulation.o \
LIB = libisat.so
# LIBS = -lpthread -lc -lgfortran -llapack -lblas
# LIBS = -pthread -lc -lgfortran -llapack -lblas
# LIBS = -lc -lgfortran -lblas
LIBS = -lpthread -lc -lgfortran
LIBS = -lpthread -lc -lgfortran -llapack
# LIBS = -lpthread -lc -lgfortran
# LIBS = -lc -lgfortran

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

0 comments on commit c1ec7d5

Please sign in to comment.