Skip to content

Commit

Permalink
fmk - updating PBE.pro for quzip linux
Browse files Browse the repository at this point in the history
  • Loading branch information
fmckenna committed Oct 24, 2023
1 parent bb21088 commit 85c08fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ FROM ubuntu:bionic
SHELL ["/bin/bash", "-c"]

ARG versionPBE=d3.2.0
ARG versionEE=d3.4.0
ARG versionSimCenterCommon=v23.09
ARG versionSimCenterBackend=v23.09
ARG versionOpenSees=v3.5.0
Expand Down Expand Up @@ -34,16 +35,17 @@ RUN apt-get update \
#

RUN source /opt/qt515/bin/qt515-env.sh \
&& sudo apt-get install apt-transport-https ca-certificates gnupg software-properties-common wget \
&& sudo apt-get install -y apt-transport-https ca-certificates gnupg software-properties-common wget \
&& wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | sudo apt-key add - \
&& sudo apt-add-repository 'deb https://apt.kitware.com/ubuntu/ bionic main' \
&& sudo apt-get install -y cmake zlib1g-dev \
&& git clone -b v1.4 --single-branch https://github.com/stachenov/quazip.git \
&& cd quazip \
&& mkdir build; cd build; cmake ..; make; make install \
& cd ..\.. \
& cd ../.. \
&& git clone -b $versionSimCenterCommon --single-branch https://github.com/NHERI-SimCenter/SimCenterCommon.git \
&& git clone https://github.com/NHERI-SimCenter/QS3hark.git \
&& git clone https://github.com/NHERI-SimCenter/QS3hark.git \
&& git clone -b $versionEE --single-branch https://github.com/NHERI-SimCenter/EE-UQ.git \
&& git clone -b $versionPBE --single-branch https://github.com/NHERI-SimCenter/PBE.git \
&& cd PBE \
&& mkdir build \
Expand Down
2 changes: 1 addition & 1 deletion PBE.pro
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ win32{
QMAKE_INFO_PLIST=$$PWD/Info.plist
LIBS += $$PWD/../quazip/build/quazip/libquazip1-qt5.1.4.dylib
} else {
LIBS += -lc
LIBS += -L/usr/local/lib -lquazip1-qt5 -lc
}
}

Expand Down

0 comments on commit 85c08fa

Please sign in to comment.