Spack will be used to manage open source software packages on Fugaku.
Fugaku users can easily use pre-installed packages and built packages based on Spack recipes.
The following list shows the results of building/compiling packages for aarch64 according to the Spack recipes.
Note that the results in this list do not guarantee that each package will work properly.
On the other hand, Fujitsu will provide the following packages compiled with Fujitsu compiler on Fugaku as "external" packages, of which Spack can be aware.
|
Compiler | Fujitsu Compiler Fujitsu C/C++ Compiler 4.10.0 tcsds-1.2.38 |
---|---|
Result | Dependency Error |
Failed to install dependency package :
------------------------------------------------
==> Warning: config:terminal_title has been replaced by install_status and is ignored
==> Warning: Failed to initialize repository: '$spack/var/spack/repos/local'.
No repo.yaml found in '$spack/var/spack/repos/local'
To remove the bad repository, run this command:
spack repo rm $spack/var/spack/repos/local
==> Installing libxstream-0.9.0-i2ll3w6acbxpocyfe3qnh2f6gli33ewd [1/1]
==> No binary for libxstream-0.9.0-i2ll3w6acbxpocyfe3qnh2f6gli33ewd found: installing from source
==> Fetching https://spack-llnl-mirror.s3-us-west-2.amazonaws.com/_source-cache/archive/03/03365f23b337533b8e5a049a24bc5a91c0f1539dd042ca5312abccc8f713b473.tar.gz
==> Error: FileNotFoundError: [Errno 2] No such file or directory: 'Makefile.inc'
/vol0003/rccs-sdt/data/a01008/spack-all-test/env-20240227/spack/var/spack/repos/builtin/packages/libxstream/package.py:23, in patch:
20 kwargs = {"ignore_absent": False, "backup": True, "string": True}
21 makefile = FileFilter("Makefile.inc")
22
>> 23 makefile.filter("CC =", "CC ?=", **kwargs)
24 makefile.filter("CXX =", "CXX ?=", **kwargs)
25 makefile.filter("FC =", "FC ?=", **kwargs)