AOCC-2.3.0 is now added to spack (#20089)

* AOCC-2.3.0 is now added to spack

Change-Id: I18fd9606e6fd9a288cc7dc6c6ead11ea17839a7c

* Added flag and version tests for AOCC-2.3.0

* Addressed review comments

Co-authored-by: vkallesh <Vijay-teekinavar.Kallesh@amd.com>
This commit is contained in:
AMD Toolchain Support
2020-12-01 19:37:58 +05:30
committed by GitHub
parent 2530d53ac6
commit ec1eddb6e7
2 changed files with 10 additions and 0 deletions

View File

@@ -29,6 +29,11 @@ class Aocc(Package):
'''
family = 'compiler'
homepage = "https://developer.amd.com/amd-aocc/"
maintainers = ['amd-toolchain-support']
version(ver="2.3.0", sha256='9f8a1544a5268a7fb8cd21ac4bdb3f8d1571949d1de5ca48e2d3309928fc3d15',
url='http://developer.amd.com/wordpress/media/files/aocc-compiler-2.3.0.tar')
version(ver="2.2.0", sha256='500940ce36c19297dfba3aa56dcef33b6145867a1f34890945172ac2be83b286',
url='http://developer.amd.com/wordpress/media/files/aocc-compiler-2.2.0.tar')