Revert to old ngspice repo. Other is outdated.

This commit is contained in:
mrg 2022-08-02 10:21:44 -07:00
parent 4b96b539e2
commit 6f696e312e
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ RUN make -j 4 install
### Ngspice ### ### Ngspice ###
ARG NGSPICE_COMMIT=032b1c32c4dbad45ff132bcfac1dbecadbd8abb0 ARG NGSPICE_COMMIT=032b1c32c4dbad45ff132bcfac1dbecadbd8abb0
WORKDIR /root WORKDIR /root
RUN git clone https://github.com/ngspice/ngspice RUN git clone git://git.code.sf.net/p/ngspice/ngspice
WORKDIR /root/ngspice WORKDIR /root/ngspice
RUN git checkout ${NGSPICE_COMMIT} RUN git checkout ${NGSPICE_COMMIT}
RUN ./autogen.sh RUN ./autogen.sh