math/openblas
Optimized BLAS library based on GotoBLAS2
| Flavor | Version | Run | OSVersion | Arch | License | Restricted | Status | |
|---|---|---|---|---|---|---|---|---|
| 0.3.10,1 | 433 | 2.0 | amd64 | bsd3 | 0 | fail |
License Permissions:
Events
| Machine | Type | Time | Message |
|---|---|---|---|
| skunkworks | info | 2020-12-07 12:10:41.485872 | Test Started |
| skunkworks | fail | 2020-12-07 12:10:52.766773 | make build returned non-zero: 1 |
| skunkworks | fail | 2020-12-07 12:10:52.819418 | Test complete. |
Log
[1m===> Building for openblas-0.3.10,1[0m
gmake[1]: Entering directory '/magus/work/usr/mports/math/openblas/work/OpenBLAS-0.3.10'
getarch_2nd.c: In function 'main':
getarch_2nd.c:14:35: error: 'SGEMM_DEFAULT_UNROLL_M' undeclared (first use in this function); did you mean 'SHGEMM_DEFAULT_UNROLL_M'?
printf("SGEMM_UNROLL_M=%d\n", SGEMM_DEFAULT_UNROLL_M);
^~~~~~~~~~~~~~~~~~~~~~
SHGEMM_DEFAULT_UNROLL_M
getarch_2nd.c:14:35: note: each undeclared identifier is reported only once for each function it appears in
getarch_2nd.c:15:35: error: 'SGEMM_DEFAULT_UNROLL_N' undeclared (first use in this function); did you mean 'SGEMM_DEFAULT_UNROLL_M'?
printf("SGEMM_UNROLL_N=%d\n", SGEMM_DEFAULT_UNROLL_N);
^~~~~~~~~~~~~~~~~~~~~~
SGEMM_DEFAULT_UNROLL_M
getarch_2nd.c:16:35: error: 'DGEMM_DEFAULT_UNROLL_M' undeclared (first use in this function); did you mean 'SGEMM_DEFAULT_UNROLL_M'?
printf("DGEMM_UNROLL_M=%d\n", DGEMM_DEFAULT_UNROLL_M);
^~~~~~~~~~~~~~~~~~~~~~
SGEMM_DEFAULT_UNROLL_M
getarch_2nd.c:17:35: error: 'DGEMM_DEFAULT_UNROLL_N' undeclared (first use in this function); did you mean 'DGEMM_DEFAULT_UNROLL_M'?
printf("DGEMM_UNROLL_N=%d\n", DGEMM_DEFAULT_UNROLL_N);
^~~~~~~~~~~~~~~~~~~~~~
DGEMM_DEFAULT_UNROLL_M
getarch_2nd.c:21:35: error: 'CGEMM_DEFAULT_UNROLL_M' undeclared (first use in this function); did you mean 'DGEMM_DEFAULT_UNROLL_M'?
printf("CGEMM_UNROLL_M=%d\n", CGEMM_DEFAULT_UNROLL_M);
^~~~~~~~~~~~~~~~~~~~~~
DGEMM_DEFAULT_UNROLL_M
getarch_2nd.c:22:35: error: 'CGEMM_DEFAULT_UNROLL_N' undeclared (first use in this function); did you mean 'CGEMM_DEFAULT_UNROLL_M'?
printf("CGEMM_UNROLL_N=%d\n", CGEMM_DEFAULT_UNROLL_N);
^~~~~~~~~~~~~~~~~~~~~~
CGEMM_DEFAULT_UNROLL_M
getarch_2nd.c:23:35: error: 'ZGEMM_DEFAULT_UNROLL_M' undeclared (first use in this function); did you mean 'CGEMM_DEFAULT_UNROLL_M'?
printf("ZGEMM_UNROLL_M=%d\n", ZGEMM_DEFAULT_UNROLL_M);
^~~~~~~~~~~~~~~~~~~~~~
CGEMM_DEFAULT_UNROLL_M
getarch_2nd.c:24:35: error: 'ZGEMM_DEFAULT_UNROLL_N' undeclared (first use in this function); did you mean 'ZGEMM_DEFAULT_UNROLL_M'?
printf("ZGEMM_UNROLL_N=%d\n", ZGEMM_DEFAULT_UNROLL_N);
^~~~~~~~~~~~~~~~~~~~~~
ZGEMM_DEFAULT_UNROLL_M
getarch_2nd.c:71:50: error: 'SGEMM_DEFAULT_Q' undeclared (first use in this function); did you mean 'SHGEMM_DEFAULT_Q'?
printf("#define SLOCAL_BUFFER_SIZE\t%ld\n", (SGEMM_DEFAULT_Q * SGEMM_DEFAULT_UNROLL_N * 4 * 1 * sizeof(float)));
^~~~~~~~~~~~~~~
SHGEMM_DEFAULT_Q
getarch_2nd.c:72:50: error: 'DGEMM_DEFAULT_Q' undeclared (first use in this function); did you mean 'SGEMM_DEFAULT_Q'?
printf("#define DLOCAL_BUFFER_SIZE\t%ld\n", (DGEMM_DEFAULT_Q * DGEMM_DEFAULT_UNROLL_N * 2 * 1 * sizeof(double)));
^~~~~~~~~~~~~~~
SGEMM_DEFAULT_Q
getarch_2nd.c:73:50: error: 'CGEMM_DEFAULT_Q' undeclared (first use in this function); did you mean 'DGEMM_DEFAULT_Q'?
printf("#define CLOCAL_BUFFER_SIZE\t%ld\n", (CGEMM_DEFAULT_Q * CGEMM_DEFAULT_UNROLL_N * 4 * 2 * sizeof(float)));
^~~~~~~~~~~~~~~
DGEMM_DEFAULT_Q
getarch_2nd.c:74:50: error: 'ZGEMM_DEFAULT_Q' undeclared (first use in this function); did you mean 'CGEMM_DEFAULT_Q'?
printf("#define ZLOCAL_BUFFER_SIZE\t%ld\n", (ZGEMM_DEFAULT_Q * ZGEMM_DEFAULT_UNROLL_N * 2 * 2 * sizeof(double)));
^~~~~~~~~~~~~~~
CGEMM_DEFAULT_Q
gmake[1]: *** [Makefile.prebuild:70: getarch_2nd] Error 1
Makefile:154: *** OpenBLAS: Detecting CPU failed. Please set TARGET explicitly, e.g. make TARGET=your_cpu_target. Please read README for the detail.. Stop.
gmake[1]: Leaving directory '/magus/work/usr/mports/math/openblas/work/OpenBLAS-0.3.10'
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1
Stop.
make: stopped in /usr/mports/math/openblas
Links
Depends On
- devel/binutils (build)
- devel/gmake (build)
- devel/pkgconf (build)
- lang/gcc7 (build)
- lang/gcc7 (run)
Depend Of
Categories
CVEs
- Loading CVE information...
MidnightBSD Magus