Skip to content

Commit

Permalink
Merge remote-tracking branch 'app4triqs/unstable' into unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoemi09 committed Mar 26, 2024
2 parents 7cc901a + 2ec749a commit 7ab654c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,9 @@ scikit-image
numpydoc
# From python 3.11 and newer, toml is part of standard implementation
tomli
# For documentation builds we additionaly require
#sphinx
#nbsphinx
#sphinx_rtd_theme
#myst_parser
#linkify-it-py
4 changes: 2 additions & 2 deletions share/solid_dmftvars.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

export @PROJECT_NAME@_ROOT=@CMAKE_INSTALL_PREFIX@

export CPLUS_INCLUDE_PATH=@CMAKE_INSTALL_FULL_INCLUDEDIR@:$CPLUS_INCLUDE_PATH
export PATH=@CMAKE_INSTALL_FULL_BINDIR@:$PATH
export CPLUS_INCLUDE_PATH=@CMAKE_INSTALL_PREFIX@/include:$CPLUS_INCLUDE_PATH
export PATH=@CMAKE_INSTALL_PREFIX@/bin:$PATH
export LIBRARY_PATH=@CMAKE_INSTALL_FULL_LIBDIR@:$LIBRARY_PATH
export LD_LIBRARY_PATH=@CMAKE_INSTALL_FULL_LIBDIR@:$LD_LIBRARY_PATH
export CMAKE_PREFIX_PATH=@CMAKE_INSTALL_PREFIX@:$CMAKE_PREFIX_PATH
Expand Down

0 comments on commit 7ab654c

Please sign in to comment.