mirror of https://github.com/VLSIDA/OpenRAM.git
Revert to old ngspice repo. Other is outdated.
This commit is contained in:
parent
4b96b539e2
commit
6f696e312e
|
|
@ -102,7 +102,7 @@ RUN make -j 4 install
|
|||
### Ngspice ###
|
||||
ARG NGSPICE_COMMIT=032b1c32c4dbad45ff132bcfac1dbecadbd8abb0
|
||||
WORKDIR /root
|
||||
RUN git clone https://github.com/ngspice/ngspice
|
||||
RUN git clone git://git.code.sf.net/p/ngspice/ngspice
|
||||
WORKDIR /root/ngspice
|
||||
RUN git checkout ${NGSPICE_COMMIT}
|
||||
RUN ./autogen.sh
|
||||
|
|
|
|||
Loading…
Reference in New Issue