Use asyncvlsi/act configure options.
This commit is contained in:
parent
665a9a63e5
commit
26fdcce0c2
12
Dockerfile
12
Dockerfile
@ -110,27 +110,25 @@ RUN make install
|
|||||||
RUN pwd
|
RUN pwd
|
||||||
WORKDIR /toolsrc
|
WORKDIR /toolsrc
|
||||||
RUN apt-get install -y libedit-dev zlib1g-dev m4 git gcc g++ make
|
RUN apt-get install -y libedit-dev zlib1g-dev m4 git gcc g++ make
|
||||||
#RUN git clone https://www.github.com/asyncvlsi/act.git
|
RUN git clone https://www.github.com/asyncvlsi/act.git
|
||||||
RUN git clone https://www.github.com/jpt4/act.git
|
#RUN git clone https://www.github.com/jpt4/act.git
|
||||||
WORKDIR act
|
WORKDIR act
|
||||||
ENV ACT_HOME=/opt/cad
|
ENV ACT_HOME=/opt/cad
|
||||||
ENV VLSI_TOOLS_SRC=/toolsrc/act
|
ENV VLSI_TOOLS_SRC=/toolsrc/act
|
||||||
ENV C_COMPILER_NAME=mpicc
|
#ENV C_COMPILER_NAME=mpicc
|
||||||
ENV CXX_COMPILER_NAME=mpic++
|
#ENV CXX_COMPILER_NAME=mpic++
|
||||||
RUN ./configure $ACT_HOME
|
RUN ./configure $ACT_HOME CC=mpicc CXX=mpic++
|
||||||
RUN ./build
|
RUN ./build
|
||||||
RUN make install
|
RUN make install
|
||||||
|
|
||||||
# install actsim
|
# install actsim
|
||||||
WORKDIR /toolsrc
|
WORKDIR /toolsrc
|
||||||
RUN git clone https://github.com/asyncvlsi/actsim.git
|
RUN git clone https://github.com/asyncvlsi/actsim.git
|
||||||
#RUN git clone https://github.com/jpt4/actsim.git
|
|
||||||
WORKDIR actsim
|
WORKDIR actsim
|
||||||
RUN ./configure
|
RUN ./configure
|
||||||
RUN ./grab_xyce.sh /toolsrc/Xyce/build
|
RUN ./grab_xyce.sh /toolsrc/Xyce/build
|
||||||
#WORKDIR ext
|
#WORKDIR ext
|
||||||
RUN ./build.sh
|
RUN ./build.sh
|
||||||
#RUN make all
|
|
||||||
#WORKDIR ..
|
#WORKDIR ..
|
||||||
#RUN ./grab_xyce.sh /toolsrc/Xyce/build
|
#RUN ./grab_xyce.sh /toolsrc/Xyce/build
|
||||||
RUN make CXX=mpic++ CC=mpicc install
|
RUN make CXX=mpic++ CC=mpicc install
|
||||||
|
Loading…
Reference in New Issue
Block a user