Commit b687e040 authored by Mario's avatar Mario
Browse files

updated ngspice and openvaf version

parent 32c411e7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -34,8 +34,8 @@ ENV PATH="/home/local/bin:${PATH}"

# openvaf
RUN cd "/home/local/bin" && \
    curl -L -O https://openva.fra1.cdn.digitaloceanspaces.com/openvaf_23_2_0_linux_amd64.tar.xz && \
    tar xvf openvaf_23_2_0_linux_amd64.tar.xz 
    curl -L -O https://openva.fra1.cdn.digitaloceanspaces.com/openvaf_23_5_0_linux_amd64.tar.gz && \
    tar xvf openvaf_23_5_0_linux_amd64.tar.gz

# texlive
COPY --from=texlive/texlive:latest /usr/local/texlive/ /usr/local/texlive/
+3 −2
Original line number Diff line number Diff line
@@ -15,8 +15,9 @@ RUN apt-get update \

# build ngspice to test DutNGSpice
RUN cd /home \ 
    && wget -O ngspice.tar.gz https://sourceforge.net/projects/ngspice/files/ng-spice-rework/40/ngspice-40.tar.gz/download \
    # && wget -O ngspice.tar.gz https://sourceforge.net/projects/ngspice/files/ng-spice-rework/40/ngspice-40.tar.gz/download \
    && wget -O ngspice.tar.gz https://sourceforge.net/projects/ngspice/files/ng-spice-rework/41/ngspice-41.tar.gz/download \
    && tar -xf ngspice.tar.gz \
    && cd ngspice-40 \
    && cd ngspice-41 \
    && chmod +rwx compile_linux.sh \
    && ./compile_linux.sh --disable-debug