diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6b2223c1a49604edd5cf54adcfe82852d246c913..18e8e9ad02688bc37d5eca4f8135eb053190b1a6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,10 +5,3 @@ repos: - id: autopep8 types: [file] files: \.(eb|py) -- repo: local - hooks: - - id: eb-inject - name: eb inject checksums - entry: eb --inject-checksums=sha256 - language: script - files: \.x$ \ No newline at end of file diff --git a/Golden_Repo/c/cuDNN/cuDNN-8.3.1.22-CUDA-11.5.eb b/Golden_Repo/c/cuDNN/cuDNN-8.3.1.22-CUDA-11.5.eb index be7b380d49cb9fb7ce1c6180247abad02b10ebff..aaa0b13b6395fd9bdc943eb36dbbea6181fb2faa 100644 --- a/Golden_Repo/c/cuDNN/cuDNN-8.3.1.22-CUDA-11.5.eb +++ b/Golden_Repo/c/cuDNN/cuDNN-8.3.1.22-CUDA-11.5.eb @@ -20,12 +20,11 @@ toolchain = SYSTEM source_urls = ['https://developer.download.nvidia.com/compute/redist/cudnn/v%s/' % '.'.join(version.split('.')[:3])] -local_tarball_tmpl = '-'.join(['%%(namelower)s', local_cuda_version_majmin, - 'linux', '%s', 'v%%(version)s.tar.xz']) sources = [local_tarball_tmpl % '%(cudnnarch)s'] checksums = ['f5ff3c69b6a8a9454289b42eca1dd41c3527f70fcf49428eb80502bcf6b02f6e'] - +local_tarball_tmpl = '-'.join(['%%(namelower)s', local_cuda_version_majmin, + 'linux', '%s', 'v%%(version)s.tar.xz']) dependencies = [('CUDA', local_cuda_version)] sanity_check_paths = { diff --git a/bin/gcc11ize.py b/bin/gcc11ize.py index 16210fdfdf791767fedbcd7c0bf762b4b6376239..f187e1fde7fb1c974c8c091f9ff14da092b8ecae 100755 --- a/bin/gcc11ize.py +++ b/bin/gcc11ize.py @@ -27,6 +27,7 @@ releases = { 'dask': ['2.22.0', '2021.9.1'], 'DBus': ['1.12.20', '1.13.18'], 'FFmpeg': ['4.3.1', '4.4.1'], + 'FFTW': ['3.3.8', '3.3.10'], 'flex': ['2.6.4', '2.6.4'], 'fontconfig': ['2.13.92', '2.13.94'], 'freetype': ['2.10.1', '2.11.0'],