[Bug 255908] math/openblas: Fix build on aarch64
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat May 15 17:08:43 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255908
Bug ID: 255908
Summary: math/openblas: Fix build on aarch64
Product: Ports & Packages
Version: Latest
Hardware: Any
URL: http://ampere2.nyi.freebsd.org/data/main-arm64-default
/p6ffbcd54bf8c_s91f251b2ab/logs/errors/openblas-0.3.15
,1.log
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs at FreeBSD.org
Reporter: mikael at FreeBSD.org
CC: phd_kimberlite at yahoo.co.jp
Flags: maintainer-feedback?(phd_kimberlite at yahoo.co.jp)
CC: phd_kimberlite at yahoo.co.jp
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2
-DMAX_STACK_ALLOC=2048 -fopenmp -Wall -DF_INTERFACE_GFORT -fPIC -DNO_AVX
-DNO_AVX2 -DSMP_SERVER -DUSE_OPENMP -DNO_WARMUP -DMAX_CPU_NUMBER=64
-DMAX_PARALLEL_NUMBER=1 -DBUILD_SINGLE=1 -DBUILD_DOUBLE=1 -DBUILD_COMPLEX=1
-DBUILD_COMPLEX16=1 -DVERSION=\"0.3.15\" -march=armv8-a -UASMNAME -UASMFNAME
-UNAME -UCNAME -UCHAR_NAME -UCHAR_CNAME -DASMNAME= -DASMFNAME=_ -DNAME=_
-DCNAME= -DCHAR_NAME=\"_\" -DCHAR_CNAME=\"\" -DNO_AFFINITY -I. -O2
-DUTEST_CHECK -DSANITY_CHECK -DREFNAME=f_ -DMAX_STACK_ALLOC=2048 -fopenmp -Wall
-DF_INTERFACE_GFORT -fPIC -DNO_AVX -DNO_AVX2 -DSMP_SERVER -DUSE_OPENMP
-DNO_WARMUP -DMAX_CPU_NUMBER=64 -DMAX_PARALLEL_NUMBER=1 -DBUILD_SINGLE=1
-DBUILD_DOUBLE=1 -DBUILD_COMPLEX=1 -DBUILD_COMPLEX16=1 -DVERSION=\"0.3.15\"
-march=armv8-a -UASMNAME -UASMFNAME -UNAME -UCNAME -UCHAR_NAME -UCHAR_CNAME
-DASMNAME= -DASMFNAME=_ -DNAME=_ -DCNAME= -DCHAR_NAME=\"_\" -DCHAR_CNAME=\"\"
-DNO_AFFINITY -I.. -Wl,-rpath=/usr/local/lib/gcc10 -L/usr/local/lib/gcc10
-B/usr/local/bin -fstack-protector-strong -o openblas_utest utest_main.o
test_min.o test_amax.o test_ismin.o test_rotmg.o test_axpy.o test_dotu.o
test_dsdot.o test_swap.o test_rot.o test_potrs.o test_kernel_regress.o
../libopenblas_armv8p-r0.3.15.a -lpthread -lgfortran -lpthread -lgfortran
/usr/local/bin/ld: test_potrs.o: undefined reference to symbol 'cabs@@FBSD_1.0'
/usr/local/bin/ld: /lib/libm.so.5: error adding symbols: DSO missing from
command line
cc: error: linker command failed with exit code 1 (use -v to see invocation)
Reported upstream:
https://github.com/xianyi/OpenBLAS/issues/3234
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list