Opened 9 years ago
Closed 9 years ago
#48927 closed defect (fixed)
lang/julia 1) missing libarpack dependency and 2) cannot find gcc5/libgcc_s.10.4
Reported by: | slewsys (Andrew L. Moore) | Owned by: | seanfarley (Sean Farley) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.99 |
Keywords: | Cc: | ||
Port: |
Description
Two issues building lang/julia variant gcc5 with Xcode 7 on Yosemite:
1) The Portfile for lang/julia unconditionally sets:
USE_SYSTEM_ARPACK=1
but fails to list arpack as a library dependecy.
2) During build (or rather, destroot), it fails to find libgcc_s.10.4. This can be resolved by symlinking:
libgcc_s.10.4.dylib => $(prefix)/lib/gcc5/libgcc_s.1.dylib
Not sure if the issue lies with gcc5 install, julia configuration or something else.
Change History (3)
comment:1 Changed 9 years ago by seanfarley (Sean Farley)
comment:2 Changed 9 years ago by seanfarley (Sean Farley)
Owner: | changed from macports-tickets@… to sean@… |
---|---|
Status: | new → assigned |
comment:3 Changed 9 years ago by seanfarley (Sean Farley)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
I can't reproduce the gcc linking issue but I have fixed the arpack dependency in r144225.
Note: See
TracTickets for help on using
tickets.
Thanks for the report! I'll look into this.