Skip to content

Commit

Permalink
Adding source_urls; removing bash install.sh from install_cmd since i…
Browse files Browse the repository at this point in the history
…t is only creating a lua file which is not needed for an easybuild installation
  • Loading branch information
SebastianAchilles committed Dec 13, 2020
1 parent 61664f7 commit 678c7d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions easybuild/easyconfigs/a/AOCC/AOCC-2.3.0-GCCcore-9.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ description = "AMD Optimized C/C++ & Fortran compilers (AOCC) based on LLVM 11.0
# already specified as the toolchain.
toolchain = {'name': 'GCCcore', 'version': '9.3.0'}

source_urls = ['http://developer.amd.com/wordpress/media/files/']
sources = ['aocc-compiler-%(version)s.tar']
checksums = [
'9f8a1544a5268a7fb8cd21ac4bdb3f8d1571949d1de5ca48e2d3309928fc3d15', # aocc-compiler-2.3.0.tar
Expand All @@ -24,8 +25,6 @@ dependencies = [

extract_sources = True

install_cmd = 'bash install.sh && mkdir -p %(installdir)s && cp -aR * %(installdir)s/'

modextravars = {
'AOCChome': '%(installdir)s',
'C_INCLUDE_PATH': '%(installdir)s/include',
Expand Down

0 comments on commit 678c7d4

Please sign in to comment.