List of Open Source Software which can be built on Fugaku

Spack logo
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.
  • OpenJDK 11
  • Ruby 2.6.5 or later
  • Python2 2.7.15
  • Python3 3.6.8
  • Numpy 1.14.3
  • SciPy 1.0.0
  • Eclipse IDE 2019-09 R Packages
Please contact us from email:

eztrace 1.1-10

Compiler Fujitsu Compiler 4.7.0
Result Dependency Error

Failed Reason

Failed to install dependency package :
------------------------------------------------
[+] /opt/FJSVxtclanga/tcsds-latest (external fujitsu-mpi-head-zlunfezjmwzq5pfrxkeb3tpfc6ja5cxz)
[+] /vol0003/rccs-sdt/a01008/spack-all-test/env-20220225/spack/opt/spack/linux-rhel8-a64fx/fj-4.7.0/gnuconfig-2021-08-14-ezyvb3gy7i726n45kwb44a4vxle3if3i
==> Installing eztrace-1.1-10-ja3veikgqlb3ucu65cluiw5niq4vttq3
==> No binary for eztrace-1.1-10-ja3veikgqlb3ucu65cluiw5niq4vttq3 found: installing from source
==> Fetching https://mirror.spack.io/_source-cache/archive/97/97aba8f3b3b71e8e2f7ef47e00c262234e27b9cb4a870c85c525317a83a3f0d4.tar.gz
==> Ran patch() for eztrace
==> eztrace: Executing phase: 'autoreconf'
==> Error: RuntimeError: Cannot generate configure: missing dependencies: autoconf, automake, libtool.

Please add the following lines to the package:

depends_on('autoconf', type='build', when='@1.1-10')
depends_on('automake', type='build', when='@1.1-10')
depends_on('libtool', type='build', when='@1.1-10')

Update the version (when='@1.1-10') as needed.

/vol0003/rccs-sdt/a01008/spack-all-test/env-20220225/spack/lib/spack/spack/build_systems/autotools.py:324, in _require_build_deps:
321 msg += (" depends_on('{0}', type='build', when='@{1}')\n"
322 .format(dep, spec.version))
323
>> 324 msg += "\nUpdate the version (when='@@{0}') as needed.".format(spec.version)
325 raise RuntimeError(msg)

See build log for details:
/home/rccs-sdt/a01008/spack-stage/spack-stage-eztrace-1.1-10-ja3veikgqlb3ucu65cluiw5niq4vttq3/spack-build-out.txt


<= Back to list