You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building the AMD blis it is not able to find the website that has the tar-ball. Has it been moved or is there an issue with the URL?
Steps to reproduce the issue
$ spack install amdblis@aocc
Error Message
[+] /lustre/work/thomasbr/spack-amd/opt/spack/linux-centos8-zen2/gcc-10.2.0/python-3.8.6-aigi4vpfsgp4ukhrjpbpl6v3supupo3x
==> Installing amdblis
==> No binary for amdblis found: installing from source
==> Warning: There is no checksum on file to fetch amdblis@aocc safely.
==> Fetch anyway? [y/N] y
==> Fetching https://github.com/amd/blis/archive/aocc.tar.gz
################################################################################################### 100.0%#-#O=# #
curl: (22) The requested URL returned error: 404 Not Found
==> Error: FetchError: All fetchers failed
/lustre/work/thomasbr/spack-amd/lib/spack/spack/package.py:1270, in do_fetch:
1267 self.spec.format('{name}{@Version}'), ck_msg)
1268
1269 self.stage.create()
1270 err_msg = None if not self.manual_download else self.download_instr
1271 self.stage.fetch(mirror_only, err_msg=err_msg)
1272 self._fetch_time = time.time() - start_time
1273
Information on your system
$ spack debug report
Spack: 0.14.0-3499-f468caf20
Python: 3.6.8
Platform: linux-centos8-zen2
[X ] I have run spack debug report and reported the version of Spack/Python/Platform
[X ] I have searched the issues of this repo and believe this is not a duplicate
[X ] I have run the failing commands in debug mode and reported the output
The text was updated successfully, but these errors were encountered:
Git 2.24 introduced a feature flag for repositories with many files, see:
https://github.blog/2019-11-03-highlights-from-git-2-24/#feature-macros
Since Spack's Git repository contains roughly 8,500 files, it can be
worthwhile to enable this, especially on slow file systems such as NFS:
```
$ hyperfine --warmup 3 'cd spack-default; git status' 'cd spack-manyfiles; git status'
Benchmark #1: cd spack-default; git status
Time (mean ± σ): 3.388 s ± 0.095 s [User: 256.2 ms, System: 625.8 ms]
Range (min … max): 3.168 s … 3.535 s 10 runs
Benchmark #2: cd spack-manyfiles; git status
Time (mean ± σ): 168.7 ms ± 10.9 ms [User: 98.6 ms, System: 126.1 ms]
Range (min … max): 144.8 ms … 188.0 ms 19 runs
Summary
'cd spack-manyfiles; git status' ran
20.09 ± 1.42 times faster than 'cd spack-default; git status'
```
When building the AMD blis it is not able to find the website that has the tar-ball. Has it been moved or is there an issue with the URL?
Steps to reproduce the issue
$ spack install amdblis@aocc
Error Message
[+] /lustre/work/thomasbr/spack-amd/opt/spack/linux-centos8-zen2/gcc-10.2.0/python-3.8.6-aigi4vpfsgp4ukhrjpbpl6v3supupo3x
==> Installing amdblis
==> No binary for amdblis found: installing from source
==> Warning: There is no checksum on file to fetch amdblis@aocc safely.
==> Fetch anyway? [y/N] y
==> Fetching https://github.com/amd/blis/archive/aocc.tar.gz
################################################################################################### 100.0%#-#O=# #
curl: (22) The requested URL returned error: 404 Not Found
==> Error: FetchError: All fetchers failed
/lustre/work/thomasbr/spack-amd/lib/spack/spack/package.py:1270, in do_fetch:
1267 self.spec.format('{name}{@Version}'), ck_msg)
1268
1269 self.stage.create()
Information on your system
$ spack debug report
spack debug report
and reported the version of Spack/Python/PlatformThe text was updated successfully, but these errors were encountered: