Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

URL for building AMD blis not found #2

Open
thomasbrTTU opened this issue Nov 17, 2020 · 0 comments
Open

URL for building AMD blis not found #2

thomasbrTTU opened this issue Nov 17, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@thomasbrTTU
Copy link

thomasbrTTU commented Nov 17, 2020

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
@thomasbrTTU thomasbrTTU added the bug Something isn't working label Nov 17, 2020
vkallesh pushed a commit that referenced this issue Sep 23, 2021
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'
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant