===> NOTICE: The atlas port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://docs.freebsd.org/en/articles/contributing/#ports-contributing ===> License BSD3CLAUSE accepted by the user ===> atlas-math-3.8.4_18,1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by atlas-math-3.8.4_18,1 for building ===> License BSD3CLAUSE accepted by the user ===> lapack-3.10.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by lapack-3.10.0 for building ===> Extracting for atlas-math-3.8.4_18,1 => SHA256 Checksum OK for atlas3.8.4.tar.bz2. ===> Patching for atlas-math-3.8.4_18,1 ===> Applying FreeBSD patches for atlas-math-3.8.4_18,1 from /usr/ports/math/atlas/files This port engages in a long, computationally-demanding tuning process. Builds can take a day or more on older hardware, and can temporarily occupy several hundred megabytes of disk space. You are advised to disable all forms of power management or CPU throttling during the build, and to set operating parameters to static values at which you ultimately intend to use the software. You should also avoid placing heavy loads on the system during the build, and temporarily disable any automatons that may do so. If you fail to follow these guidelines, you may prolong the build and obtain libraries with sub-optimal performance. Occasionally the auto-configuration may fail for certain platforms, and you may have to override the architecture, compiler flags, assembly language dialect, or pointer bit-width by issuing additional configure arguments. Consult the FAQ, installation guide, and errata page at the project website for help if this is necessary, and notify the port maintainer. Note that in most cases the port intentionally overrides user-selected compiler flags. If your machine will be solely dedicated to building atlas during the lengthy optimization process, and not subjected to other loads, you may enable the more accurate wall timer (instead of the default CPU-time timer) with the WALL_TIMER option. If you want to override the architecture auto-detection, and use a specific architectural default, then set WITH_ARCHDEF and define ARCHDEF to be either the full path to a gzipped architectural default tarball with suffix .tgz, or the basename of such a tarball in the distribution CONFIG/ARCHS sub-directory. If you want to ignore all architectural defaults, set WITH_ARCHDEF and define ARCHDEF=NONE. Note that the use of versioned compiler names in Ports may prevent the use of architectural default tarballs constructed on other systems without some changes to their directory structure. ===> License BSD3CLAUSE accepted by the user ===> lapack-3.10.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by lapack-3.10.0 for building => SHA256 Checksum OK for lapack-3.10.0/v3.10.0.tar.gz. => SHA256 Checksum OK for lapack-3.10.0/manpages.tgz. ===> Returning to build of atlas-math-3.8.4_18,1 ===> atlas-math-3.8.4_18,1 depends on executable: gfortran10 - found ===> atlas-math-3.8.4_18,1 depends on executable: gcc10 - found ===> atlas-math-3.8.4_18,1 depends on file: /usr/local/bin/as - found ===> Configuring for atlas-math-3.8.4_18,1 Dummy configuration of ATLAS to obtain compiler flags: gcc10 -I/usr/ports/math/atlas/work/ATLAS/static/..//CONFIG/include -O2 -pipe -march=westmere -fstack-protector-strong -Wl,-rpath=/usr/local/lib/gcc10 -fno-strict-aliasing -c /usr/ports/math/atlas/work/ATLAS/static/..//CONFIG/src/atlconf_misc.c /usr/ports/math/atlas/work/ATLAS/static/..//CONFIG/src/atlconf_misc.c: In function 'GetFirstInt': /usr/ports/math/atlas/work/ATLAS/static/..//CONFIG/src/atlconf_misc.c:213:11: warning: implicit declaration of function 'isdigit' [-Wimplicit-function-declaration] 213 | if (isdigit(ln[i])) | ^~~~~~~ /usr/ports/math/atlas/work/ATLAS/static/..//CONFIG/src/atlconf_misc.c: In function 'GetIntBeforeWord': /usr/ports/math/atlas/work/ATLAS/static/..//CONFIG/src/atlconf_misc.c:353:10: warning: implicit declaration of function 'isspace' [-Wimplicit-function-declaration] 353 | while(isspace(*sp) && sp != ln) sp--; | ^~~~~~~ /usr/ports/math/atlas/work/ATLAS/static/..//CONFIG/src/atlconf_misc.c: In function 'GetIntVers': /usr/ports/math/atlas/work/ATLAS/static/..//CONFIG/src/atlconf_misc.c:633:13: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 633 | ln[j] = '\0'; | ~~~~~~^~~~~~ /usr/ports/math/atlas/work/ATLAS/static/..//CONFIG/src/atlconf_misc.c:625:9: note: at offset 64 to object 'ln' with size 64 declared here 625 | char ln[64]; | ^~ gcc10 -I/usr/ports/math/atlas/work/ATLAS/static/..//CONFIG/include -O2 -pipe -march=westmere -fstack-protector-strong -Wl,-rpath=/usr/local/lib/gcc10 -fno-strict-aliasing -o xconfig /usr/ports/math/atlas/work/ATLAS/static/..//CONFIG/src/config.c atlconf_misc.o /usr/ports/math/atlas/work/ATLAS/static/..//CONFIG/src/config.c: In function 'ProbeComp': /usr/ports/math/atlas/work/ATLAS/static/..//CONFIG/src/config.c:132:14: warning: implicit declaration of function 'isdigit' [-Wimplicit-function-declaration] 132 | if (isdigit(ln[0])) | ^~~~~~~ /usr/ports/math/atlas/work/ATLAS/static/..//CONFIG/src/config.c: In function 'PathLength': /usr/ports/math/atlas/work/ATLAS/static/..//CONFIG/src/config.c:229:14: warning: implicit declaration of function 'isspace' [-Wimplicit-function-declaration] 229 | for (i=0; isspace(str[i]); i++); /* skip leading spaces */ | ^~~~~~~ /usr/ports/math/atlas/work/ATLAS/static/..//CONFIG/src/config.c: At top level: /usr/ports/math/atlas/work/ATLAS/static/..//CONFIG/src/config.c:829:1: warning: return type defaults to 'int' [-Wimplicit-int] 829 | main(int nargs, char **args) | ^~~~ /usr/local/bin/ld: atlconf_misc.o: in function `CmndResults': atlconf_misc.c:(.text+0xdd0): warning: warning: tmpnam() possibly used unsafely; consider using mkstemp() ./xconfig -d s /usr/ports/math/atlas/work/ATLAS/static/../ -d b /usr/ports/math/atlas/work/ATLAS/static -v 2 -Ss f77lib ' ' -Ss pmake 'make -j10' -Fa alg ' ' -b 64 /usr/ports/math/atlas/work/ATLAS/static/..//CONFIG/src/probe_OS.c:93:1: warning: return type defaults to 'int' [-Wimplicit-int] 93 | main(int nargs, char **args) | ^~~~ /usr/local/bin/ld: atlconf_misc.o: in function `CmndResults': atlconf_misc.c:(.text+0xdd0): warning: warning: tmpnam() possibly used unsafely; consider using mkstemp() /usr/ports/math/atlas/work/ATLAS/static/..//CONFIG/src/probe_asm.c:92:1: warning: return type defaults to 'int' [-Wimplicit-int] 92 | main(int nargs, char **args) | ^~~~ /usr/local/bin/ld: atlconf_misc.o: in function `CmndResults': atlconf_misc.c:(.text+0xdd0): warning: warning: tmpnam() possibly used unsafely; consider using mkstemp() system(make IRun_GAS_x8632 args="-v 2" MYFLAGS="-DATL_OS_FreeBSD" 2> /dev/null | fgrep SUCCESS) system(make IRun_GAS_x8664 args="-v 2" MYFLAGS="-DATL_OS_FreeBSD" 2> /dev/null | fgrep SUCCESS) /usr/ports/math/atlas/work/ATLAS/static/..//CONFIG/src/probe_vec.c:144:1: warning: return type defaults to 'int' [-Wimplicit-int] 144 | main(int nargs, char **args) | ^~~~ /usr/local/bin/ld: atlconf_misc.o: in function `CmndResults': atlconf_misc.c:(.text+0xdd0): warning: warning: tmpnam() possibly used unsafely; consider using mkstemp() /usr/ports/math/atlas/work/ATLAS/static/..//CONFIG/src/probe_arch.c: In function 'strlowcpy': /usr/ports/math/atlas/work/ATLAS/static/..//CONFIG/src/probe_arch.c:79:19: warning: implicit declaration of function 'tolower' [-Wimplicit-function-declaration] 79 | do *out++ = tolower(*in); | ^~~~~~~ /usr/ports/math/atlas/work/ATLAS/static/..//CONFIG/src/probe_arch.c: At top level: /usr/ports/math/atlas/work/ATLAS/static/..//CONFIG/src/probe_arch.c:172:1: warning: return type defaults to 'int' [-Wimplicit-int] 172 | main(int nargs, char **args) | ^~~~ /usr/local/bin/ld: atlconf_misc.o: in function `CmndResults': atlconf_misc.c:(.text+0xdd0): warning: warning: tmpnam() possibly used unsafely; consider using mkstemp() /usr/ports/math/atlas/work/ATLAS/static/..//CONFIG/src/backend/archinfo_x86.c:433:1: warning: return type defaults to 'int' [-Wimplicit-int] 433 | main(int nargs, char **args) | ^~~~ /usr/ports/math/atlas/work/ATLAS/static/..//CONFIG/src/atlconf_misc.c: In function 'GetFirstInt': /usr/ports/math/atlas/work/ATLAS/static/..//CONFIG/src/atlconf_misc.c:213:11: warning: implicit declaration of function 'isdigit' [-Wimplicit-function-declaration] 213 | if (isdigit(ln[i])) | ^~~~~~~ /usr/ports/math/atlas/work/ATLAS/static/..//CONFIG/src/atlconf_misc.c: In function 'GetIntBeforeWord': /usr/ports/math/atlas/work/ATLAS/static/..//CONFIG/src/atlconf_misc.c:353:10: warning: implicit declaration of function 'isspace' [-Wimplicit-function-declaration] 353 | while(isspace(*sp) && sp != ln) sp--; | ^~~~~~~ /usr/ports/math/atlas/work/ATLAS/static/..//CONFIG/src/atlconf_misc.c: In function 'GetIntVers': /usr/ports/math/atlas/work/ATLAS/static/..//CONFIG/src/atlconf_misc.c:633:13: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 633 | ln[j] = '\0'; | ~~~~~~^~~~~~ /usr/ports/math/atlas/work/ATLAS/static/..//CONFIG/src/atlconf_misc.c:625:9: note: at offset 64 to object 'ln' with size 64 declared here 625 | char ln[64]; | ^~ /usr/ports/math/atlas/work/ATLAS/static/..//CONFIG/src/backend/archinfo_freebsd.c:226:1: warning: return type defaults to 'int' [-Wimplicit-int] 226 | main(int nargs, char **args) | ^~~~ /usr/local/bin/ld: atlconf_misc_BE.o: in function `CmndResults': atlconf_misc.c:(.text+0xdd0): warning: warning: tmpnam() possibly used unsafely; consider using mkstemp() cmnd='make IRun_comp args="-v 2 -o atlconf.txt -O 10 -A 18 -Si nof77 0 -Fa ic ' ' -Fa sm ' ' -Fa dm ' ' -Fa sk ' ' -Fa dk ' ' -Fa xc ' ' -Fa if ' ' -b 64"' gcc10 -I/usr/ports/math/atlas/work/ATLAS/static/..//CONFIG/include -O2 -pipe -march=westmere -fstack-protector-strong -Wl,-rpath=/usr/local/lib/gcc10 -fno-strict-aliasing -c /usr/ports/math/atlas/work/ATLAS/static/..//CONFIG/src/probe_comp.c /usr/ports/math/atlas/work/ATLAS/static/..//CONFIG/src/probe_comp.c: In function 'NumListToBitfield': /usr/ports/math/atlas/work/ATLAS/static/..//CONFIG/src/probe_comp.c:277:15: warning: implicit declaration of function 'isdigit' [-Wimplicit-function-declaration] 277 | if (!isdigit(str[i])) break; | ^~~~~~~ /usr/ports/math/atlas/work/ATLAS/static/..//CONFIG/src/probe_comp.c: At top level: /usr/ports/math/atlas/work/ATLAS/static/..//CONFIG/src/probe_comp.c:1068:1: warning: return type defaults to 'int' [-Wimplicit-int] 1068 | main(int nargs, char **args) | ^~~~ gcc10 -I/usr/ports/math/atlas/work/ATLAS/static/..//CONFIG/include -O2 -pipe -march=westmere -fstack-protector-strong -Wl,-rpath=/usr/local/lib/gcc10 -fno-strict-aliasing -o xprobe_comp probe_comp.o atlconf_misc.o /usr/local/bin/ld: atlconf_misc.o: in function `CmndResults': atlconf_misc.c:(.text+0xdd0): warning: warning: tmpnam() possibly used unsafely; consider using mkstemp() rm -f config1.out make atlas_run atldir=/usr/ports/math/atlas/work/ATLAS/static exe=xprobe_comp args="-v 2 -o atlconf.txt -O 10 -A 18 -Si nof77 0 -Fa ic ' ' -Fa sm ' ' -Fa dm ' ' -Fa sk ' ' -Fa dk ' ' -Fa xc ' ' -Fa if ' ' -b 64" redir=config1.out cd /usr/ports/math/atlas/work/ATLAS/static ; ./xprobe_comp -v 2 -o atlconf.txt -O 10 -A 18 -Si nof77 0 -Fa ic ' ' -Fa sm ' ' -Fa dm ' ' -Fa sk ' ' -Fa dk ' ' -Fa xc ' ' -Fa if ' ' -b 64 > config1.out Compiler nodes: Fresh Read 0. priority=0, comps,OS,arch[0]=(64,1,1), comp='f77' '-O -Wl,-rpath=/usr/local/lib/gcc10' 1. priority=4, comps,OS,arch[0]=(64,1,1), comp='g77' '-O -Wl,-rpath=/usr/local/lib/gcc10' 2. priority=5, comps,OS,arch[0]=(64,1,1), comp='gfortran10' '-O -Wl,-rpath=/usr/local/lib/gcc10' 3. priority=5, comps,OS,arch[0]=(63,1,1), comp='gcc10' '-O -fomit-frame-pointer -Wl,-rpath=/usr/local/lib/gcc10' 4. priority=0, comps,OS,arch[0]=(63,256,1056768), comp='icl' '-QxN -O3 -Qprec -fp:extended -fp:except -nologo -Oy' 5. priority=0, comps,OS,arch[0]=(64,256,1), comp='ifort' '-O2 -fltconsistency -nologo' 6. priority=0, comps,OS,arch[0]=(63,256,1), comp='cl' '-Oy -Ox -arch:SSE2 -nologo' 7. priority=4, comps,OS,arch[0]=(63,256,8392704), comp='cl' '-Oy -Ox -arch:SSE -nologo' 8. priority=4, comps,OS,arch[0]=(63,256,3840), comp='cl' '-Oy -Ox' 9. priority=1010, comps,OS,arch[0]=(64,1,128), comp='gfortran10' '-O3 -mvsx -mcpu=power7 -mtune=power7 -fno-schedule-insns -fschedule-insns2 -Wl,-rpath=/usr/local/lib/gcc10' 10. priority=1010, comps,OS,arch[0]=(63,1,128), comp='gcc10' '-O3 -mvsx -mcpu=power7 -mtune=power7 -fno-schedule-insns -fschedule-insns2 -Wl,-rpath=/usr/local/lib/gcc10' 11. priority=1010, comps,OS,arch[0]=(64,1,64), comp='gfortran10' '-mcpu=power6 -mtune=power6 -maltivec -O3 -fno-schedule-insns -fschedule-insns2 -minsert-sched-nops=2 -Wl,-rpath=/usr/local/lib/gcc10' 12. priority=1010, comps,OS,arch[0]=(63,1,64), comp='gcc10' '-mcpu=power6 -mtune=power6 -maltivec -O3 -fno-schedule-insns -fschedule-insns2 -minsert-sched-nops=2 -Wl,-rpath=/usr/local/lib/gcc10' 13. priority=1010, comps,OS,arch[0]=(64,1,4), comp='xlf' '-qtune=pwr4 -qarch=pwr4 -O3 -qmaxmem=-1 -qfloat=hsflt -Wl,-rpath=/usr/local/lib/gcc10' 14. priority=1010, comps,OS,arch[0]=(63,1,4), comp='gcc10' '-mcpu=power4 -mtune=power4 -O3 -fno-schedule-insns -fno-rerun-loop-opt -Wl,-rpath=/usr/local/lib/gcc10' 15. priority=1010, comps,OS,arch[0]=(64,1,8), comp='xlf' '-qtune=pwr5 -qarch=pwr5 -O3 -qmaxmem=-1 -qfloat=hsflt -Wl,-rpath=/usr/local/lib/gcc10' 16. priority=1010, comps,OS,arch[0]=(64,1,8), comp='gfortran10' '-mcpu=power5 -mtune=power5 -O3 -fno-schedule-insns -fno-rerun-loop-opt -Wl,-rpath=/usr/local/lib/gcc10' 17. priority=1010, comps,OS,arch[0]=(63,1,8), comp='gcc10' '-mcpu=power5 -mtune=power5 -O3 -fno-schedule-insns -fno-rerun-loop-opt -Wl,-rpath=/usr/local/lib/gcc10' 18. priority=1000, comps,OS,arch[0]=(63,1,32), comp='gcc10' '-mpowerpc64 -maltivec -mabi=altivec -mcpu=970 -mtune=970 -O3 -Wl,-rpath=/usr/local/lib/gcc10' 19. priority=1010, comps,OS,arch[0]=(63,2048,32), comp='gcc' '-mpowerpc64 -maltivec -mabi=altivec -mcpu=970 -mtune=970 -faltivec -force_cpusubtype_ALL -O3 -fno-schedule-insns -fno-rerun-loop-opt' 20. priority=1001, comps,OS,arch[0]=(63,2048,32), comp='gcc' '-mpowerpc64 -maltivec -mabi=altivec -mcpu=970 -mtune=970 -faltivec -O3' 21. priority=1001, comps,OS,arch[0]=(63,2048,16), comp='gcc' '-O3 -maltivec -mabi=altivec -mcpu=7400 -mtune=7400 -no-cpp-precomp -faltivec' 22. priority=1000, comps,OS,arch[0]=(63,1,16), comp='gcc10' '-O3 -maltivec -mabi=altivec -mcpu=7400 -mtune=7400 -Wl,-rpath=/usr/local/lib/gcc10' 23. priority=100, comps,OS,arch[0]=(64,1,0), comp='pathf95' '-march=auto -O2 -Wl,-rpath=/usr/local/lib/gcc10' 24. priority=1000, comps,OS,arch[0]=(63,1,0), comp='gcc10' '-O2 -mips64 -march=5kf -mtune=5kf -fno-schedule-insns -fschedule-insns2 -fno-peephole -fno-peephole2 -Wl,-rpath=/usr/local/lib/gcc10' 25. priority=1000, comps,OS,arch[0]=(64,32,0), comp='f77' '-O2' 26. priority=1000, comps,OS,arch[0]=(33,32,0), comp='cc' '-O2 -OPT:Olimit=15000 -LNO:blocking=OFF' 27. priority=1000, comps,OS,arch[0]=(30,32,0), comp='cc' '-O3 -OPT:Olimit=15000 -LNO:blocking=OFF -LOPT:alias=typed' 28. priority=1010, comps,OS,arch[0]=(64,1,402653184), comp='gfortran10' '-fomit-frame-pointer -O2 -fno-tree-loop-optimize -Wl,-rpath=/usr/local/lib/gcc10' 29. priority=1000, comps,OS,arch[0]=(30,1,402653184), comp='gcc10' '-fomit-frame-pointer -O2 -Wl,-rpath=/usr/local/lib/gcc10' 30. priority=1010, comps,OS,arch[0]=(30,1,402653184), comp='gcc10' '-fomit-frame-pointer -O2 -fno-tree-loop-optimize -Wl,-rpath=/usr/local/lib/gcc10' 31. priority=10, comps,OS,arch[0]=(64,1,-2147483648), comp='g77' '-O -mcpu=ultrasparc3 -mtune=ultrasparc3 -Wl,-rpath=/usr/local/lib/gcc10' 32. priority=100, comps,OS,arch[0]=(64,1,-2147483648), comp='gfortran10' '-O -mcpu=ultrasparc3 -mtune=ultrasparc3 -Wl,-rpath=/usr/local/lib/gcc10' 33. priority=1000, comps,OS,arch[0]=(64,1,-2147483648), comp='f77' '-dalign -native -xO5 -Wl,-rpath=/usr/local/lib/gcc10' 34. priority=1000, comps,OS,arch[0]=(33,1,-2147483648), comp='gcc10' '-mcpu=ultrasparc3 -mtune=ultrasparc3 -O -Wl,-rpath=/usr/local/lib/gcc10' 35. priority=1000, comps,OS,arch[0]=(30,1,-2147483648), comp='gcc10' '-mcpu=ultrasparc3 -mtune=ultrasparc3 -O3 -funroll-all-loops -Wl,-rpath=/usr/local/lib/gcc10' 36. priority=1000, comps,OS,arch[0]=(64,1,0), comp='gfortran10' '-mcpu=niagara2 -mtune=niagara2 -Os -Wl,-rpath=/usr/local/lib/gcc10' 37. priority=1000, comps,OS,arch[0]=(63,1,0), comp='gcc10' '-mcpu=niagara2 -mtune=niagara2 -Os -Wl,-rpath=/usr/local/lib/gcc10' 38. priority=1005, comps,OS,arch[0]=(31,384,33554432), comp='gcc' '-fomit-frame-pointer -mfpmath=sse -msse3 -O2 -falign-loops=32' 39. priority=1000, comps,OS,arch[0]=(31,1,33554432), comp='gcc10' '-fomit-frame-pointer -mfpmath=sse -msse3 -O2 -falign-loops=32 -Wl,-rpath=/usr/local/lib/gcc10' 40. priority=1000, comps,OS,arch[0]=(64,1,33554432), comp='gfortran10' '-fomit-frame-pointer -mfpmath=sse -msse3 -O2 -falign-loops=32 -Wl,-rpath=/usr/local/lib/gcc10' 41. priority=1000, comps,OS,arch[0]=(31,1,49152), comp='gcc10' '-fomit-frame-pointer -O3 -mfpmath=387 -Wl,-rpath=/usr/local/lib/gcc10' 42. priority=1005, comps,OS,arch[0]=(31,384,28318720), comp='gcc-4' '-fomit-frame-pointer -mfpmath=387 -O2 -falign-loops=4' 43. priority=1000, comps,OS,arch[0]=(31,1,28318720), comp='gcc10' '-fomit-frame-pointer -mfpmath=387 -O2 -falign-loops=4 -Wl,-rpath=/usr/local/lib/gcc10' 44. priority=1000, comps,OS,arch[0]=(64,1,28318720), comp='gfortran10' '-fomit-frame-pointer -mfpmath=387 -O2 -falign-loops=4 -Wl,-rpath=/usr/local/lib/gcc10' 45. priority=1000, comps,OS,arch[0]=(31,1,131072), comp='gcc10' '-fomit-frame-pointer -mfpmath=sse -msse3 -O2 -Wl,-rpath=/usr/local/lib/gcc10' 46. priority=1000, comps,OS,arch[0]=(31,1,262144), comp='gcc10' '-fomit-frame-pointer -mfpmath=sse -msse3 -O2 -fno-schedule-insns2 -Wl,-rpath=/usr/local/lib/gcc10' 47. priority=1005, comps,OS,arch[0]=(31,384,262144), comp='gcc-4' '-fomit-frame-pointer -mfpmath=sse -msse3 -O2 -fno-schedule-insns2' 48. priority=1000, comps,OS,arch[0]=(31,1,524288), comp='gcc10' '-fomit-frame-pointer -mfpmath=sse -msse3 -O2 -fno-schedule-insns2 -Wl,-rpath=/usr/local/lib/gcc10' 49. priority=1005, comps,OS,arch[0]=(31,384,524288), comp='gcc-4' '-fomit-frame-pointer -mfpmath=sse -mavx -O2 -fno-schedule-insns2' 50. priority=1000, comps,OS,arch[0]=(31,1,65536), comp='gcc10' '-fomit-frame-pointer -mfpmath=sse -msse3 -O2 -Wl,-rpath=/usr/local/lib/gcc10' Compiler nodes: Targeted 0. priority=0, comps,OS,arch[0]=(64,1,1), comp='f77' '-O -Wl,-rpath=/usr/local/lib/gcc10' 1. priority=4, comps,OS,arch[0]=(64,1,1), comp='g77' '-O -Wl,-rpath=/usr/local/lib/gcc10' 2. priority=5, comps,OS,arch[0]=(64,1,1), comp='gfortran10' '-O -Wl,-rpath=/usr/local/lib/gcc10' 3. priority=5, comps,OS,arch[0]=(63,1,1), comp='gcc10' '-O -fomit-frame-pointer -Wl,-rpath=/usr/local/lib/gcc10' 4. priority=1000, comps,OS,arch[0]=(31,1,262144), comp='gcc10' '-fomit-frame-pointer -mfpmath=sse -msse3 -O2 -fno-schedule-insns2 -Wl,-rpath=/usr/local/lib/gcc10' Compiler nodes: Sorted 0. priority=0, comps,OS,arch[0]=(64,1,1), comp='f77' '-O -Wl,-rpath=/usr/local/lib/gcc10' 1. priority=4, comps,OS,arch[0]=(64,1,1), comp='g77' '-O -Wl,-rpath=/usr/local/lib/gcc10' 2. priority=5, comps,OS,arch[0]=(63,1,1), comp='gcc10' '-O -fomit-frame-pointer -Wl,-rpath=/usr/local/lib/gcc10' 3. priority=5, comps,OS,arch[0]=(64,1,1), comp='gfortran10' '-O -Wl,-rpath=/usr/local/lib/gcc10' 4. priority=1000, comps,OS,arch[0]=(31,1,262144), comp='gcc10' '-fomit-frame-pointer -mfpmath=sse -msse3 -O2 -fno-schedule-insns2 -Wl,-rpath=/usr/local/lib/gcc10' /usr/ports/math/atlas/work/ATLAS/static/..//CONFIG/src/backend/comptestC.c:4:1: warning: return type defaults to 'int' [-Wimplicit-int] 4 | main(int nargs, char **args) | ^~~~ cmnd=make IRunCComp CC='gcc10' CCFLAGS='-fomit-frame-pointer -mfpmath=sse -msse3 -O2 -fno-schedule-insns2 -Wl,-rpath=/usr/local/lib/gcc10 ' | fgrep SUCCESS gcc10 -fomit-frame-pointer -mfpmath=sse -msse3 -O2 -fno-schedule-insns2 -Wl,-rpath=/usr/local/lib/gcc10 : SUCCESS! /usr/ports/math/atlas/work/ATLAS/static/..//CONFIG/src/backend/comptestC.c:4:1: warning: return type defaults to 'int' [-Wimplicit-int] 4 | main(int nargs, char **args) | ^~~~ cmnd=make IRunCComp CC='gcc10' CCFLAGS='-fomit-frame-pointer -mfpmath=sse -msse3 -O2 -fno-schedule-insns2 -Wl,-rpath=/usr/local/lib/gcc10 ' | fgrep SUCCESS gcc10 -fomit-frame-pointer -mfpmath=sse -msse3 -O2 -fno-schedule-insns2 -Wl,-rpath=/usr/local/lib/gcc10 : SUCCESS! /usr/ports/math/atlas/work/ATLAS/static/..//CONFIG/src/backend/comptestC.c:4:1: warning: return type defaults to 'int' [-Wimplicit-int] 4 | main(int nargs, char **args) | ^~~~ cmnd=make IRunCComp CC='gcc10' CCFLAGS='-fomit-frame-pointer -mfpmath=sse -msse3 -O2 -fno-schedule-insns2 -Wl,-rpath=/usr/local/lib/gcc10 ' | fgrep SUCCESS gcc10 -fomit-frame-pointer -mfpmath=sse -msse3 -O2 -fno-schedule-insns2 -Wl,-rpath=/usr/local/lib/gcc10 : SUCCESS! /usr/ports/math/atlas/work/ATLAS/static/..//CONFIG/src/backend/comptestC.c:4:1: warning: return type defaults to 'int' [-Wimplicit-int] 4 | main(int nargs, char **args) | ^~~~ cmnd=make IRunCComp CC='gcc10' CCFLAGS='-fomit-frame-pointer -mfpmath=sse -msse3 -O2 -fno-schedule-insns2 -Wl,-rpath=/usr/local/lib/gcc10 ' | fgrep SUCCESS gcc10 -fomit-frame-pointer -mfpmath=sse -msse3 -O2 -fno-schedule-insns2 -Wl,-rpath=/usr/local/lib/gcc10 : SUCCESS! /usr/ports/math/atlas/work/ATLAS/static/..//CONFIG/src/backend/comptestC.c:4:1: warning: return type defaults to 'int' [-Wimplicit-int] 4 | main(int nargs, char **args) | ^~~~ cmnd=make IRunCComp CC='gcc10' CCFLAGS='-fomit-frame-pointer -mfpmath=sse -msse3 -O2 -fno-schedule-insns2 -Wl,-rpath=/usr/local/lib/gcc10 ' | fgrep SUCCESS gcc10 -fomit-frame-pointer -mfpmath=sse -msse3 -O2 -fno-schedule-insns2 -Wl,-rpath=/usr/local/lib/gcc10 : SUCCESS! /usr/ports/math/atlas/work/ATLAS/static/..//CONFIG/src/backend/comptestC.c:4:1: warning: return type defaults to 'int' [-Wimplicit-int] 4 | main(int nargs, char **args) | ^~~~ cmnd=make IRunCComp CC='gcc10' CCFLAGS='-fomit-frame-pointer -mfpmath=sse -msse3 -O2 -fno-schedule-insns2 -Wl,-rpath=/usr/local/lib/gcc10 ' | fgrep SUCCESS gcc10 -fomit-frame-pointer -mfpmath=sse -msse3 -O2 -fno-schedule-insns2 -Wl,-rpath=/usr/local/lib/gcc10 : SUCCESS! /usr/ports/math/atlas/work/ATLAS/static/..//CONFIG/src/backend/comptestC.c:4:1: warning: return type defaults to 'int' [-Wimplicit-int] 4 | main(int nargs, char **args) | ^~~~ cmnd=make IRunCComp CC='gcc10' CCFLAGS='-fomit-frame-pointer -mfpmath=sse -msse3 -O2 -fno-schedule-insns2 -Wl,-rpath=/usr/local/lib/gcc10 ' | fgrep SUCCESS gcc10 -fomit-frame-pointer -mfpmath=sse -msse3 -O2 -fno-schedule-insns2 -Wl,-rpath=/usr/local/lib/gcc10 : SUCCESS! /usr/ports/math/atlas/work/ATLAS/static/..//CONFIG/src/backend/comptestC.c:4:1: warning: return type defaults to 'int' [-Wimplicit-int] 4 | main(int nargs, char **args) | ^~~~ cmnd=make IRunCComp CC='gcc10' CCFLAGS='-fomit-frame-pointer -mfpmath=sse -msse3 -O2 -fno-schedule-insns2 -Wl,-rpath=/usr/local/lib/gcc10 ' | fgrep SUCCESS gcc10 -fomit-frame-pointer -mfpmath=sse -msse3 -O2 -fno-schedule-insns2 -Wl,-rpath=/usr/local/lib/gcc10 : SUCCESS! /usr/ports/math/atlas/work/ATLAS/static/..//CONFIG/src/backend/comptestC.c:4:1: warning: return type defaults to 'int' [-Wimplicit-int] 4 | main(int nargs, char **args) | ^~~~ cmnd=make IRunCComp CC='gcc10' CCFLAGS='-fomit-frame-pointer -mfpmath=sse -msse3 -O2 -fno-schedule-insns2 -Wl,-rpath=/usr/local/lib/gcc10 ' | fgrep SUCCESS gcc10 -fomit-frame-pointer -mfpmath=sse -msse3 -O2 -fno-schedule-insns2 -Wl,-rpath=/usr/local/lib/gcc10 : SUCCESS! /usr/ports/math/atlas/work/ATLAS/static/..//CONFIG/src/backend/comptestC.c:4:1: warning: return type defaults to 'int' [-Wimplicit-int] 4 | main(int nargs, char **args) | ^~~~ cmnd=make IRunCComp CC='gcc10' CCFLAGS='-fomit-frame-pointer -mfpmath=sse -msse3 -O2 -fno-schedule-insns2 -Wl,-rpath=/usr/local/lib/gcc10 ' | fgrep SUCCESS gcc10 -fomit-frame-pointer -mfpmath=sse -msse3 -O2 -fno-schedule-insns2 -Wl,-rpath=/usr/local/lib/gcc10 : SUCCESS! /usr/ports/math/atlas/work/ATLAS/static/..//CONFIG/src/backend/comptestC.c:4:1: warning: return type defaults to 'int' [-Wimplicit-int] 4 | main(int nargs, char **args) | ^~~~ cmnd=make IRunCComp CC='gcc10' CCFLAGS='-O -fomit-frame-pointer -Wl,-rpath=/usr/local/lib/gcc10 ' | fgrep SUCCESS gcc10 -O -fomit-frame-pointer -Wl,-rpath=/usr/local/lib/gcc10 : SUCCESS! /usr/ports/math/atlas/work/ATLAS/static/..//CONFIG/src/backend/comptestC.c:4:1: warning: return type defaults to 'int' [-Wimplicit-int] 4 | main(int nargs, char **args) | ^~~~ cmnd=make IRunCComp CC='gcc10' CCFLAGS='-O -fomit-frame-pointer -Wl,-rpath=/usr/local/lib/gcc10 ' | fgrep SUCCESS gcc10 -O -fomit-frame-pointer -Wl,-rpath=/usr/local/lib/gcc10 : SUCCESS! cmnd=make IRunF77Comp F77='gfortran10' F77FLAGS='-O -Wl,-rpath=/usr/local/lib/gcc10 -m64' | fgrep SUCCESS gfortran10 -O -Wl,-rpath=/usr/local/lib/gcc10 -m64 : SUCCESS! cmnd=make IRunF77Comp F77='gfortran10' F77FLAGS='-O -Wl,-rpath=/usr/local/lib/gcc10 -m64' | fgrep SUCCESS gfortran10 -O -Wl,-rpath=/usr/local/lib/gcc10 -m64 : SUCCESS! ICC interoperation tests: cmnd='make IRun_f2c args=" -C ic 'gcc10' -F ic '-fomit-frame-pointer -mfpmath=sse -msse3 -O2 -fno-schedule-insns2 -Wl,-rpath=/usr/local/lib/gcc10 ' -C if 'gfortran10' -F if '-O -Wl,-rpath=/usr/local/lib/gcc10 -m64'" | fgrep 'F2C=('' /usr/ports/math/atlas/work/ATLAS/static/..//CONFIG/src/probe_f2c.c:211:1: warning: return type defaults to 'int' [-Wimplicit-int] 211 | main (int nargs, char **args) | ^~~~ /usr/local/bin/ld: atlconf_misc.o: in function `CmndResults': atlconf_misc.c:(.text+0xdd0): warning: warning: tmpnam() possibly used unsafely; consider using mkstemp() res='F2C=(1,1,1) ' nread=3, f2cname=1, f2cint=1, f2cstr=1 cat config1.out User Override Compilers: 'none' : 'none' ' ' 'none' : 'none' ' ' 'none' : 'none' ' ' 'none' : 'none' ' ' 'none' : 'none' ' ' 'none' : 'none' ' ' 'none' : 'none' ' ' Finding good compilers: C compiler interoperation probe unimplemented! F2C name = Add_ F2C int = F77_INTEGER=int F2C str = SunStyle Compilers: 'gcc10' : '-fomit-frame-pointer -mfpmath=sse -msse3 -O2 -fno-schedule-insns2 -Wl,-rpath=/usr/local/lib/gcc10 ' 'gcc10' : '-fomit-frame-pointer -mfpmath=sse -msse3 -O2 -fno-schedule-insns2 -Wl,-rpath=/usr/local/lib/gcc10 ' 'gcc10' : '-fomit-frame-pointer -mfpmath=sse -msse3 -O2 -fno-schedule-insns2 -Wl,-rpath=/usr/local/lib/gcc10 ' 'gcc10' : '-fomit-frame-pointer -mfpmath=sse -msse3 -O2 -fno-schedule-insns2 -Wl,-rpath=/usr/local/lib/gcc10 ' 'gcc10' : '-fomit-frame-pointer -mfpmath=sse -msse3 -O2 -fno-schedule-insns2 -Wl,-rpath=/usr/local/lib/gcc10 ' 'gcc10' : '-O -fomit-frame-pointer -Wl,-rpath=/usr/local/lib/gcc10 ' 'gfortran10' : '-O -Wl,-rpath=/usr/local/lib/gcc10 -m64' cmnd='./xspew -v 2 -O 10 -A 18 -m 3060 -s 2 -V 28 -b 64 -t 12 -f 0 -d s '/usr/ports/math/atlas/work/ATLAS/static/../' -d b '/usr/ports/math/atlas/work/ATLAS/static' -D c '' -D f '-DAdd_ -DF77_INTEGER=int -DStringSunStyle' -C ic 'gcc10' -F ic '-fomit-frame-pointer -mfpmath=sse -msse3 -O2 -fno-schedule-insns2 -Wl,-rpath=/usr/local/lib/gcc10 ' -C sm 'gcc10' -F sm '-fomit-frame-pointer -mfpmath=sse -msse3 -O2 -fno-schedule-insns2 -Wl,-rpath=/usr/local/lib/gcc10 ' -C dm 'gcc10' -F dm '-fomit-frame-pointer -mfpmath=sse -msse3 -O2 -fno-schedule-insns2 -Wl,-rpath=/usr/local/lib/gcc10 ' -C sk 'gcc10' -F sk '-fomit-frame-pointer -mfpmath=sse -msse3 -O2 -fno-schedule-insns2 -Wl,-rpath=/usr/local/lib/gcc10 ' -C dk 'gcc10' -F dk '-fomit-frame-pointer -mfpmath=sse -msse3 -O2 -fno-schedule-insns2 -Wl,-rpath=/usr/local/lib/gcc10 ' -C xc 'gcc10' -F xc '-O -fomit-frame-pointer -Wl,-rpath=/usr/local/lib/gcc10 ' -C if 'gfortran10' -F if '-O -Wl,-rpath=/usr/local/lib/gcc10 -m64' -Si archdef 1 -Si bozol1 0 -Si nof77 0 -o Make.inc -Ss pmake 'make -j10' -Ss f77lib ' ' -Fa gc ' '' rm -f *core* *.o config?.out cmnd=make IRun_OS args="-v 2 " | fgrep 'OS=' OS configured as FreeBSD (10) cmnd=make IRun_asm args="-v 2 -O 10" | fgrep 'ASM=' Assembly configured as GAS_x8664 (2) cmnd=make IRun_vec args="-v 2 -O 10 -s 2" | fgrep 'VECFLAG=' Vector ISA Extension configured as SSE3 (2,28) cmnd=make IRun_arch args="-v 2 -O 10 -s 2 -a" | fgrep 'MACHTYPE=' Architecture configured as Corei1 (18) cmnd=make IRun_arch args="-v 2 -O 10 -s 2 -m" | fgrep 'CPU MHZ=' Clock rate configured as 3060Mhz cmnd=make IRun_arch args="-v 2 -O 10 -s 2 -n" | fgrep 'NCPU=' Maximum number of threads configured as 12 cmnd=make IRun_arch args="-v 2 -O 10 -s 2 -t" | fgrep 'CPU THROTTLE=' Cannot detect CPU throttling. Selected compilers: ICC = 'gcc10' '-fomit-frame-pointer -mfpmath=sse -msse3 -O2 -fno-schedule-insns2 -Wl,-rpath=/usr/local/lib/gcc10 ' SMC = 'gcc10' '-fomit-frame-pointer -mfpmath=sse -msse3 -O2 -fno-schedule-insns2 -Wl,-rpath=/usr/local/lib/gcc10 ' DMC = 'gcc10' '-fomit-frame-pointer -mfpmath=sse -msse3 -O2 -fno-schedule-insns2 -Wl,-rpath=/usr/local/lib/gcc10 ' SKC = 'gcc10' '-fomit-frame-pointer -mfpmath=sse -msse3 -O2 -fno-schedule-insns2 -Wl,-rpath=/usr/local/lib/gcc10 ' DKC = 'gcc10' '-fomit-frame-pointer -mfpmath=sse -msse3 -O2 -fno-schedule-insns2 -Wl,-rpath=/usr/local/lib/gcc10 ' XCC = 'gcc10' '-O -fomit-frame-pointer -Wl,-rpath=/usr/local/lib/gcc10 ' F77 = 'gfortran10' '-O -Wl,-rpath=/usr/local/lib/gcc10 -m64' F77 calling C interface information: Name decoration = Add_ Integer style = F77_INTEGER=int String style = SunStyle mkdir src bin tune interfaces cd src ; mkdir testing auxil blas lapack pthreads cd src/blas ; mkdir reference gemv ger gemm level1 level2 level3 pklevel3 cd src/blas/reference ; mkdir level1 level2 level3 cd src/blas/level2 ; mkdir kernel cd src/blas/pklevel3 ; mkdir gpmm sprk cd src/blas/level3 ; mkdir rblas kernel cd src/pthreads ; mkdir blas misc cd src/pthreads/blas ; mkdir level1 level2 level3 cd tune ; mkdir blas sysinfo cd tune/blas ; mkdir gemm gemv ger level1 level3 cd interfaces ; mkdir blas lapack cd interfaces/lapack ; mkdir C F77 cd interfaces/lapack/C ; mkdir src testing cd interfaces/lapack/F77 ; mkdir src testing cd interfaces/blas ; mkdir C F77 cd interfaces/blas/C ; mkdir src testing cd interfaces/blas/F77 ; mkdir src testing mkdir ARCHS make -f Make.top startup mkdir lib mkdir include touch include/atlas_cacheedge.h touch include/atlas_zdNKB.h touch include/atlas_csNKB.h touch include/zXover.h touch include/cXover.h touch include/dXover.h touch include/sXover.h make -f Make.top leafstart leaf=interfaces/lapack/F77/src cd interfaces/lapack/F77/src ; ln -s /usr/ports/math/atlas/work/ATLAS/static/Make.inc Make.inc make -f Make.top leafstart leaf=interfaces/lapack/C/src cd interfaces/lapack/C/src ; ln -s /usr/ports/math/atlas/work/ATLAS/static/Make.inc Make.inc make -f Make.top leafstart leaf=interfaces/blas/F77/testing cd interfaces/blas/F77/testing ; ln -s /usr/ports/math/atlas/work/ATLAS/static/Make.inc Make.inc make -f Make.top leafstart leaf=interfaces/blas/F77/src cd interfaces/blas/F77/src ; ln -s /usr/ports/math/atlas/work/ATLAS/static/Make.inc Make.inc make -f Make.top leafstart leaf=interfaces/blas/C/testing cd interfaces/blas/C/testing ; ln -s /usr/ports/math/atlas/work/ATLAS/static/Make.inc Make.inc make -f Make.top leafstart leaf=interfaces/blas/C/src cd interfaces/blas/C/src ; ln -s /usr/ports/math/atlas/work/ATLAS/static/Make.inc Make.inc make -f Make.top leafstart leaf=tune/sysinfo cd tune/sysinfo ; ln -s /usr/ports/math/atlas/work/ATLAS/static/Make.inc Make.inc make -f Make.top leafstart leaf=tune/blas/level3 cd tune/blas/level3 ; ln -s /usr/ports/math/atlas/work/ATLAS/static/Make.inc Make.inc make -f Make.top leafstart leaf=tune/blas/level1 cd tune/blas/level1 ; ln -s /usr/ports/math/atlas/work/ATLAS/static/Make.inc Make.inc make -f Make.top leafstart leaf=tune/blas/ger cd tune/blas/ger ; ln -s /usr/ports/math/atlas/work/ATLAS/static/Make.inc Make.inc make -f Make.top leafstart leaf=tune/blas/gemv cd tune/blas/gemv ; ln -s /usr/ports/math/atlas/work/ATLAS/static/Make.inc Make.inc make -f Make.top leafstart leaf=tune/blas/gemm cd tune/blas/gemm ; ln -s /usr/ports/math/atlas/work/ATLAS/static/Make.inc Make.inc make -f Make.top leafstart leaf=src/pthreads/misc cd src/pthreads/misc ; ln -s /usr/ports/math/atlas/work/ATLAS/static/Make.inc Make.inc make -f Make.top leafstart leaf=src/pthreads/blas/level3 cd src/pthreads/blas/level3 ; ln -s /usr/ports/math/atlas/work/ATLAS/static/Make.inc Make.inc make -f Make.top leafstart leaf=src/pthreads/blas/level2 cd src/pthreads/blas/level2 ; ln -s /usr/ports/math/atlas/work/ATLAS/static/Make.inc Make.inc make -f Make.top leafstart leaf=src/pthreads/blas/level1 cd src/pthreads/blas/level1 ; ln -s /usr/ports/math/atlas/work/ATLAS/static/Make.inc Make.inc make -f Make.top leafstart leaf=src/lapack cd src/lapack ; ln -s /usr/ports/math/atlas/work/ATLAS/static/Make.inc Make.inc make -f Make.top leafstart leaf=src/blas/level3/kernel cd src/blas/level3/kernel ; ln -s /usr/ports/math/atlas/work/ATLAS/static/Make.inc Make.inc make -f Make.top leafstart leaf=src/blas/level3/rblas cd src/blas/level3/rblas ; ln -s /usr/ports/math/atlas/work/ATLAS/static/Make.inc Make.inc make -f Make.top leafstart leaf=src/blas/level3 cd src/blas/level3 ; ln -s /usr/ports/math/atlas/work/ATLAS/static/Make.inc Make.inc make -f Make.top leafstart leaf=src/blas/pklevel3/sprk cd src/blas/pklevel3/sprk ; ln -s /usr/ports/math/atlas/work/ATLAS/static/Make.inc Make.inc make -f Make.top leafstart leaf=src/blas/pklevel3/gpmm cd src/blas/pklevel3/gpmm ; ln -s /usr/ports/math/atlas/work/ATLAS/static/Make.inc Make.inc make -f Make.top leafstart leaf=src/blas/pklevel3 cd src/blas/pklevel3 ; ln -s /usr/ports/math/atlas/work/ATLAS/static/Make.inc Make.inc make -f Make.top leafstart leaf=src/blas/level2/kernel cd src/blas/level2/kernel ; ln -s /usr/ports/math/atlas/work/ATLAS/static/Make.inc Make.inc make -f Make.top leafstart leaf=src/blas/level2 cd src/blas/level2 ; ln -s /usr/ports/math/atlas/work/ATLAS/static/Make.inc Make.inc make -f Make.top leafstart leaf=src/blas/level1 cd src/blas/level1 ; ln -s /usr/ports/math/atlas/work/ATLAS/static/Make.inc Make.inc make -f Make.top leafstart leaf=src/blas/gemm cd src/blas/gemm ; ln -s /usr/ports/math/atlas/work/ATLAS/static/Make.inc Make.inc make -f Make.top leafstart leaf=src/blas/ger cd src/blas/ger ; ln -s /usr/ports/math/atlas/work/ATLAS/static/Make.inc Make.inc make -f Make.top leafstart leaf=src/blas/gemv cd src/blas/gemv ; ln -s /usr/ports/math/atlas/work/ATLAS/static/Make.inc Make.inc make -f Make.top leafstart leaf=src/blas/reference/level3 cd src/blas/reference/level3 ; ln -s /usr/ports/math/atlas/work/ATLAS/static/Make.inc Make.inc make -f Make.top leafstart leaf=src/blas/reference/level2 cd src/blas/reference/level2 ; ln -s /usr/ports/math/atlas/work/ATLAS/static/Make.inc Make.inc make -f Make.top leafstart leaf=src/blas/reference/level1 cd src/blas/reference/level1 ; ln -s /usr/ports/math/atlas/work/ATLAS/static/Make.inc Make.inc make -f Make.top leafstart leaf=src/auxil cd src/auxil ; ln -s /usr/ports/math/atlas/work/ATLAS/static/Make.inc Make.inc make -f Make.top leafstart leaf=src/testing cd src/testing ; ln -s /usr/ports/math/atlas/work/ATLAS/static/Make.inc Make.inc make -f Make.top leafstart leaf=lib cd lib ; ln -s /usr/ports/math/atlas/work/ATLAS/static/Make.inc Make.inc make -f Make.top leafstart leaf=bin cd bin ; ln -s /usr/ports/math/atlas/work/ATLAS/static/Make.inc Make.inc cd src/blas/gemm ; mkdir KERNEL cd tune/blas/gemm ; mkdir KERNEL cd tune/blas/gemm ; mkdir res cd tune/blas/gemv ; mkdir res cd tune/blas/ger ; mkdir res cd tune/blas/level1 ; mkdir res cd tune/blas/level1 ; mkdir GEN cd tune/blas/level3 ; mkdir res cd tune/sysinfo ; mkdir res cd bin ; mkdir INSTALL_LOG cd tune/blas/gemv ; ln -s /usr/ports/math/atlas/work/ATLAS/static/..//tune/blas/gemv/CASES CASES cd tune/blas/ger ; ln -s /usr/ports/math/atlas/work/ATLAS/static/..//tune/blas/ger/CASES CASES cd tune/blas/gemm ; ln -s /usr/ports/math/atlas/work/ATLAS/static/..//tune/blas/gemm/CASES CASES cd tune/blas/level1 ; ln -s /usr/ports/math/atlas/work/ATLAS/static/..//tune/blas/level1/SWAP SWAP cd tune/blas/level1 ; ln -s /usr/ports/math/atlas/work/ATLAS/static/..//tune/blas/level1/SET SET cd tune/blas/level1 ; ln -s /usr/ports/math/atlas/work/ATLAS/static/..//tune/blas/level1/SCAL SCAL cd tune/blas/level1 ; ln -s /usr/ports/math/atlas/work/ATLAS/static/..//tune/blas/level1/ROT ROT cd tune/blas/level1 ; ln -s /usr/ports/math/atlas/work/ATLAS/static/..//tune/blas/level1/NRM2 NRM2 cd tune/blas/level1 ; ln -s /usr/ports/math/atlas/work/ATLAS/static/..//tune/blas/level1/IAMAX IAMAX cd tune/blas/level1 ; ln -s /usr/ports/math/atlas/work/ATLAS/static/..//tune/blas/level1/DOT DOT cd tune/blas/level1 ; ln -s /usr/ports/math/atlas/work/ATLAS/static/..//tune/blas/level1/CPSC CPSC cd tune/blas/level1 ; ln -s /usr/ports/math/atlas/work/ATLAS/static/..//tune/blas/level1/COPY COPY cd tune/blas/level1 ; ln -s /usr/ports/math/atlas/work/ATLAS/static/..//tune/blas/level1/AXPY AXPY cd tune/blas/level1 ; ln -s /usr/ports/math/atlas/work/ATLAS/static/..//tune/blas/level1/AXPBY AXPBY cd tune/blas/level1 ; ln -s /usr/ports/math/atlas/work/ATLAS/static/..//tune/blas/level1/ASUM ASUM make -f Make.top refresh arch= cp /usr/ports/math/atlas/work/ATLAS/static/..//makes/Make.bin bin/Makefile cp /usr/ports/math/atlas/work/ATLAS/static/..//makes/Make.lib lib/Makefile cp /usr/ports/math/atlas/work/ATLAS/static/..//makes/Make.aux src/auxil/Makefile cp /usr/ports/math/atlas/work/ATLAS/static/..//makes/Make.l1ref src/blas/reference/level1/Makefile cp /usr/ports/math/atlas/work/ATLAS/static/..//makes/Make.l2ref src/blas/reference/level2/Makefile cp /usr/ports/math/atlas/work/ATLAS/static/..//makes/Make.l3ref src/blas/reference/level3/Makefile cp /usr/ports/math/atlas/work/ATLAS/static/..//makes/Make.tstsrc src/testing/Makefile cp /usr/ports/math/atlas/work/ATLAS/static/..//makes/Make.mvsrc src/blas/gemv/Makefile cp /usr/ports/math/atlas/work/ATLAS/static/..//makes/Make.r1src src/blas/ger/Makefile cp /usr/ports/math/atlas/work/ATLAS/static/..//makes/Make.mmsrc src/blas/gemm/Makefile cp /usr/ports/math/atlas/work/ATLAS/static/..//makes/Make.l1src src/blas/level1/Makefile cp /usr/ports/math/atlas/work/ATLAS/static/..//makes/Make.l2 src/blas/level2/Makefile cp /usr/ports/math/atlas/work/ATLAS/static/..//makes/Make.l2aux src/blas/level2/kernel/Makefile cp /usr/ports/math/atlas/work/ATLAS/static/..//makes/Make.lpsrc src/lapack/Makefile cp /usr/ports/math/atlas/work/ATLAS/static/..//makes/Make.l3tune tune/blas/level3/Makefile cp /usr/ports/math/atlas/work/ATLAS/static/..//makes/Make.mmtune tune/blas/gemm/Makefile cp /usr/ports/math/atlas/work/ATLAS/static/..//makes/Make.mvtune tune/blas/gemv/Makefile cp /usr/ports/math/atlas/work/ATLAS/static/..//makes/Make.r1tune tune/blas/ger/Makefile cp /usr/ports/math/atlas/work/ATLAS/static/..//makes/Make.l1tune tune/blas/level1/Makefile cp /usr/ports/math/atlas/work/ATLAS/static/..//makes/Make.sysinfo tune/sysinfo/Makefile cp /usr/ports/math/atlas/work/ATLAS/static/..//makes/Make.cblas interfaces/blas/C/src/Makefile cp /usr/ports/math/atlas/work/ATLAS/static/..//makes/Make.f77blas interfaces/blas/F77/src/Makefile cp /usr/ports/math/atlas/work/ATLAS/static/..//makes/Make.cblastst interfaces/blas/C/testing/Makefile cp /usr/ports/math/atlas/work/ATLAS/static/..//makes/Make.f77blastst interfaces/blas/F77/testing/Makefile cp /usr/ports/math/atlas/work/ATLAS/static/..//makes/Make.Clp interfaces/lapack/C/src/Makefile cp /usr/ports/math/atlas/work/ATLAS/static/..//makes/Make.Flp interfaces/lapack/F77/src/Makefile cp /usr/ports/math/atlas/work/ATLAS/static/..//makes/Make.l3ptblas src/pthreads/blas/level3/Makefile cp /usr/ports/math/atlas/work/ATLAS/static/..//makes/Make.l2ptblas src/pthreads/blas/level2/Makefile cp /usr/ports/math/atlas/work/ATLAS/static/..//makes/Make.l1ptblas src/pthreads/blas/level1/Makefile cp /usr/ports/math/atlas/work/ATLAS/static/..//makes/Make.miptblas src/pthreads/misc/Makefile cp /usr/ports/math/atlas/work/ATLAS/static/..//makes/Make.pkl3 src/blas/pklevel3/Makefile cp /usr/ports/math/atlas/work/ATLAS/static/..//makes/Make.gpmm src/blas/pklevel3/gpmm/Makefile cp /usr/ports/math/atlas/work/ATLAS/static/..//makes/Make.sprk src/blas/pklevel3/sprk/Makefile cp /usr/ports/math/atlas/work/ATLAS/static/..//makes/Make.l3 src/blas/level3/Makefile cp /usr/ports/math/atlas/work/ATLAS/static/..//makes/Make.l3aux src/blas/level3/rblas/Makefile cp /usr/ports/math/atlas/work/ATLAS/static/..//makes/Make.l3kern src/blas/level3/kernel/Makefile cp /usr/ports/math/atlas/work/ATLAS/static/..//makes/atlas_trsmNB.h include/. cp /usr/ports/math/atlas/work/ATLAS/static/..//CONFIG/ARCHS/Makefile ARCHS/. DONE configure ===> Building for atlas-math-3.8.4_18,1 Building the LAPACK archives with shared ATLAS flags: F77FLAGS="`make -f /usr/ports/math/atlas/work/ATLAS/saved_flags -V F77FLAGS` " ; LW=`make -C /usr/ports/math/lapack -V WRKSRC_SHARED` ; make -C /usr/ports/math/lapack WITH=SHARED clean patch ; cd ${LW} ; /usr/bin/env F77="gfortran10" FC="gfortran10" FCFLAGS="-Wl,-rpath=/usr/local/lib/gcc10" XDG_DATA_HOME=/usr/ports/math/atlas/work XDG_CONFIG_HOME=/usr/ports/math/atlas/work HOME=/usr/ports/math/atlas/work PATH=/usr/ports/math/atlas/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/home/backyard/bin:/usr/local/tigcc/bin:/usr/local/tigcc/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES ADDR2LINE="/usr/local/bin/addr2line" AR="/usr/local/bin/ar" AS="/usr/local/bin/as" CPPFILT="/usr/local/bin/c++filt" GPROF="/usr/local/bin/gprof" LD="/usr/local/bin/ld" NM="/usr/local/bin/nm" OBJCOPY="/usr/local/bin/objcopy" OBJDUMP="/usr/local/bin/objdump" RANLIB="/usr/local/bin/ranlib" READELF="/usr/local/bin/readelf" SIZE="/usr/local/bin/size" STRINGS="/usr/local/bin/strings" PREFIX=/usr/local LOCALBASE=/usr/local CC="gcc10" CFLAGS="-O2 -pipe -march=westmere -fstack-protector-strong -Wl,-rpath=/usr/local/lib/gcc10 -fno-strict-aliasing " CPP="cpp10" CPPFLAGS="" LDFLAGS=" -Wl,-rpath=/usr/local/lib/gcc10 -L/usr/local/lib/gcc10 -B/usr/local/bin -fstack-protector-strong -Wl,-rpath=/usr/local/lib/gcc10 -L/usr/local/lib/gcc10 " LIBS="" CXX="g++10" CXXFLAGS="-O2 -pipe -march=westmere -fstack-protector-strong -Wl,-rpath=/usr/local/lib/gcc10 -Wl,-rpath=/usr/local/lib/gcc10 " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" EXTRAFLAGS="-fpic -DPIC" FFLAGS="-pipe ${F77FLAGS}" make -j10 DESTDIR=/usr/ports/math/atlas/work/stage ARCH="/usr/local/bin/ar" lapacklib ; TIMEFLAG=`make -f /usr/ports/math/atlas/work/ATLAS/saved_flags -V TIMEFLAG` ; /bin/mkdir -p /usr/ports/math/atlas/work/ATLAS/shared ; cd /usr/ports/math/atlas/work/ATLAS/shared ; /bin/mv ${LW}/liblapack.a liblapack_shared.a ; make -C /usr/ports/math/lapack clean ; echo "Configuring shared ATLAS:" ; ../configure --cc="gcc10" --cflags="-O2 -pipe -march=westmere -fstack-protector-strong -Wl,-rpath=/usr/local/lib/gcc10 -fno-strict-aliasing " --with-netlib-lapack="/usr/ports/math/atlas/work/ATLAS/shared/liblapack_shared.a" --prefix="/usr/local" -v 2 ${TIMEFLAG} -Ss f77lib " " -Ss pmake "make -j10" -Fa alg "-fpic -DPIC " -b 64 ; if [ "x" != "x" ] ; then if [ "x" != "xNONE" ] ; then if [ -f ] ; then cp -f -f /usr/ports/math/atlas/work/ATLAS/CONFIG/ARCHS/ ; elif [ ! -f /usr/ports/math/atlas/work/ATLAS/CONFIG/ARCHS/ ] ; then echo "==> atlas-math-3.8.4_18,1 : ARCHDEF \"\" does not exist" ; exit 1 ; fi ; /usr/bin/sed -i.bak -E -e "\|[[:blank:]]*ARCH =|s|=.*|= |" /usr/ports/math/atlas/work/ATLAS/shared/Make.inc ; fi ; fi ; echo "Building shared ATLAS:" ; cd /usr/ports/math/atlas/work/ATLAS/shared ; /usr/bin/env F77="gfortran10" FC="gfortran10" FFLAGS="-O -Wl,-rpath=/usr/local/lib/gcc10" FCFLAGS="-Wl,-rpath=/usr/local/lib/gcc10" XDG_DATA_HOME=/usr/ports/math/atlas/work XDG_CONFIG_HOME=/usr/ports/math/atlas/work HOME=/usr/ports/math/atlas/work PATH=/usr/ports/math/atlas/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/home/backyard/bin:/usr/local/tigcc/bin:/usr/local/tigcc/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES ADDR2LINE="/usr/local/bin/addr2line" AR="/usr/local/bin/ar" AS="/usr/local/bin/as" CPPFILT="/usr/local/bin/c++filt" GPROF="/usr/local/bin/gprof" LD="/usr/local/bin/ld" NM="/usr/local/bin/nm" OBJCOPY="/usr/local/bin/objcopy" OBJDUMP="/usr/local/bin/objdump" RANLIB="/usr/local/bin/ranlib" READELF="/usr/local/bin/readelf" SIZE="/usr/local/bin/size" STRINGS="/usr/local/bin/strings" PREFIX=/usr/local LOCALBASE=/usr/local CC="gcc10" CFLAGS="-O2 -pipe -march=westmere -fstack-protector-strong -Wl,-rpath=/usr/local/lib/gcc10 -fno-strict-aliasing " CPP="cpp10" CPPFLAGS="" LDFLAGS=" -Wl,-rpath=/usr/local/lib/gcc10 -L/usr/local/lib/gcc10 -B/usr/local/bin -fstack-protector-strong -Wl,-rpath=/usr/local/lib/gcc10 -L/usr/local/lib/gcc10 " LIBS="" CXX="g++10" CXXFLAGS="-O2 -pipe -march=westmere -fstack-protector-strong -Wl,-rpath=/usr/local/lib/gcc10 -Wl,-rpath=/usr/local/lib/gcc10 " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" /usr/bin/make DESTDIR=/usr/ports/math/atlas/work/stage all ===> Cleaning for lapack-3.10.0 ===> License BSD3CLAUSE accepted by the user ===> lapack-3.10.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by lapack-3.10.0 for building ===> Extracting for lapack-3.10.0 => SHA256 Checksum OK for lapack-3.10.0/v3.10.0.tar.gz. => SHA256 Checksum OK for lapack-3.10.0/manpages.tgz. ===> Patching for lapack-3.10.0 make[1]: make[1]: don't know how to make lapacklib. Stop make[1]: stopped in /root *** Error code 2 Stop. make: stopped in /usr/ports/math/atlas