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:

lshw 02.18

Compiler Fujitsu Compiler 4.7.0
Result Dependency Error

Failed Reason

Failed to install dependency package :
------------------------------------------------
56 c++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\"
-DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -c display.c
c -o display.o
57 c++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\"
-DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -c heuristic
s.cc -o heuristics.o

...

66 c++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\"
-DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -c pcmcia.cc
-o pcmcia.o
67 c++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\"
-DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -c volumes.c
c -o volumes.o
68 c++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\"
-DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -c mounts.cc
-o mounts.o
69 c++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\"
-DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -c smp.cc -o
smp.o
70 c++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\"
-DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -c abi.cc -o
abi.o
71 c++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\"
-DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -c jedec.cc
-o jedec.o
>> 72 display.cc:9:19: warning: unused variable 'rcsid' [-Wunused-const-v
ariable]
73 static const char rcsid[] = "@(#) $Id: fb.cc 576 2004-05-07 07:13:3
1Z ezix $";
74 ^
75 1 warning generated.
76 c++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\"
-DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -c dump.cc -
o dump.o
77 c++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\"
-DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -c fat.cc -o
fat.o
78 c++ -g -Wall -g -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\"
-DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -c virtio.cc
-o virtio.o
>> 79 partitions.cc:622:3: warning: 'register' storage class specifier is
deprecated and incompatible with C++17 [-Wdeprecated-register]
80 register uint32_t crc32val;
81 ^~~~~~~~~
>> 82 partitions.cc:1111:23: warning: use of logical '&&' with constant o
perand [-Wconstant-logical-operand]
83 if(p.Attributes && PARTITION_READONLY)
84 ^ ~~~~~~~~~~~~~~~~~~
>> 85 partitions.cc:1111:23: note: use '&' for a bitwise operation
86 if(p.Attributes && PARTITION_READONLY)
87 ^~
88 &
>> 89 partitions.cc:1111:23: note: remove constant to silence this warnin
g
90 if(p.Attributes && PARTITION_READONLY)
91 ~^~~~~~~~~~~~~~~~~~~~~
>> 92 partitions.cc:1113:23: warning: use of logical '&&' with constant o
perand [-Wconstant-logical-operand]
93 if(p.Attributes && PARTITION_HIDDEN)
94 ^ ~~~~~~~~~~~~~~~~
>> 95 partitions.cc:1113:23: note: use '&' for a bitwise operation
96 if(p.Attributes && PARTITION_HIDDEN)
97 ^~
98 &
>> 99 partitions.cc:1113:23: note: remove constant to silence this warnin
g
100 if(p.Attributes && PARTITION_HIDDEN)
101 ~^~~~~~~~~~~~~~~~~~~
>> 102 partitions.cc:1115:23: warning: use of logical '&&' with constant o
perand [-Wconstant-logical-operand]
103 if(p.Attributes && PARTITION_NOMOUNT)
104 ^ ~~~~~~~~~~~~~~~~~
>> 105 partitions.cc:1115:23: note: use '&' for a bitwise operation
106 if(p.Attributes && PARTITION_NOMOUNT)
107 ^~
108 &
>> 109 partitions.cc:1115:23: note: remove constant to silence this warnin
g
110 if(p.Attributes && PARTITION_NOMOUNT)
111 ~^~~~~~~~~~~~~~~~~~~~
>> 112 volumes.cc:985:18: warning: use of logical '&&' with constant opera
nd [-Wconstant-logical-operand]
113 if(vi->flags && VOLUME_IS_DIRTY)
114 ^ ~~~~~~~~~~~~~~~
>> 115 volumes.cc:985:18: note: use '&' for a bitwise operation
116 if(vi->flags && VOLUME_IS_DIRTY)
117 ^~
118 &
>> 119 volumes.cc:985:18: note: remove constant to silence this warning
120 if(vi->flags && VOLUME_IS_DIRTY)
121 ~^~~~~~~~~~~~~~~~~~
>> 122 volumes.cc:990:18: warning: use of logical '&&' with constant opera
nd [-Wconstant-logical-operand]
123 if(vi->flags && VOLUME_MODIFIED_BY_CHKDSK)
124 ^ ~~~~~~~~~~~~~~~~~~~~~~~~~
>> 125 volumes.cc:990:18: note: use '&' for a bitwise operation
126 if(vi->flags && VOLUME_MODIFIED_BY_CHKDSK)
127 ^~
128 &
>> 129 volumes.cc:990:18: note: remove constant to silence this warning
130 if(vi->flags && VOLUME_MODIFIED_BY_CHKDSK)
131 ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
>> 132 volumes.cc:992:18: warning: use of logical '&&' with constant opera
nd [-Wconstant-logical-operand]
133 if(vi->flags && VOLUME_MOUNTED_ON_NT4)
134 ^ ~~~~~~~~~~~~~~~~~~~~~
>> 135 volumes.cc:992:18: note: use '&' for a bitwise operation
136 if(vi->flags && VOLUME_MOUNTED_ON_NT4)
137 ^~
138 &
>> 139 volumes.cc:992:18: note: remove constant to silence this warning
140 if(vi->flags && VOLUME_MOUNTED_ON_NT4)
141 ~^~~~~~~~~~~~~~~~~~~~~~~~
>> 142 volumes.cc:994:18: warning: use of logical '&&' with constant opera
nd [-Wconstant-logical-operand]
143 if(vi->flags && VOLUME_UPGRADE_ON_MOUNT)
144 ^ ~~~~~~~~~~~~~~~~~~~~~~~
>> 145 volumes.cc:994:18: note: use '&' for a bitwise operation
146 if(vi->flags && VOLUME_UPGRADE_ON_MOUNT)
147 ^~
148 &
>> 149 volumes.cc:994:18: note: remove constant to silence this warning
150 if(vi->flags && VOLUME_UPGRADE_ON_MOUNT)
151 ~^~~~~~~~~~~~~~~~~~~~~~~~~~
>> 152 volumes.cc:996:18: warning: use of logical '&&' with constant opera
nd [-Wconstant-logical-operand]
153 if(vi->flags && VOLUME_RESIZE_LOG_FILE)
154 ^ ~~~~~~~~~~~~~~~~~~~~~~
>> 155 volumes.cc:996:18: note: use '&' for a bitwise operation
156 if(vi->flags && VOLUME_RESIZE_LOG_FILE)
157 ^~
158 &
>> 159 volumes.cc:996:18: note: remove constant to silence this warning
160 if(vi->flags && VOLUME_RESIZE_LOG_FILE)
161 ~^~~~~~~~~~~~~~~~~~~~~~~~~
162 5 warnings generated.
163 4 warnings generated.
164 ar rs liblshw.a hw.o main.o print.o mem.o dmi.o device-tree.o cpuin
fo.o osutils.o pci.o version.o cpuid.o ide.o cdrom.o pcmcia-legacy.
o scsi.o dasd.o disk.o spd.o network.o isapnp.o pnp.o fb.o options.
o usb.o sysfs.o display.o heuristics.o parisc.o cpufreq.o partition
s.o blockio.o lvm.o ideraid.o pcmcia.o volumes.o mounts.o smp.o abi
.o jedec.o dump.o fat.o virtio.o
165 ar: creating liblshw.a

See build log for details:
/home/rccs-sdt/a01008/spack-stage/spack-stage-lshw-02.18-btle6pepwdpng55v2vulvhxr5b7zdywi/spack-build-out.txt


<= Back to list