Skip to content

Commit

Permalink
arm testing (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
crbaird committed Nov 9, 2016
1 parent 9b851ba commit 3ab3231
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/dev-tools/easybuild/SPECS/easybuild.spec
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ export PYTHON_VERSION=`python -c 'print ".".join(map(str, __import__("sys").vers

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

%ifarch aarch64
rm %{buildroot}%{install_path}/modules/base/EasyBuild/%{version}
$else
#%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
#%endif
rm bootstrap_eb.py*
pushd %{buildroot}%{install_path}/modules/tools/EasyBuild/
rm 2.9.0
Expand Down

0 comments on commit 3ab3231

Please sign in to comment.