=== modified file 'python/py-numpy/Portfile'
|
|
|
20 | 20 | sha1 9a1f09358c3310cf990eecd06dc2eb54aec78321 \ |
21 | 21 | rmd160 8ac192ad3f36a94a45c26e0c4028fdbb744881f5 |
22 | 22 | |
23 | | depends_lib lib:fftw:fftw-3 |
| 23 | depends_lib-append lib:fftw:fftw-3 |
24 | 24 | |
25 | 25 | variant g95 conflicts gcc42 gcc43 description "Use g95 as fortran compiler" { |
26 | 26 | depends_lib-append port:g95 |
=== modified file 'python/py25-numpy/Portfile'
|
|
|
20 | 20 | sha1 9a1f09358c3310cf990eecd06dc2eb54aec78321 \ |
21 | 21 | rmd160 8ac192ad3f36a94a45c26e0c4028fdbb744881f5 |
22 | 22 | |
23 | | depends_lib lib:fftw:fftw-3 \ |
| 23 | depends_lib-append lib:fftw:fftw-3 \ |
24 | 24 | port:py25-hashlib |
25 | 25 | |
26 | 26 | variant g95 conflicts gcc42 gcc43 description "Use g95 as fortran compiler" { |