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:
parent
2530d53ac6
commit
ec1eddb6e7
@ -331,6 +331,11 @@ def _module(cmd, *args):
|
||||
|
||||
@pytest.mark.parametrize('version_str,expected_version', [
|
||||
# This applies to C,C++ and FORTRAN compiler
|
||||
('AMD clang version 11.0.0 (CLANG: AOCC_2.3.0-Build#85 2020_11_10)'
|
||||
'(based on LLVM Mirror.Version.11.0.0)\n'
|
||||
'Target: x86_64-unknown-linux-gnu\n'
|
||||
'Thread model: posix\n', '2.3.0'
|
||||
),
|
||||
('AMD clang version 10.0.0 (CLANG: AOCC_2.2.0-Build#93 2020_06_25)'
|
||||
'(based on LLVM Mirror.Version.10.0.0)\n'
|
||||
'Target: x86_64-unknown-linux-gnu\n'
|
||||
|
@ -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')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user