Skip to content

Commit

Permalink
Merge pull request #28 from prashjha/add-pd
Browse files Browse the repository at this point in the history
Minor fixes
  • Loading branch information
prashjha authored Jun 30, 2024
2 parents 59a027a + cbb67e5 commit f28200a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
# file LICENSE)

# base ubuntu image with essentials and vtk
FROM prashjha/peridem-base-bionic:latest
FROM prashjha/peridem-base-noble:latest

# Set metadata
LABEL maintainer="Prashant K. Jha <pjha.sci@gmail.com>"
LABEL description="PeriDEM docker image"

## build command
## docker build -t prashjha/peridem-bionic:latest -f ./Dockerfile-bionic . 2>&1 | tee log-peridem-bionic.txt
## docker build -t prashjha/peridem-noble:latest -f ./Dockerfile-noble . 2>&1 | tee log-peridem-noble.txt

# -----------------------
# setup user (for mpi tests)
Expand Down
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,15 +202,15 @@ workflows:
filters:
branches:
only: main
- deploy:
filters:
branches:
only: main
requires:
- build
- codecoverage:
filters:
branches:
only: main
requires:
- build
# - deploy:
# filters:
# branches:
# only: main
# requires:
# - build
1 change: 1 addition & 0 deletions src/inp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

AUX_SOURCE_DIRECTORY(./ SOURCES)
AUX_SOURCE_DIRECTORY(./decks SOURCES)
AUX_SOURCE_DIRECTORY(./pdecks SOURCES)

#include_directories(${YAML_CPP_INCLUDE})
#add_hpx_library(Inp SOURCES ${SOURCES} DEPENDENCIES ${YAML_CPP_LIB} Util)
Expand Down

0 comments on commit f28200a

Please sign in to comment.