Skip to content

Commit

Permalink
Merge pull request #268 from chetanya-goyal/main
Browse files Browse the repository at this point in the history
Add ngspice installation commands to the docker image
  • Loading branch information
saicharan0112 authored Nov 12, 2023
2 parents 28770f7 + 300fe8e commit ea0ca89
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker/conda/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ RUN conda install python=3.10 \
magic \
netgen \
openroad \
ngspice \
-c litex-hub \
-c conda-forge \
-c anaconda \
Expand All @@ -29,3 +28,7 @@ RUN dpkg -i klayout_0.28.12-1_amd64.deb
RUN strip --remove-section=.note.ABI-tag /usr/lib/x86_64-linux-gnu/libQt5Core.so.5

COPY ./scripts /scripts

RUN git clone http://git.code.sf.net/p/ngspice/ngspice && \
cd ngspice && \
./compile_linux.sh
6 changes: 6 additions & 0 deletions docker/conda/packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,9 @@ libz-dev
build-essential
time
git
bison
flex
libx11-dev
libx11-6
libxaw7-dev
libreadline6-dev

0 comments on commit ea0ca89

Please sign in to comment.