## # This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild # # Copyright:: Copyright 2012-2013 Cyprus Institute / CaSToRC, University of # Luxembourg / LCSB, Ghent University # Authors:: George Tsouloupas , Fotis Georgatos # , Kenneth Hoste # License:: MIT/GPL # $Id$ # # This work implements a part of the HPCBIOS project and is a component of the # policy: # http://hpcbios.readthedocs.org/en/latest/HPCBIOS_2012-99.html ## name = 'CUDA' version = '5.5.22' homepage = 'https://developer.nvidia.com/cuda-toolkit' description = ""CUDA (formerly Compute Unified Device Architecture) is a parallel computing platform and programming model created by NVIDIA and implemented by the graphics processing units (GPUs) that they produce. CUDA gives developers access to the virtual instruction set and memory of the parallel computational elements in CUDA GPUs."" toolchain = {'name': 'dummy', 'version': 'dummy'} # eg. # http://developer.download.nvidia.com/compute/cuda/5_5/rel/installers/cuda_5.5.22_linux_64.run source_urls = ['http://developer.download.nvidia.com/compute/cuda/5_5/rel/installers/'] sources = ['%(namelower)s_%(version)s_linux_64.run'] moduleclass = 'system'"