Skip to content

Commit

Permalink
Merge pull request #22 from eelab-dev/chakra-v3
Browse files Browse the repository at this point in the history
Chakra v3
  • Loading branch information
danchitnis authored Nov 17, 2024
2 parents 88636e3 + e37e13d commit e2593b3
Show file tree
Hide file tree
Showing 73 changed files with 6,972 additions and 3,881 deletions.
15 changes: 0 additions & 15 deletions .eslintrc.js

This file was deleted.

21 changes: 13 additions & 8 deletions Docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
FROM fedora:latest
FROM ubuntu:latest

RUN dnf -y update
RUN apt-get update && apt-get install -y \
build-essential \
cmake \
git \
wget \
curl \
bison \
python3

RUN dnf -y install autoconf automake make cmake bzip2\
gcc-c++ libstdc++-static.x86_64
RUN apt-get -y install autoconf automake bzip2

RUN dnf -y install libtool bison xz which
#gcc-c++ libstdc++-static.x86_64

RUN apt-get -y install libtool which


## Emscripten
## https://emscripten.org/docs/getting_started/downloads.html
RUN dnf -y install git wget curl


RUN dnf clean all

## fix the bug in ngspice
# COPY ./misc_time.c /opt/misc_time.c
Expand Down
5 changes: 3 additions & 2 deletions Docker/help.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
docker build --no-cache -t eesim .
docker run -t -v $(realpath .):/mnt eesim
docker build --no-cache -t eecircuit .
# mkdir build
docker run -t -v $(realpath .):/mnt eecircuit
node ./inject.js
35 changes: 0 additions & 35 deletions monacoUpdater.js

This file was deleted.

Loading

0 comments on commit e2593b3

Please sign in to comment.