Skip to content

Commit

Permalink
DCore 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed Oct 4, 2024
1 parent 872b189 commit bca34a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion apps/dcore/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ fi
cat << EOF > ${BUILD_DIR}/${__NAME__}vars.sh
# ${__NAME__} $(basename $0 .sh) ${__VERSION__} ${__MA_REVISION__} $(date +%Y%m%d-%H%M%S)
. ${MA_ROOT}/env.sh
. ${MA_ROOT}/triqs/triqsvars.sh
export ${ROOTNAME}=$PREFIX
export PATH=\${${ROOTNAME}}/bin:\$PATH
export PYTHONPATH=\${${ROOTNAME}}/lib/python${PYTHON_VERSION}/${SITE_PACKAGES}:\$PYTHONPATH
Expand Down
4 changes: 2 additions & 2 deletions apps/dcore/version.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
DCORE_VERSION="3.3.1"
DCORE_MA_REVISION="2"
DCORE_VERSION="4.0.0"
DCORE_MA_REVISION="1"

__NAME__=dcore
__VERSION__=${DCORE_VERSION}
Expand Down

0 comments on commit bca34a2

Please sign in to comment.