Skip to content

Commit

Permalink
strip unneeded pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
Nimish Telang committed Feb 15, 2023
1 parent 801ba19 commit 6c0986b
Show file tree
Hide file tree
Showing 373 changed files with 3 additions and 14,330 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \
apt-get -y upgrade && \
apt-get -y dist-upgrade && \
apt-get install -y apt-utils build-essential git cmake \
apt-get install -y apt-utils build-essential cmake \
libopenblas-dev \
libopenmpi-dev \
libmumps-dev \
Expand All @@ -27,8 +27,6 @@ RUN apt-get update && \
RUN apt-get clean


# Clone git sparselizard repository
# RUN git clone https://github.com/araven/sparselizard.git
WORKDIR /sparselizard
COPY CMakeLists.txt .
COPY src src
Expand All @@ -37,7 +35,7 @@ COPY include include
COPY simulations simulations
RUN mkdir build
# Prepare compilation environment
RUN OMPI_CXX=clang++ cmake -G Ninja -S . -B build
RUN cmake -G Ninja -S . -B build
RUN cmake --build build -- -j 8

RUN mkdir -p /usr/local
Expand Down
2 changes: 1 addition & 1 deletion cmake/FindPETSC.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ find_path(PETSC_INCLUDE_DIR NAMES petsc.h HINTS
/usr/include/petsc
/usr/lib/petscdir
$<$<BOOL:${APPLE}>:/opt/homebrew/opt/petsc/include >
)
)

find_package_handle_standard_args(PETSC DEFAULT_MSG PETSC_LIBRARY PETSC_INCLUDE_DIR)

Expand Down
File renamed without changes.
58 changes: 0 additions & 58 deletions include/coefmanager.h

This file was deleted.

98 changes: 0 additions & 98 deletions include/contribution.h

This file was deleted.

58 changes: 0 additions & 58 deletions include/coordinategroup.h

This file was deleted.

Empty file modified include/densemat.h
100644 → 100755
Empty file.
62 changes: 0 additions & 62 deletions include/disjointregions.h

This file was deleted.

33 changes: 0 additions & 33 deletions include/disjointregionselector.h

This file was deleted.

Loading

0 comments on commit 6c0986b

Please sign in to comment.