Ticket #40182: atlas.diff
File atlas.diff, 1.2 KB (added by ryandesign (Ryan Carsten Schmidt), 11 years ago) |
---|
-
Portfile
37 37 38 38 extract.only ${atlasdist} 39 39 40 patchfiles patch-emit_mm_c.diff \ 41 patch-ATL_cmm4x4x128_av_c.diff 40 patchfiles patch-ATL_cmm4x4x128_av_c.diff \ 41 patch-emit_mm_c.diff \ 42 patch-makes-Make.lib.diff 42 43 43 44 checksums ${atlasdist} \ 44 45 rmd160 67f928ad900caa300b23e2f824b8a495f416c8d6 \ … … 765 766 set libdir ${build.dir}/lib 766 767 reinplace "s|^LIBTOOL=.*$|LIBTOOL=\$\(GCC\) \$\(GCCFLAGS\)|" \ 767 768 ${libdir}/Makefile 768 reinplace "s|-dynamic.* |-dynamiclib |g" ${libdir}/Makefile769 769 770 770 # On mono-processors machines, build libsatlas.dylib only 771 771 if {${no_threads} == 1} { … … 782 782 set libdir ${worksrcpath}-${arch}/build/lib 783 783 reinplace "s|^LIBTOOL=.*$|LIBTOOL=\$\(GCC\) \$\(GCCFLAGS\)|" \ 784 784 ${libdir}/Makefile 785 reinplace "s|dynamic|dynamiclib|g" ${libdir}/Makefile786 785 787 786 # Same as above 788 787 if {${no_threads} == 1} {