Bug 205508 - devel/ipython: Update to 4.0.1
Summary: devel/ipython: Update to 4.0.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Jimmy Olgeni
URL:
Keywords:
Depends on: 205507
Blocks:
  Show dependency treegraph
 
Reported: 2015-12-22 11:30 UTC by Yuri Victorovich
Modified: 2017-04-26 08:54 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (olgeni)


Attachments
patch (5.76 KB, patch)
2015-12-22 11:30 UTC, Yuri Victorovich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Victorovich freebsd_committer freebsd_triage 2015-12-22 11:30:48 UTC
Created attachment 164489 [details]
patch
Comment 1 Yuri Victorovich freebsd_committer freebsd_triage 2015-12-22 11:37:50 UTC
There is actually the previous Bug#203668
Not sure if this is discontinued as a separate port.
Comment 2 Yuri Victorovich freebsd_committer freebsd_triage 2015-12-22 14:50:37 UTC
Nope, this isn't discontinued.
GH/ipython/ipykernel depends on it
And jupyter-qtconsole depends on GH/ipython/ipykernel.
Comment 3 Jimmy Olgeni freebsd_committer freebsd_triage 2016-01-10 23:21:57 UTC
(In reply to yuri from comment #2)

Since the notebook parts have been moved to Jupyter, what else would be needed to get all the current features back? Would you be able to look into the missing ports?
Comment 4 Yuri Victorovich freebsd_committer freebsd_triage 2016-01-11 03:44:02 UTC
I have all ports for the whole Jupiter stack working.

However, almost all notebooks fail due to the fortran problem. Fortran can't be executed together with other C++ code because of the libgcc.so conflict. gcc builds its own incompatible libgcc.so.

I am currently looking into the ways to solve this. Possible ways are to build libgfortran.so from gcc source tree with clang, or to replace base libgcc.so with libunwind (exists in ports).
Comment 5 Jimmy Olgeni freebsd_committer freebsd_triage 2017-04-26 08:54:11 UTC
Closing PR as devel/ipython is now up to date.