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:

highwayhash dfcb97

Compiler Fujitsu Compiler 4.7.0
Result Dependency Error

Failed Reason

Failed to install dependency package :
------------------------------------------------
192 ./highwayhash/hh_types.h:37:7: note: candidate constructor (the imp
licit move constructor) not viable: no known conversion from 'const
highwayhash::HHKey' (aka 'uint64_t const[4]') to 'highwayhash::HHS
tate<highwayhash::TargetAVX2>' for 1st argument
193 ./highwayhash/hh_types.h:37:7: note: candidate constructor (the imp
licit default constructor) not viable: requires 0 arguments, but 1
was provided
>> 194 highwayhash/highwayhash_target.cc:126:19: error: no matching constr
uctor for initialization of 'HHState<highwayhash::TargetAVX2>'
195 HHState<Target> state(key);
196 ^ ~~~
197 highwayhash/highwayhash_target.cc:134:16: note: in instantiation of
member function 'highwayhash::HighwayHashTest<highwayhash::TargetA
VX2>::operator()' requested here
198 template class HighwayHashTest<HH_TARGET>;
199 ^
200 ./highwayhash/hh_types.h:37:7: note: candidate constructor (the imp
licit copy constructor) not viable: no known conversion from 'const
highwayhash::HHKey' (aka 'uint64_t const[4]') to 'const highwayhas
h::HHState<highwayhash::TargetAVX2>' for 1st argument

...

212 template class HighwayHashTest<HH_TARGET>;
213 ^~~~~
214 struct
215 2 warnings generated.
216 4 warnings and 8 errors generated.
217 In file included from highwayhash/vector_test.cc:23:
>> 218 ./highwayhash/vector128.h:34:10: fatal error: 'emmintrin.h' file no
t found
219 #include <emmintrin.h> // SSE2
220 ^~~~~~~~~~~~~
221 make: *** [Makefile:69: highwayhash/hh_avx2.o] Error 1
222 make: *** Waiting for unfinished jobs....
223 In file included from highwayhash/highwayhash_target.cc:21:
224 In file included from ./highwayhash/targets.h:39:
>> 225 ./highwayhash/vector128.h:34:10: fatal error: 'emmintrin.h' file no
t found
226 #include <emmintrin.h> // SSE2
227 ^~~~~~~~~~~~~
228 2 warnings and 1 error generated.
229 1 error generated.
230 make: *** [Makefile:75: highwayhash/hh_sse41.o] Error 1
>> 231 make: *** [<builtin>: highwayhash/vector_test.o] Error 1
232 clang-7: warning: argument unused during compilation: '-mavx2' [-Wu
nused-command-line-argument]
233 In file included from highwayhash/profiler_example.cc:20:
>> 234 ./highwayhash/profiler.h:45:10: fatal error: 'emmintrin.h' file not
found
235 #include <emmintrin.h>
236 ^~~~~~~~~~~~~
237 4 warnings generated.
238 1 error generated.
>> 239 make: *** [<builtin>: highwayhash/profiler_example.o] Error 1
>> 240 highwayhash/os_specific.cc:37:10: fatal error: 'cpuid.h' file not f
ound
241 #include <cpuid.h>
242 ^~~~~~~~~
243 1 error generated.
>> 244 make: *** [<builtin>: highwayhash/os_specific.o] Error 1
245 In file included from highwayhash/nanobenchmark_example.cc:19:
246 In file included from ./highwayhash/nanobenchmark.h:92:
>> 247 ./highwayhash/tsc_timer.h:122:9: error: invalid output constraint '
=a' in asm
248 : "=a"(t)
249 ^
>> 250 ./highwayhash/tsc_timer.h:144:9: error: invalid output constraint '
=a' in asm
251 : "=a"(t)
252 ^
>> 253 ./highwayhash/tsc_timer.h:168:9: error: invalid output constraint '
=a' in asm
254 : "=a"(t)
255 ^
>> 256 ./highwayhash/tsc_timer.h:193:9: error: invalid output constraint '
=a' in asm
257 : "=a"(t)
258 ^
259 In file included from highwayhash/nanobenchmark.cc:15:
260 In file included from ./highwayhash/nanobenchmark.h:92:
>> 261 ./highwayhash/tsc_timer.h:122:9: error: invalid output constraint '
=a' in asm
262 : "=a"(t)
263 ^
>> 264 ./highwayhash/tsc_timer.h:144:9: error: invalid output constraint '
=a' in asm
265 : "=a"(t)
266 ^
>> 267 ./highwayhash/tsc_timer.h:168:9: error: invalid output constraint '
=a' in asm
268 : "=a"(t)
269 ^
>> 270 ./highwayhash/tsc_timer.h:193:9: error: invalid output constraint '
=a' in asm
271 : "=a"(t)
272 ^
273 In file included from highwayhash/nanobenchmark.cc:15:
274 ./highwayhash/nanobenchmark.h:372:16: warning: private field 'num_s
amples_' is not used [-Wunused-private-field]
275 const size_t num_samples_;
276 ^
277 1 warning and 4 errors generated.
>> 278 make: *** [<builtin>: highwayhash/nanobenchmark.o] Error 1
279 In file included from highwayhash/nanobenchmark_example.cc:19:
280 ./highwayhash/nanobenchmark.h:372:16: warning: private field 'num_s
amples_' is not used [-Wunused-private-field]
281 const size_t num_samples_;
282 ^
283 1 warning and 4 errors generated.
>> 284 make: *** [<builtin>: highwayhash/nanobenchmark_example.o] Error 1
285 In file included from highwayhash/benchmark.cc:28:
286 In file included from ./highwayhash/nanobenchmark.h:92:
>> 287 ./highwayhash/tsc_timer.h:122:9: error: invalid output constraint '
=a' in asm
288 : "=a"(t)
289 ^
>> 290 ./highwayhash/tsc_timer.h:144:9: error: invalid output constraint '
=a' in asm
291 : "=a"(t)
292 ^
>> 293 ./highwayhash/tsc_timer.h:168:9: error: invalid output constraint '
=a' in asm
294 : "=a"(t)
295 ^
>> 296 ./highwayhash/tsc_timer.h:193:9: error: invalid output constraint '
=a' in asm
297 : "=a"(t)
298 ^
299 highwayhash/benchmark.cc:39:5: warning: macro expansion producing '
defined' has undefined behavior [-Wexpansion-to-defined]
300 #if BENCHMARK_HIGHWAY_AVX2 || BENCHMARK_HIGHWAY_SSE41 || \
301 ^
302 highwayhash/benchmark.cc:34:37: note: expanded from macro 'BENCHMAR
K_HIGHWAY_AVX2'

...

356 ^
357 In file included from highwayhash/benchmark.cc:28:
358 ./highwayhash/nanobenchmark.h:372:16: warning: private field 'num_s
amples_' is not used [-Wunused-private-field]
359 const size_t num_samples_;
360 ^
361 11 warnings and 4 errors generated.
>> 362 make: *** [<builtin>: highwayhash/benchmark.o] Error 1

See build log for details:
/home/rccs-sdt/a01008/spack-stage/spack-stage-highwayhash-dfcb97-na4jq5exixvddv4srmedbjn4nb357u7t/spack-build-out.txt


<= Back to list