Skip to content

Commit

Permalink
adjust module file on aarch64 (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
crbaird committed Nov 9, 2016
1 parent 2e317ad commit 6a9f500
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/dev-tools/easybuild/SPECS/easybuild.spec
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,10 @@ MODULEPATH= python ./bootstrap_eb.py %{buildroot}/%{install_path}

%ifarch aarch64
rm %{buildroot}%{install_path}/modules/base/EasyBuild/%{version}
$else
sed -i 's|%{buildroot}||g' %{buildroot}%{install_path}/modules/all/EasyBuild/2.9.0
%endif
rm bootstrap_eb.py*
sed -i 's|%{buildroot}||g' %{buildroot}%{install_path}/modules/all/EasyBuild/2.9.0
pushd %{buildroot}%{install_path}/modules/tools/EasyBuild/
rm 2.9.0
ln -s ../../all/EasyBuild/2.9.0 .
Expand Down

0 comments on commit 6a9f500

Please sign in to comment.