From bca34a253175a952ab33c7613dac27fcba8bbefa Mon Sep 17 00:00:00 2001 From: Yuichi Motoyama Date: Fri, 4 Oct 2024 14:32:17 +0900 Subject: [PATCH] DCore 4.0.0 --- apps/dcore/install.sh | 1 - apps/dcore/version.sh | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/apps/dcore/install.sh b/apps/dcore/install.sh index 09a0386..ffa2859 100644 --- a/apps/dcore/install.sh +++ b/apps/dcore/install.sh @@ -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 diff --git a/apps/dcore/version.sh b/apps/dcore/version.sh index 334f226..5115630 100644 --- a/apps/dcore/version.sh +++ b/apps/dcore/version.sh @@ -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}