Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/unstable' into dev_gw_embedding
Browse files Browse the repository at this point in the history
  • Loading branch information
the-hampel committed May 20, 2024
2 parents e8c5f7a + e3866eb commit 8af80d1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ endif()

# ############
# Define Project
project(solid_dmft VERSION 3.3.0 LANGUAGES C CXX)
project(solid_dmft VERSION 3.3.0 LANGUAGES CXX)
get_directory_property(IS_SUBPROJECT PARENT_DIRECTORY)

# ############
Expand Down
5 changes: 2 additions & 3 deletions Docker/jenkins_ci_dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
FROM flatironinstitute/cthyb:master-ubuntu-clang
ARG APPNAME=solid_dmft

RUN apt-get install -y meson ninja-build python3-setuptools python3-skimage python3-tomli

ENV OMP_NUM_THREADS=1

# install dfttools maxent hubbardI and HartreeFock
Expand Down Expand Up @@ -29,9 +31,6 @@ RUN cd / && git clone -b unstable --depth 1 https://github.com/TRIQS/maxent.git
&& cmake ../maxent.src \
&& make install

COPY requirements.txt /src/$APPNAME/requirements.txt
RUN pip3 install -r /src/$APPNAME/requirements.txt

COPY --chown=build . $SRC/$APPNAME
WORKDIR $BUILD/$APPNAME
RUN chown build .
Expand Down
1 change: 0 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import sys
sys.path.insert(0, "@CMAKE_CURRENT_SOURCE_DIR@/sphinxext")
sys.path.insert(0, "@CMAKE_CURRENT_SOURCE_DIR@/sphinxext/numpydoc")

# exclude these folders from scanning by sphinx
exclude_patterns = ['_templates', 'debugging_examples']
Expand Down
2 changes: 1 addition & 1 deletion packaging/solid_dmft-foss-2021b.eb.in
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
('GMP', '6.2.1'),
('HDF5', '1.10.7'),
('Mako', '1.1.4'),
('TRIQS', '3.2.0'),
('TRIQS', '3.3.0'),
('NFFT', '3.5.2')
]

Expand Down

0 comments on commit 8af80d1

Please sign in to comment.