Summary: | [PATCH]math/scilab: fix buld with lang/gcc46, blas/lapack usage, and WITHOUT_GUI | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Brendan Fabeny <bf> | ||||
Component: | Individual Port(s) | Assignee: | Brendan Fabeny <bf> | ||||
Status: | Closed Overcome By Events | ||||||
Severity: | Affects Only Me | CC: | marino | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Brendan Fabeny
2011-08-19 17:10:09 UTC
Responsible Changed From-To: freebsd-ports-bugs->bf Submitter has GNATS access (via the GNATS Auto Assign Tool) Maintainer of math/scilab, Please note that PR ports/159917 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/159917 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool) Hm, upstream were pretty good at paying attention to patches when I spoke to them last -- perhaps they'll fix it properly this time :) Chris On Fri, Aug 19, 2011 at 10:09 AM, Chris Rees <crees@freebsd.org> wrote: > Hm, upstream were pretty good at paying attention to patches when I > spoke to them last -- perhaps they'll fix it properly this time :) > > Chris > I'm not sure exactly what part to send upstream - just the new patch or something more? I'm not very clear on libtool stuff. If --with-gfortran fixes it, then that seems right for the port - they are allowing the Intel Fortran/C compilers too. What's posted works for me, so go ahead and commit it. -- Rob Farmer On 21 August 2011 09:00, Rob Farmer <rfarmer@predatorlabs.net> wrote: > On Fri, Aug 19, 2011 at 10:09 AM, Chris Rees <crees@freebsd.org> wrote: >> Hm, upstream were pretty good at paying attention to patches when I >> spoke to them last -- perhaps they'll fix it properly this time :) >> >> Chris >> > > I'm not sure exactly what part to send upstream - just the new patch > or something more? I'm not very clear on libtool stuff. If > --with-gfortran fixes it, then that seems right for the port - they > are allowing the Intel Fortran/C compilers too. > > What's posted works for me, so go ahead and commit it. Ugh, libtool, I'll stay well away. Sorry for the noise, Chris bf 2011-08-23 08:28:05 UTC FreeBSD ports repository Modified files: math/scilab Makefile pkg-plist Added files: math/scilab/files patch-modules__arnoldi__Makefile.in Log: fix build with lang/gcc46 [1]; fix use of blas and lapack; fix WITHOUT_GUI; minor clean-up Reported by: pav,gerald [1] PR: 159917 Approved by: Rob Farmer (maintainer) Revision Changes Path 1.81 +26 -9 ports/math/scilab/Makefile 1.1 +11 -0 ports/math/scilab/files/patch-modules__arnoldi__Makefile.in (new) 1.24 +1 -0 ports/math/scilab/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" On 8/21/11, Chris Rees <crees@freebsd.org> wrote: > On 21 August 2011 09:00, Rob Farmer <rfarmer@predatorlabs.net> wrote: >> On Fri, Aug 19, 2011 at 10:09 AM, Chris Rees <crees@freebsd.org> wrote: >>> Hm, upstream were pretty good at paying attention to patches when I >>> spoke to them last -- perhaps they'll fix it properly this time :) >>> >>> Chris >>> >> >> I'm not sure exactly what part to send upstream - just the new patch >> or something more? I'm not very clear on libtool stuff. If >> --with-gfortran fixes it, then that seems right for the port - they >> are allowing the Intel Fortran/C compilers too. >> >> What's posted works for me, so go ahead and commit it. > > Ugh, libtool, I'll stay well away. > > Sorry for the noise, It's a good suggestion to contact upstream about this and a few other problems. I intended to to this anyway, but I've been busy. I haven't closed the PR because I spotted some additional problems that I fixed but haven't had time to test. I'll let you know when I get a chance. b. bf@ is no longer the maintainer of this port. Seems most of the PR was done anyway, open a new PR with the new maintainer if anything is outstanding. of course, I see now that bf@ also opened this PR. :) |