Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 01 Feb 2024 02:10:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 276758] math/openblas: Fails to build with non-default port options
Message-ID:  <bug-276758-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276758

            Bug ID: 276758
           Summary: math/openblas: Fails to build with non-default port
                    options
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: ard_1@mail.ru
                CC: phd_kimberlite@yahoo.co.jp
                CC: phd_kimberlite@yahoo.co.jp
             Flags: maintainer-feedback?(phd_kimberlite@yahoo.co.jp)

OpenBlas fails to build with the port options set to:
     AVX=3Don: Support Advanced Vector Extensions (AVX)
     AVX2=3Doff: Support Advanced Vector Extensions 2 (AVX2)
     DYNAMIC_ARCH=3Don: Optimize for multiple CPU types, otherwise for this=
 CPU
     INTERFACE64=3Doff: Use 8 byte integers on 64-bit architectures
     OPENMP=3Doff: Use OpenMP for threading

The compilation error is:
dynamic.c:734:15: error: use of undeclared identifier 'gotoblas_SAPPHIRERAP=
IDS'
             return &gotoblas_SAPPHIRERAPIDS;
                     ^
dynamic.c:1054:20: error: use of undeclared identifier
'gotoblas_SAPPHIRERAPIDS'
  if (gotoblas =3D=3D &gotoblas_SAPPHIRERAPIDS) return corename[26];
                   ^
2 errors generated.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-276758-7788>