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 :
------------------------------------------------
==> Applied patch /vol0003/rccs-sdt/data/a01008/spack-all-test/env-20240227/spack/var/spack/repos/builtin/packages/ncurses/sed_pgi.patch
==> ncurses: Executing phase: 'autoreconf'
==> ncurses: Executing phase: 'configure'
==> ncurses: Executing phase: 'build'
==> Error: ProcessError: Command exited with status 2:
'make' '-j16'
7 errors found in build log:
2802 /vol0003/rccs-sdt/data/a01008/spack-all-test/env-20240227/spack/li
b/spack/env/fj/case-insensitive/FCC -I../c++ -I../include -I.././.
./c++ -DHAVE_CONFIG_H -D_GNU_SOURCE -DNDEBUG -I. -I../include -I.
././../c++/../include -I/vol0003/rccs-sdt/data/a01008/spack-all-te
st/env-20240227/spack/opt/spack/linux-rhel8-a64fx/fj-4.10.0/ncurse
s-5.9-4vuvniq4ut3vogw5rrb3zqehuy33ga4l/include/ncurses -O2 -fPIC
-c .././../c++/cursespad.cc -o ../obj_s/cursespad.o
2803 /vol0003/rccs-sdt/data/a01008/spack-all-test/env-20240227/spack/li
b/spack/env/fj/case-insensitive/FCC -I../c++ -I../include -I.././.
./c++ -DHAVE_CONFIG_H -D_GNU_SOURCE -DNDEBUG -I. -I../include -I.
././../c++/../include -I/vol0003/rccs-sdt/data/a01008/spack-all-te
st/env-20240227/spack/opt/spack/linux-rhel8-a64fx/fj-4.10.0/ncurse
s-5.9-4vuvniq4ut3vogw5rrb3zqehuy33ga4l/include/ncurses -O2 -fPIC
-c .././../c++/cursesp.cc -o ../obj_s/cursesp.o
2804 /vol0003/rccs-sdt/data/a01008/spack-all-test/env-20240227/spack/li
b/spack/env/fj/case-insensitive/FCC -I../c++ -I../include -I.././.
./c++ -DHAVE_CONFIG_H -D_GNU_SOURCE -DNDEBUG -I. -I../include -I.
././../c++/../include -I/vol0003/rccs-sdt/data/a01008/spack-all-te
st/env-20240227/spack/opt/spack/linux-rhel8-a64fx/fj-4.10.0/ncurse
s-5.9-4vuvniq4ut3vogw5rrb3zqehuy33ga4l/include/ncurses -O2 -fPIC
-c .././../c++/cursslk.cc -o ../obj_s/cursslk.o
2805 /vol0003/rccs-sdt/data/a01008/spack-all-test/env-20240227/spack/li
b/spack/env/fj/case-insensitive/FCC -I../c++ -I../include -I.././.
./c++ -DHAVE_CONFIG_H -D_GNU_SOURCE -DNDEBUG -I. -I../include -I.
././../c++/../include -I/vol0003/rccs-sdt/data/a01008/spack-all-te
st/env-20240227/spack/opt/spack/linux-rhel8-a64fx/fj-4.10.0/ncurse
s-5.9-4vuvniq4ut3vogw5rrb3zqehuy33ga4l/include/ncurses -O2 -fPIC
-c .././../c++/cursesapp.cc -o ../obj_s/cursesapp.o
2806 /vol0003/rccs-sdt/data/a01008/spack-all-test/env-20240227/spack/li
b/spack/env/fj/case-insensitive/FCC -I../c++ -I../include -I.././.
./c++ -DHAVE_CONFIG_H -D_GNU_SOURCE -DNDEBUG -I. -I../include -I.
././../c++/../include -I/vol0003/rccs-sdt/data/a01008/spack-all-te
st/env-20240227/spack/opt/spack/linux-rhel8-a64fx/fj-4.10.0/ncurse
s-5.9-4vuvniq4ut3vogw5rrb3zqehuy33ga4l/include/ncurses -O2 -fPIC
-c .././../c++/cursesmain.cc -o ../obj_s/cursesmain.o
2807 In file included from .././../c++/cursesm.cc:35:
>> 2808 .././../c++/cursesm.h:642:7: error: no matching constructor for in
itialization of 'NCursesMenu'
2809 : NCursesMenu (Items, with_frame, autoDelete_Items) {
2810 ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2811 .././../c++/cursesm.h:281:3: note: candidate constructor not viabl
e: no known conversion from 'NCursesMenuItem *' to 'NCursesMenuIte
m **' for 1st argument; take the address of the argument with &
2812 NCursesMenu (NCursesMenuItem* Items[],
2813 ^
2814 .././../c++/cursesm.h:296:3: note: candidate constructor not viabl
e: no known conversion from 'NCursesMenuItem *' to 'NCursesMenuIte
m **' for 1st argument; take the address of the argument with &
...
2817 .././../c++/cursesm.h:265:3: note: candidate constructor not viabl
e: no known conversion from 'NCursesMenuItem *' to 'int' for 1st a
rgument
2818 NCursesMenu( int nlines,
2819 ^
2820 .././../c++/cursesm.h:323:3: note: candidate constructor not viabl
e: requires single argument 'rhs', but 3 arguments were provided
2821 NCursesMenu(const NCursesMenu& rhs)
2822 ^
>> 2823 .././../c++/cursesm.h:654:7: error: no matching constructor for in
itialization of 'NCursesMenu'
2824 : NCursesMenu (Items, nlines, ncols, begin_y, begin_x, with_fr
ame) {
2825 ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~
2826 .././../c++/cursesm.h:296:3: note: candidate constructor not viabl
e: no known conversion from 'NCursesMenuItem *' to 'NCursesMenuIte
m **' for 1st argument; take the address of the argument with &
2827 NCursesMenu (NCursesMenuItem* Items[],
2828 ^
2829 .././../c++/cursesm.h:265:3: note: candidate constructor not viabl
e: requires at most 4 arguments, but 6 were provided
...
2833 NCursesMenu (NCursesMenuItem* Items[],
2834 ^
2835 .././../c++/cursesm.h:323:3: note: candidate constructor not viabl
e: requires single argument 'rhs', but 6 arguments were provided
2836 NCursesMenu(const NCursesMenu& rhs)
2837 ^
2838 In file included from .././../c++/cursesf.cc:35:
>> 2839 .././../c++/cursesf.h:684:7: error: no matching constructor for in
itialization of 'NCursesForm'
2840 : NCursesForm (Fields, with_frame, autoDelete_Fields) {
2841 ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2842 .././../c++/cursesf.h:420:3: note: candidate constructor not viabl
e: no known conversion from 'NCursesFormField *' to 'NCursesFormFi
eld **' for 1st argument; take the address of the argument with &
2843 NCursesForm (NCursesFormField* Fields[],
2844 ^
2845 .././../c++/cursesf.h:404:3: note: candidate constructor not viabl
e: no known conversion from 'NCursesFormField *' to 'int' for 1st
argument
...
2848 .././../c++/cursesf.h:462:3: note: candidate constructor not viabl
e: requires single argument 'rhs', but 3 arguments were provided
2849 NCursesForm(const NCursesForm& rhs)
2850 ^
2851 .././../c++/cursesf.h:435:3: note: candidate constructor not viabl
e: requires at least 5 arguments, but 3 were provided
2852 NCursesForm (NCursesFormField* Fields[],
2853 ^
>> 2854 .././../c++/cursesf.h:697:7: error: no matching constructor for in
itialization of 'NCursesForm'
2855 : NCursesForm (Fields, nlines, ncols, begin_y, begin_x,
2856 ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2857 .././../c++/cursesf.h:435:3: note: candidate constructor not viabl
e: no known conversion from 'NCursesFormField *' to 'NCursesFormFi
eld **' for 1st argument; take the address of the argument with &
2858 NCursesForm (NCursesFormField* Fields[],
2859 ^
2860 .././../c++/cursesf.h:404:3: note: candidate constructor not viabl
e: requires at most 4 arguments, but 7 were provided
...
2864 NCursesForm (NCursesFormField* Fields[],
2865 ^
2866 .././../c++/cursesf.h:462:3: note: candidate constructor not viabl
e: requires single argument 'rhs', but 7 arguments were provided
2867 NCursesForm(const NCursesForm& rhs)
2868 ^
2869 2 errors generated.
>> 2870 make[1]: *** [Makefile:340: ../obj_s/cursesm.o] Error 1
2871 make[1]: *** Waiting for unfinished jobs....
2872 2 errors generated.
>> 2873 make[1]: *** [Makefile:335: ../obj_s/cursesf.o] Error 1
2874 make[1]: Leaving directory '/vol0003/rccs-sdt/data/a01008/tmpdir/s
pack-stage/spack-stage-ncurses-5.9-4vuvniq4ut3vogw5rrb3zqehuy33ga4
l/spack-src/build_ncurses/c++'
>> 2875 make: *** [Makefile:116: all] Error 2
See build log for details:
/data/rccs-sdt/a01008/tmpdir/spack-stage/spack-stage-ncurses-5.9-4vuvniq4ut3vogw5rrb3zqehuy33ga4l/spack-build-out.txt
==> Warning: Skipping build of hstr-1.22-qzucaf3cahnb22tnfbkrw23rxmn47ewo since ncurses-5.9-4vuvniq4ut3vogw5rrb3zqehuy33ga4l failed
==> Error: hstr-1.22-qzucaf3cahnb22tnfbkrw23rxmn47ewo: Package was not installed
==> Error: Installation request failed. Refer to reported errors for failing package(s).