#11048 closed defect (fixed)
py-scipy can't compile
Reported by: | jsgay.mail@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
Can't compile py-scipy due to the lack of a fortran compiler. It will be necessary to add g95 from the g95 project in the port tree and to adapt py-scipy port to deal with it. It's the way things happens in fink.
Attachments (1)
Change History (9)
Changed 18 years ago by kobold@…
Attachment: | Portfile.diff added |
---|
comment:1 Changed 18 years ago by kobold@…
Here's a patch telling port to install a version of gcc including the fortran compiler as a dependency. There are two issues with it:
- It doesn't handle detection of other fortran compilers properly, such as xlf. Somebody will have to dig around in the autoconf scripts to figure out what scipy looks for.
- It takes forever to compile a whole 'nother version of gcc. The best way to do it would be to add a g95 port.
Also, for the maintainer, there's a new version of scipy, if you want to update the port as well.
comment:3 Changed 18 years ago by pipping@…
Milestone: | → Available Ports |
---|
comment:4 Changed 18 years ago by pipping@…
Milestone: | Available Ports → Port Bugs |
---|
comment:5 Changed 18 years ago by jmpalacios (Juan Manuel Palacios)
Priority: | Blocker → Expected |
---|---|
severity: | Crash/data loss → Normal |
comment:6 Changed 17 years ago by demianw@…
The building problem from scipy comes from numpy, the version (1.0.3) has a bug and does not compile the dist_utils support needed from scipy. It could be fixed by getting an older version of numpy or the svn version.
-Dem
comment:7 Changed 17 years ago by erickt@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Should be fixed now. Please open a new bug if you have any more problems.
Patch fixing fortran compiler dependency