Skip to content

Commit

Permalink
unload modulepath (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
crbaird committed Nov 4, 2016
1 parent 454b140 commit 28852bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/dev-tools/easybuild/SPECS/easybuild.spec
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export EASYBUILD_VERSION=%{version}
export PATH=${LMOD_DIR}:${PATH}
export PYTHON_VERSION=`python -c 'print ".".join(map(str, __import__("sys").version_info[:2]))'`

python ./bootstrap_eb.py %{buildroot}/%{install_path}
MODULEPATH= python ./bootstrap_eb.py %{buildroot}/%{install_path}

%ifarch aarch64
rm %{buildroot}%{install_path}/modules/base/EasyBuild/%{version}
Expand Down

0 comments on commit 28852bb

Please sign in to comment.