mirror of
https://github.com/triqs/dft_tools
synced 2025-01-09 20:48:36 +01:00
Merge remote-tracking branch 'app4triqs/unstable' into unstable
This commit is contained in:
commit
13dd62d6bb
@ -112,6 +112,7 @@ target_compile_options(${PROJECT_NAME}_warnings
|
||||
-Wpedantic
|
||||
-Wno-sign-compare
|
||||
$<$<CXX_COMPILER_ID:GNU>:-Wno-comma-subscript>
|
||||
$<$<CXX_COMPILER_ID:GNU>:-Wno-psabi> # Disable notes about ABI changes
|
||||
$<$<CXX_COMPILER_ID:GNU>:-Wshadow=local>
|
||||
$<$<CXX_COMPILER_ID:GNU>:-Wno-attributes>
|
||||
$<$<CXX_COMPILER_ID:GNU>:-Wno-deprecated-declarations>
|
||||
|
@ -2,8 +2,7 @@
|
||||
FROM flatironinstitute/triqs:unstable-ubuntu-clang
|
||||
ARG APPNAME=triqs_dft_tools
|
||||
|
||||
COPY requirements.txt /src/$APPNAME/requirements.txt
|
||||
RUN pip3 install -r /src/$APPNAME/requirements.txt
|
||||
RUN apt-get install -y meson ninja-build python3-setuptools
|
||||
|
||||
COPY --chown=build . $SRC/$APPNAME
|
||||
WORKDIR $BUILD/$APPNAME
|
||||
|
@ -5,3 +5,10 @@ scipy
|
||||
meson
|
||||
setuptools
|
||||
ninja
|
||||
# For documentation builds we additionaly require
|
||||
#sphinx
|
||||
#numpydoc
|
||||
#nbsphinx
|
||||
#sphinx_rtd_theme
|
||||
#myst_parser
|
||||
#linkify-it-py
|
||||
|
Loading…
Reference in New Issue
Block a user