git: 1567207686ac - main - math/scilab: fix build on powerpc64*

Piotr Kubaj pkubaj at FreeBSD.org
Fri Apr 9 00:33:36 UTC 2021


The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1567207686ac3e0add130a47948039ad4c1c0ec6

commit 1567207686ac3e0add130a47948039ad4c1c0ec6
Author:     Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-04-09 00:33:28 +0000
Commit:     Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-04-09 00:33:28 +0000

    math/scilab: fix build on powerpc64*
    
    Please check your user-defined functions (or external module ones) should they appear in the stack trace.
    Otherwise you can report a bug on http://bugzilla.scilab.org/ with:
     * a sample code which reproduces the issue
     * the result of [a, b] = getdebuginfo()
     * the following information:
    [powerpc64le-default-job-11:33162] Signal: Abort trap (6)
    [powerpc64le-default-job-11:33162] Signal code:  (65543)
    
    PR:     225628
---
 math/scilab/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/math/scilab/Makefile b/math/scilab/Makefile
index 1f86f8810d08..a9a0b2ac5761 100644
--- a/math/scilab/Makefile
+++ b/math/scilab/Makefile
@@ -48,6 +48,8 @@ OPTIONS_DEFINE=	GUI OCAML TK
 OPTIONS_RADIO=	BLAS
 OPTIONS_RADIO_BLAS=	ATLAS NETLIB OPENBLAS
 OPTIONS_DEFAULT=	GUI NETLIB OCAML TK
+OPTIONS_EXCLUDE_powerpc64=	GUI
+OPTIONS_EXCLUDE_powerpc64le=	GUI
 OPTIONS_SUB=	yes
 
 ATLAS_USES=	blaslapack:atlas


More information about the dev-commits-ports-all mailing list