[113781] trunk/dports/python/py-numpy/Portfile
Ryan Schmidt
ryandesign at macports.org
Sat Nov 23 11:29:49 PST 2013
On Nov 23, 2013, at 13:29, Ryan Schmidt <ryandesign at macports.org> wrote:
> On Nov 23, 2013, at 10:39, sean at macports.org wrote:
>
>> + if {[variant_isset atlas]} {
>> + build.env-append ATLAS=${prefix}/lib \
>> + LAPACK=${prefix}/lib \
>> + BLAS=${prefix}/lib
>> + destroot.env-append ATLAS=${prefix}/lib \
>> + LAPACK=${prefix}/lib \
>> + BLAS=${prefix}/lib
>> + } else {
>> + build.env-append ATLAS=None \
>> + LAPACK=/usr/lib/lib \
>
> /usr/lib/lib?
Ah, I see you fixed it already.
More information about the macports-dev
mailing list