From 7fae7377585c2012504b895070524cb63a9ecfdd Mon Sep 17 00:00:00 2001 From: Reese Baird Date: Tue, 8 Nov 2016 12:24:55 -0800 Subject: [PATCH] remove debug; excise buildroot (#289) --- components/dev-tools/easybuild/SPECS/easybuild.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/components/dev-tools/easybuild/SPECS/easybuild.spec b/components/dev-tools/easybuild/SPECS/easybuild.spec index 152ccba707..4d7b4e3431 100644 --- a/components/dev-tools/easybuild/SPECS/easybuild.spec +++ b/components/dev-tools/easybuild/SPECS/easybuild.spec @@ -71,8 +71,6 @@ patch -p0 < %{_sourcedir}/bootstrap_eb.py-apply-patch.patch export EASYBUILD_BOOTSTRAP_SKIP_STAGE0=1 export EASYBUILD_BOOTSTRAP_SOURCEPATH=%{_sourcedir} -export EASYBUILD_BOOTSTRAP_DEBUG=1 -export DEBUG_EASYBUILD_OPTIONS=1 export EASYBUILD_INSTALLPATH=%{install_path} export PATH=${LMOD_DIR}:${PATH} # note: $EB_VERSION and $PYTHON_VERSION are only required because of bootstrap_eb.py-apply-patch.patch @@ -85,7 +83,10 @@ MODULEPATH= python ./bootstrap_eb.py %{buildroot}/%{install_path} rm %{buildroot}%{install_path}/modules/base/EasyBuild/%{version} %endif rm bootstrap_eb.py* - +pushd %{buildroot}%{install_path}/modules/tools/EasyBuild/ +rm 2.9.0 +ln -s ../../all/EasyBuild/2.9.0 . +popd # OHPC module file %{__mkdir} -p %{buildroot}%{OHPC_MODULES}/EasyBuild