Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 04 Jul 2015 20:08:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 201339] [patch] unbreak math/scilab build with latest fop and on systems with clang
Message-ID:  <bug-201339-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 201339
           Summary: [patch] unbreak math/scilab build with latest fop and
                    on systems with clang
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: makc@FreeBSD.org
          Reporter: truckman@FreeBSD.org
          Keywords: patch
          Assignee: makc@FreeBSD.org
             Flags: maintainer-feedback?(makc@FreeBSD.org)

Created attachment 158347
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=158347&action=edit
patch to unbreak math/scilab build

The upgrade of textproc/fop broke the scilab build because the API for
FopFactory.newInstance() appears to have changed.

On FreeBSD machines without base gcc and clang as the base compiler, configure
fails because it is unable to find /usr/include/omp.h.  Since clang does not
support OpenMP, add --without-openmp to CONFIGURE_ARGS.

-- 
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-201339-13>