Skip to content

Commit

Permalink
Merge branch 'master' into readme-for-oss
Browse files Browse the repository at this point in the history
  • Loading branch information
artic-plus authored Dec 12, 2023
2 parents 80f37ed + 7aa3e06 commit 557257a
Show file tree
Hide file tree
Showing 164 changed files with 36 additions and 36,829 deletions.
41 changes: 0 additions & 41 deletions Makefile

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
=======

# OSS Static Current Analysis for PCB

This repository has been modified based on pcb-tools https://github.com/curtacircuitos/pcb-tools,
Expand Down Expand Up @@ -73,4 +73,4 @@ Dependencies for developing and testing pcb-tools are listed in requirements-dev

We use [pytest](https://docs.pytest.org/en/latest/) to run pcb-tools's suite of unittests and doctests.

(venv)$ pytest
(venv)$ pytest
19 changes: 19 additions & 0 deletions container/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
FROM dolfinx/lab:stable
ENV TZ=Asia/Tokyo
RUN apt-get update
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y tzdata
RUN apt-get install -y dnsutils
RUN apt-get install -y net-tools
RUN apt-get install -y x11-apps
RUN apt-get install -y vim nano
RUN apt-get install -y lsof
RUN apt-get install -y xdg-utils
RUN apt-get install -y netcat
RUN apt-get install -y gtkwave
RUN mkdir /usr/share/desktop-directories
RUN pip install pandas
RUN pip install h5py
RUN pip install 'jupyterlab>=3' ipywidgets 'pyvista[all]' ipyvtklink
RUN pip install pcb-tools
RUN pip install cairocffi
RUN pip install gmsh
177 changes: 0 additions & 177 deletions doc/Makefile

This file was deleted.

Loading

0 comments on commit 557257a

Please sign in to comment.