mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Mark broken in i386:
Program received signal SIGBUS: Access to an undefined portion of a memory object. Backtrace for this error: #0 0x28B2C4D6 #1 0x28B2CB17 #2 0xFFFFE193 gmake[2]: *** [Makefile:10: level1] Bus error (core dumped) Approved by: portmgr blanket
This commit is contained in:
parent
78c3486d07
commit
b54054a500
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=429052
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ COMMENT= Fast implementation of Basic Linear Algebra Subprograms
|
||||||
LICENSE= BSD2CLAUSE
|
LICENSE= BSD2CLAUSE
|
||||||
LICENSE_FILE= ${WRKSRC}/00License.txt
|
LICENSE_FILE= ${WRKSRC}/00License.txt
|
||||||
|
|
||||||
BROKEN_powerpc64= Does not build
|
BROKEN_powerpc64= does not build
|
||||||
|
BROKEN_i386= does not build (terminates with SIGBUS)
|
||||||
|
|
||||||
GOTOBLAS2VER= 1.13
|
GOTOBLAS2VER= 1.13
|
||||||
GOTOBLAS2_SRCFILE= GotoBLAS2-${GOTOBLAS2VER}_bsd.tar.gz
|
GOTOBLAS2_SRCFILE= GotoBLAS2-${GOTOBLAS2VER}_bsd.tar.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue